|
Class Summary |
| CopyStreamListener |
CopyStreamListener implementation to provide a progress tracking
of FTP download process |
| FTP |
Basic FTP client. |
| FTP.Action |
an action to perform, one of
"send", "put", "recv", "get", "del", "delete", "list", "mkdir", "chmod",
"rmdir" |
| FTP.FTPFileProxy |
internal class providing a File-like interface to some of the information
available from the FTP server |
| FTP.FTPSystemType |
one of the valid system type keys recognized by the systemTypeKey
attribute. |
| FTP.Granularity |
represents one of the valid timestamp adjustment values
recognized by the timestampGranularity attribute. |
| FTP.LanguageCode |
Enumerated class for languages. |
| FTPClient |
FTPClient extension to use
CopyStreamListener in
retrieveFile(String, java.io.OutputStream) |