Concept Framework 1.0 documentation Contents | Index

FtpConnection

Name Version Deprecated
FtpConnection version 1.0 no

Defined in : Ftp.con
(this file must be included in your application in order to have access, unless you use a child class of FtpConnection that includes this file)

Require : standard.net.ftp

Description:
Manages a ftp connection to a server. The order of operations can be, for example: Host, User, Password, Open, OpenDir, OpenFile, Close.


Properties:
Host Sets or gets the ftp host
LastResponse Gets the last server response
Mode Sets or gets the mode of the FTP transfers
Password Sets or gets the password for the ftp server set by the Host property
System Send a SYST command, and returns the result
User Sets or gets the username for the ftp server set by the Host property

Methods:
CDUp Moves to the parent directory
ChDir Changes the current directory on the ftp server
Close Closes the FTP connection to Host
CreateFile Creates a file on the ftp server
Delete Deletes a file from the ftp server
Download Downloads a file from the ftp server
DownloadFileList Issues a LIST command on the ftp server
FileSize Gets the size of a ftp file
FileTime Gets the time and date of the last modification of a remote file
FtpConnection This is the standard contructor for this class and should not be used directly
MkDir Creates a new directory on the ftp server
Open Opens the FTP connection to Host using the User and Password
OpenDir Opens a directory on the ftp server
OpenFile Opens a file on the ftp server
Pwd Gets the working directory on the ftp server
Rename Renames a file on the ftp server
RmDir Removes a directory from the ftp server
Site Send a SITE command
Upload Uploads a file to the server




Documented by Eduard Suica, generation time: Thu Oct 15 20:02:00 2009 GMT(c)2009 RadGs Software