public class FtpsFileSystem extends FtpFileSystem
| Constructor and Description |
|---|
FtpsFileSystem(GenericFileName rootName,
FtpClient ftpClient,
FileSystemOptions fileSystemOptions)
Create a new FtpsFileSystem.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.commons.vfs2.provider.ftps.FtpsClientWrapper |
createWrapper()
Get the wrapper to access this file system.
|
addCapabilities, createFile, doCloseCommunicationLink, getClient, putClientaddJunction, 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, setAttributegetContext, getLogger, setContext, setLoggerpublic 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
FtpFileSystemcreateWrapper in class FtpFileSystemFileSystemException - if any error occurs.Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.