standard.net.ftp

standard.net.ftp is available since version 1.0.
Import library : standard.net.ftp
(you must include this at the top of your source: "import standard.net.ftp" (no quotes)

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
Closes a data connection
Connects to a given host
Delete a file 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
Log in to remote server
Create a directory at server
Determine the modification date of a remote file
Issue an NLST command and write response to output
Sets an ftp option
Issue a PUT command and send data from input
Get working directory at remote
Disconnect from remote
Read from a data connection
Rename a file at remote
Remove directory at remote
Send a SITE command
Get the size of a remote file
Send a SYST command
Write to a data connection stream