FTP WinInet Functions (Windows CE 5.0)
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 Application Development | WinInet Functions
Send Feedback on this topic to the authors