CFtp Methods |
The CFtp type exposes the following members.
Name | Description | |
---|---|---|
Append | **Missing documentation ** | |
CloseFile |
Closes a remote file.
(Inherited from CSession.) | |
CloseRemote |
Closes the Internet connection.
(Inherited from CSession.) | |
ConnectRemote |
Connect an application to a remote FTP server.
(Overrides ConnectRemote(Usual, Usual, Usual, Usual).) | |
CreateDir |
Create a new directory on the FTP server.
| |
DeleteFile |
Delete a file stored on the FTP server.
| |
Destroy | **Missing documentation ** (Inherited from CSession.) | |
Directory |
Create an array of directory and file information about the remote FTP server.
| |
GetCurDir |
Get the name of the current directory on the remote FTP server for the current process.
| |
GetFile |
Receive a file from the FTP server.
| |
InternetStatus |
Method InternetStatus() is a callback placeholder to receive current status information for an FTP session. It should be overloaded by subclasses to implement the desired behavior.
(Overrides InternetStatus(Usual, Usual, Usual, Usual).) | |
Open |
Initialize an application's use of the Win32 Internet functions.
(Overrides Open(Usual, Usual, Usual).) | |
OpenFile |
Open a remote file for writing or reading.
| |
PutFile |
Store a file on the FTP server.
| |
RemoveDir |
Delete a directory from the remote FTP server.
| |
RenameFile |
Rename a file stored on the FTP server.
| |
SetCurDir |
Change the current directory on the remote FTP server for the current process.
| |
SetResponseStatus | **Missing documentation ** (Inherited from CSession.) |