public class FtpsFileSystem extends FtpFileSystem
Constructor and Description |
---|
FtpsFileSystem(GenericFileName rootName,
FtpClient ftpClient,
FileSystemOptions fileSystemOptions)
Creates a new FtpsFileSystem.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.commons.vfs2.provider.ftps.FtpsClientWrapper |
createWrapper()
Gets the wrapper to access this file system.
|
addCapabilities, createFile, doCloseCommunicationLink, getClient, putClient
addJunction, addListener, close, closeCommunicationLink, decorateFileObject, doReplicateFile, fireFileChanged, fireFileCreated, fireFileDeleted, getAttribute, getFileFromCache, getFileSystemManager, getFileSystemOptions, getLastModTimeAccuracy, getParentLayer, getRoot, getRootName, getRootURI, hasCapability, init, isOpen, isReleaseable, notifyAllStreamsClosed, putFileToCache, removeFileFromCache, removeJunction, removeListener, replicateFile, resolveFile, resolveFile, setAttribute
getContext, getLogger, setContext, setLogger
public FtpsFileSystem(GenericFileName rootName, FtpClient ftpClient, FileSystemOptions fileSystemOptions)
rootName
- The root of the file system.ftpClient
- The FtpClient.fileSystemOptions
- The FileSystemOptions.protected org.apache.commons.vfs2.provider.ftps.FtpsClientWrapper createWrapper() throws FileSystemException
FtpFileSystem
createWrapper
in class FtpFileSystem
FileSystemException
- if any error occurs.Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.