Package | Description |
---|---|
org.apache.commons.vfs.provider.ftp |
The FTP File Provider.
|
Modifier and Type | Method | Description |
---|---|---|
FtpClient |
FtpFileSystem.getClient() |
Creates an FTP client to use.
|
Modifier and Type | Method | Description |
---|---|---|
void |
FtpFileSystem.putClient(FtpClient client) |
Returns an FTP client after use.
|
Constructor | Description |
---|---|
FtpFileSystem(GenericFileName rootName,
FtpClient ftpClient,
FileSystemOptions fileSystemOptions) |