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.
|
com.enterprisedt.net.ftp.pro |
Contains classes for enhanced FTP client functionality.
|
com.enterprisedt.net.ftp.ssl |
Contains classes for FTPS (FTP over SSL) client functionality.
|
Modifier and Type | Field and Description |
---|---|
protected FTPClient |
AbstractFTPInputStream.client
The client being used to perform the transfer
|
Constructor and Description |
---|
AbstractFTPInputStream(FTPClient client,
java.lang.String remoteFile)
Constructor.
|
FTPInputStream(FTPClient client,
java.lang.String remoteFile)
Constructor.
|
FTPInputStream(FTPClient client,
java.lang.String remoteFile,
long offset)
Constructor.
|
FTPOutputStream(FTPClient client,
java.lang.String remoteFile)
Constructor.
|
FTPOutputStream(FTPClient client,
java.lang.String remoteFile,
boolean append)
Constructor.
|
FXPTransfer(FTPClient source,
FTPClient dest)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
ProFTPClient
Subclass of FTPClient that adds numerous useful methods, mainly for getting
and putting of multiple files, including recursively going through
directories.
|
Modifier and Type | Class and Description |
---|---|
class |
SSLFTPClient
SSLFTPClient supports standard FTP and the two
types of FTPS, explicit and implicit. |
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.