Click or drag to resize

CFtp Methods

X#

The CFtp type exposes the following members.

Functions
  NameDescription
Public methodAppend
**Missing documentation **
Public methodCloseFile
Closes a remote file.
(Inherited from CSession.)
Public methodCloseRemote
Closes the Internet connection.
(Inherited from CSession.)
Public methodCode exampleConnectRemote
Connect an application to a remote FTP server.
(Overrides ConnectRemote(Usual, Usual, Usual, Usual).)
Public methodCreateDir
Create a new directory on the FTP server.
Public methodDeleteFile
Delete a file stored on the FTP server.
Public methodDestroy
**Missing documentation **
(Inherited from CSession.)
Public methodDirectory
Create an array of directory and file information about the remote FTP server.
Public methodGetCurDir
Get the name of the current directory on the remote FTP server for the current process.
Public methodCode exampleGetFile
Receive a file from the FTP server.
Public methodCode exampleInternetStatus
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).)
Public methodOpen
Initialize an application's use of the Win32 Internet functions.
(Overrides Open(Usual, Usual, Usual).)
Public methodOpenFile
Open a remote file for writing or reading.
Public methodCode examplePutFile
Store a file on the FTP server.
Public methodRemoveDir
Delete a directory from the remote FTP server.
Public methodRenameFile
Rename a file stored on the FTP server.
Public methodSetCurDir
Change the current directory on the remote FTP server for the current process.
Public methodSetResponseStatus
**Missing documentation **
(Inherited from CSession.)
Top
See Also