Class | Description |
---|---|
FtpClient |
This class implements a Java FTP client.
It allows you to: connect to a FTP server in active and passive mode. naviguate through the directories on the server retrieve files (get) and store files (put) on the server delete files on the server to make and remove directories on the server |
Exception | Description |
---|---|
FtpCException |
Signals that an FTP exception has been generated by an
FtpClient object . |