Class FtpsFileSystem
java.lang.Object
org.apache.commons.vfs2.provider.AbstractVfsComponent
org.apache.commons.vfs2.provider.AbstractFileSystem
org.apache.commons.vfs2.provider.ftp.FtpFileSystem
org.apache.commons.vfs2.provider.ftps.FtpsFileSystem
- All Implemented Interfaces:
FileSystem, VfsComponent
-
Constructor Summary
ConstructorsConstructorDescriptionFtpsFileSystem(GenericFileName rootName, FtpClient ftpClient, FileSystemOptions fileSystemOptions) Create a new FtpsFileSystem. -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.commons.vfs2.provider.ftps.FtpsClientWrapperGet the wrapper to access this file system.Methods inherited from class FtpFileSystem
addCapabilities, createFile, doCloseCommunicationLink, getClient, putClientMethods inherited from class AbstractFileSystem
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, setAttributeMethods inherited from class AbstractVfsComponent
getContext, getLogger, setContext, setLogger
-
Constructor Details
-
FtpsFileSystem
public FtpsFileSystem(GenericFileName rootName, FtpClient ftpClient, FileSystemOptions fileSystemOptions) Create a new FtpsFileSystem.- Parameters:
rootName- The root of the file system.ftpClient- The FtpClient.fileSystemOptions- The FileSystemOptions.- Since:
- 2.1
-
-
Method Details
-
createWrapper
protected org.apache.commons.vfs2.provider.ftps.FtpsClientWrapper createWrapper() throws FileSystemExceptionDescription copied from class:FtpFileSystemGet the wrapper to access this file system.- Overrides:
createWrapperin classFtpFileSystem- Returns:
- new instance.
- Throws:
FileSystemException- if any error occurs.
-