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
|