Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals

Embedded FTP Demon


Functions

sint_t ftpd_start (char *username, char *password)
sint_t ftpd_stop (void)
sint_t ftpd_running (void)

Function Documentation

sint_t ftpd_running void   ) 
 

This function can be used to test if the FTP demon task is still running.

Returns:
nonzero when the ftpd is running.

sint_t ftpd_start char *  username,
char *  password
 

This function starts the FTP demon. The function call does not return; to terminate the demon again you can do a call to ftpd_stop.

Parameters:
username Username. The FTPD supports only one user name and has no rights management. Anonymous login is not supported.
password Password for the user with username.
Returns:
zero on success.

sint_t ftpd_stop void   ) 
 

This function stoppes the FTP demon. Note that it takes a while (up to 1 second) until this function returns.

Returns:
zero on success.


Generated on Sat Feb 26 12:59:02 2005 for e-soft by  doxygen 1.3.9.1