![]() |
@CHIP-RTOS - FTP serverIPC@CHIP® Documentation Index Here is a short description of the IPC@CHIP® FTP server. The FTP (File Transfer Protocol) server allows file transfers to or from a remote FTP client over the network. Once connected, the client can do a number of file manipulation operations such as uploading files to the server, download files from the server, rename or delete files on the server and so on.
Features:
Default users are: 'anonymous' (no password) and 'ftp' (password is 'ftp').
The FTP server can be configured with the corresponding FTP
CHIP.INI entries.
It can also be enabled/disabled with the
FTP shell command.
This shell command can be executed from within an application using the
BIOS_Execute() API.
The server can be suspended/resumed with the
BIOS_Server_On_Off() API
End of document |