|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FTPClient | |
|---|---|
| com.enterprisedt.net.ftp | FileTransferClient is the key
class for edtFTPj/Free and provides basic
FTP features; SecureFileTransferClient
(edtFTPj/PRO only)
adds support for secure file transfer via the SFTP and FTPS protocols, as well as advanced FTP features. |
| Uses of FTPClient in com.enterprisedt.net.ftp |
|---|
| Constructors in com.enterprisedt.net.ftp with parameters of type FTPClient | |
|---|---|
FTPInputStream(FTPClient client,
java.lang.String remoteFile)
Constructor. |
|
FTPOutputStream(FTPClient client,
java.lang.String remoteFile)
Constructor. |
|
FTPOutputStream(FTPClient client,
java.lang.String remoteFile,
boolean append)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||