|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FTPClient | |
|---|---|
| com.myjavaworld.ftp | This package contains the interfaces and default implementations for accessing a remote computer using file transfer protocol (FTP). |
| Uses of FTPClient in com.myjavaworld.ftp |
|---|
| Classes in com.myjavaworld.ftp that implement FTPClient | |
|---|---|
class |
AS400FTPClient
An FTP client implementation that can be used with AS/400 systems. |
class |
DefaultFTPClient
The default implementation of FTPClient. |
| Fields in com.myjavaworld.ftp declared as FTPClient | |
|---|---|
protected FTPClient |
DataConnection.client
A reference to the FTPClient that created this
DataConnection. |
protected FTPClient |
ControlConnection.client
FTPClient object that created this
ControlConnection. |
| Constructors in com.myjavaworld.ftp with parameters of type FTPClient | |
|---|---|
ControlConnection(FTPClient client)
Constructs a ControlConnection object. |
|
DataConnection(FTPClient client)
Constructs a DataConnection object. |
|
ExplicitSSLControlConnection(FTPClient client)
Creates an instance of ExplicitSSLControlConnection. |
|
ImplicitSSLControlConnection(FTPClient client)
Creates an instance of ImplicitSSLControlConnection. |
|
SSLDataConnection(FTPClient client)
Constructs a DataConnection object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||