CFtp Properties |
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.) |