Package | Description |
---|---|
com.enterprisedt.net.ftp |
Contains classes that add support for secure file transfers via the SFTP and FTPS protocols,
as well as advanced FTP features such as connection pooling and asynchronous methods.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncFileTransferClient
FTP client class supporting multiple protocols that permits asynchronous FTP operations.
|
class |
FileTransferClient
Easy to use FTP client that is thread safe and provides true FTP streams.
|
class |
SecureFileTransferClient
File transfer client class that supports multiple protocols and permits concurrent
FTP operations.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
FileTransferClient.prepareURLTransfer(java.net.URL url,
FileTransferClientInterface client) |
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.