FTP WinInet Functions

The following table shows the FTP WinInet functions that are supported by Windows CE.

Function Description
FtpCommand Issues an arbitrary command to the FTP server.
FtpCreateDirectory Creates a new directory on the server.
FtpDeleteFile Deletes a file on the server.
FtpFindFirstFile Starts file enumeration in the current directory.
FtpGetCurrentDirectory Returns the client's current directory on the server.
FtpGetFile Retrieves an entire file from the server.
FtpOpenFile Initiates access to a file on the server either for reading or for writing.
FtpPutFile Writes an entire file to the server.
FtpRemoveDirectory Deletes a directory on the server.
FtpRenameFile Renames a file on the server.
FtpSetCurrentDirectory Changes the client's current directory on the server.

See Also

FTP Server | Wininet Functions

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.