CFtp Class |
Namespace: VO
The CFtp type exposes the following members.
Name | Description | |
---|---|---|
AccessType |
The type of Internet session.
The default type is INTERNET_OPEN_TYPE_DIRECT.
The alternate type is INTERNET_OPEN_TYPE_PROXY.
(Inherited from CSession.) | |
Connected |
A logical value indicating the status of the connection.
(Inherited from CSession.) | |
ConnectHandle |
Internet connection handle.
(Inherited from CSession.) | |
Error |
The number of the last error code received.
(Inherited from CSession.) | |
ErrorMsg |
A string representing the last error message received.
(Inherited from CSession.) | |
Handle |
The Internet session handle.
(Inherited from CSession.) | |
OpenFlags | **Missing documentation ** (Inherited from CSession.) | |
PassWord |
The password necessary to establish the remote connection.
(Inherited from CSession.) | |
Port |
The Port number of the current session communication.
(Inherited from CSession.) | |
Proxy |
A string containing the name of the proxy server (or servers) to use for Internet connections.
(Overrides Proxy.) | |
ProxyBypass |
A string representing the proxies to bypass when establishing the remote connection.
(Inherited from CSession.) | |
RemoteHost |
A string representing the Host name or IP address of the remote server.
(Inherited from CSession.) | |
UserName |
A string representing the User ID necessary to establish the remote connection.
(Inherited from CSession.) |
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.) |