File Transfer Control Methods
Method Description
Cancel Cancels the current operation
ChangeDirectory Changes current directory on remote FTP server
CloseDirectory Close the directory that was opened for reading on the FTP server
Command Specify a command to execute on a FTP server
Connect Establish a connection with the specified FTP or HTTP server
DeleteFile Remove a file on the remote host
Disconnect Disconnect from the FTP or HTTP server
GetFile Download a file from the remote system to the local system
GetFileStatus Return status information about a specific file on an FTP server
GetMultipleFiles Download multiple files from the remote system to the local system
Initialize Initialize the component and load the networking library
MakeDirectory Create a new directory on the remote FTP host
OpenDirectory Open the specified directory on an FTP server for reading
PostFile Upload a file from the local system to a script on a web server
PutFile Upload a file from the local system to the remote system
PutMultipleFiles Upload multiple files from the local system to the remote system
ReadDirectory Read a directory entry from an FTP server
RemoveDirectory Remove a directory on the remote FTP server
RenameFile Change the name of an existing file on the FTP server
Reset Reset the internal state of the control
Uninitialize Uninitialize the component and unload the networking library

Copyright © 2008 Catalyst Development Corporation. All rights reserved.