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
public class FtpsFileSystem extends FtpFileSystem
A FTPS file system.- Since:
- 2.1
-
-
Constructor Summary
Constructors Constructor Description FtpsFileSystem(GenericFileName rootName, FtpClient ftpClient, FileSystemOptions fileSystemOptions)
Create a new FtpsFileSystem.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.commons.vfs2.provider.ftps.FtpsClientWrapper
createWrapper()
Get the wrapper to access this file system.-
Methods inherited from class org.apache.commons.vfs2.provider.ftp.FtpFileSystem
addCapabilities, createFile, doCloseCommunicationLink, getClient, putClient
-
Methods inherited from class org.apache.commons.vfs2.provider.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, setAttribute
-
Methods inherited from class org.apache.commons.vfs2.provider.AbstractVfsComponent
getContext, getLogger, setContext, setLogger
-
-
-
-
Constructor Detail
-
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 Detail
-
createWrapper
protected org.apache.commons.vfs2.provider.ftps.FtpsClientWrapper createWrapper() throws FileSystemException
Description copied from class:FtpFileSystem
Get the wrapper to access this file system.- Overrides:
createWrapper
in classFtpFileSystem
- Returns:
- new instance.
- Throws:
FileSystemException
- if any error occurs.
-
-