Concept Framework 2.2 documentation Contents | Index

standard.net.ftp

Static library name Version Deprecated
standard.net.ftp version 1.0 no

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.


Contained static functions:
FtpAccess Gets a handle for an ftp data stream
FtpCDUp Move to the parent directory
FtpChdir Changes the path at remote
FtpClose Closes a data connection
FtpConnect Connects to a given host
FtpDelete Delete a file at remote
FtpDir Issue an LIST command and write response to output
FtpGet Issue a GET command and write received data to output
FtpLastResponse Gets the last server response
FtpLogin Log in to remote server
FtpMkdir Create a directory at server
FtpModDate Determine the modification date of a remote file
FtpNlst Issue an NLST command and write response to output
FtpOptions Sets an ftp option
FtpPut Issue a PUT command and send data from input
FtpPwd Get working directory at remote
FtpQuit Disconnect from remote
FtpRead Read from a data connection
FtpRename Rename a file at remote
FtpRmdir Remove directory at remote
FtpSite Send a SITE command
FtpSize Get the size of a remote file
FtpSysType Send a SYST command
FtpWrite Write to a data connection stream




Documented by Eduard Suica, generation time: Sun Jan 27 18:15:18 2013 GMT(c)2013 Devronium Applications