FTP client module (based on the
For
Handle for a specific FTP connection, see module
Changes directory on remote host.
Closes the FTP connection.
Deletes a file on remote host.
Opens an FTP connection and fetches a file from the remote host.
The configuration file must be as for
For
See also
Lists directory
Opens an FTP connection to the specified node.
You can open a connection for a particular
For information on how to create a new
For
Opens an FTP connection and sends a file to the remote host.
For
If the target host is a "special" node, the FTP address must be specified in the configuration file as follows:
{node,[{ftp,IpAddr}]}.
If the target host is something else, for example, a UNIX host, the configuration file must also include the username and password (both strings):
{unix,[{ftp,IpAddr}, {username,Username}, {password,Password}]}.
See also
Fetches a file over FTP.
The file gets the same name on the local host.
See also
Fetches a file over FTP.
The file is named
Sends a file over FTP.
The file gets the same name on the remote host.
See also
Sends a file over FTP.
The file is named
Changes the file transfer type.