Package | Description |
---|---|
org.apache.commons.vfs2.provider.ftp |
The FTP File Provider.
|
org.apache.commons.vfs2.provider.ftps |
The FTPS File Provider.
|
Modifier and Type | Class and Description |
---|---|
class |
FTPClientWrapper
A wrapper to the FTPClient to allow automatic reconnect on connection loss.
|
Modifier and Type | Method and Description |
---|---|
FtpClient |
FtpFileSystem.getClient()
Creates an FTP client to use.
|
Modifier and Type | Method and Description |
---|---|
void |
FtpFileSystem.putClient(FtpClient client)
Returns an FTP client after use.
|
Constructor and Description |
---|
FtpFileSystem(GenericFileName rootName,
FtpClient ftpClient,
FileSystemOptions fileSystemOptions) |
Constructor and Description |
---|
FtpsFileSystem(GenericFileName rootName,
FtpClient ftpClient,
FileSystemOptions fileSystemOptions)
Creates a new FtpsFileSystem.
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.