Share via


FTP WinInet Functions (Windows Embedded CE 6.0)

1/6/2010

The following table shows the FTP WinInet functions that are supported by Windows Embedded 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

Concepts

Accessing the FTP Protocol
FTP Server Application Development

Other Resources

WinInet Functions