FileSystem
, VfsComponent
public class FtpsFileSystem extends FtpFileSystem
Constructor | Description |
---|---|
FtpsFileSystem(GenericFileName rootName,
FtpClient ftpClient,
FileSystemOptions fileSystemOptions) |
Create a new FtpsFileSystem.
|
Modifier and Type | Method | Description |
---|---|---|
protected org.apache.commons.vfs2.provider.ftps.FtpsClientWrapper |
createWrapper() |
Get the wrapper to access this file system.
|
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
addCapabilities, createFile, doCloseCommunicationLink, getClient, putClient
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.