|
||||||||||
| 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. |
| Uses of FTPClient in com.enterprisedt.net.ftp |
|---|
| Fields in com.enterprisedt.net.ftp declared as FTPClient | |
|---|---|
protected FTPClient |
AbstractFTPInputStream.client
The client being used to perform the transfer |
| Constructors in com.enterprisedt.net.ftp with parameters of type FTPClient | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||