www.beck-ipc.com

@CHIP-RTOS - FTP server


    IPC@CHIP® Documentation Index

Introduction

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:
  • Supports up to 5 connections
  • Supports active and passive mode
  • Two available user accounts with configurable access rights
  • Configurable TCP port number (default 21)
  • Configurable idle timeout
  • FTP over SSL support (FTPS) (on SC2x/SC1x3 only)

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