Description:
FTP library. You may want to check
FtpConnection and
FtpFile which are built on top of this library.
This library provides access to basic ftp functions.
Methods
Gets a handle for an ftp data stream
Move to the parent directory
Changes the path at remote
Issue an LIST command and write response to output
Issue a GET command and write received data to output
Gets the last server response
Create a directory at server
Determine the modification date of a remote file
Issue an NLST command and write response to output
Issue a PUT command and send data from input
Get working directory at remote
Read from a data connection
Remove directory at remote
Get the size of a remote file
Write to a data connection stream