Network Component  Version 6.6
MDK-Professional Middleware for IP Networking
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
FTP Client & Server

FTP is used for file transfer supporting sub-directories, log-in and a set of manipulation commands. More...

Content

 FTP Server Routines
 FTP Server Routines enable the transfer of files to a FTP Client.
 
 FTP Client Routines
 FTP Client Routines provide access to a FTP Server.
 

Description

FTP is used for file transfer supporting sub-directories, log-in and a set of manipulation commands.

File Transfer Protocol (FTP) is a standard network protocol used to exchange and manipulate files over a TCP/IP-based network. FTP is built on a client-server architecture and utilizes separate control and data connections between the client and server applications. FTP is used with user-based password authentication or with anonymous user access.

Note
The pages FTP Server and FTP Client give you more information on the actual usage of the functions and how to work with them in a project.