Home |
FTP Server |
FTP ServerFTP, the File Transport Protocol, is a client/server protocol that allows a client to transfer files to and from a server. It also provides directory listing and working directory management routines. The server is provided through API call ftp_server_daemon. User authentication and file read/write permission control is available through function ftp_server_set_auth. The FTP server can be used with the RTTarget-32 RAM file system or the disk file system RTFiles-32. The FTP Server is an optional add-on for RTIP-32 and must be purchased in addition to RTIP-32 to be available. Applications requiring the FTP Server must include header file Ftpapi.h and link library Ftp.lib. The FTP Server API is documented in the RTIP-32 Reference Manual. Demo program FTPServer shows how to use this add-on.
|