Functions | |
| sint_t | ftpd_start (char *username, char *password) |
| sint_t | ftpd_stop (void) |
| sint_t | ftpd_running (void) |
|
|
This function can be used to test if the FTP demon task is still running.
|
|
||||||||||||
|
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.
|
|
|
This function stoppes the FTP demon. Note that it takes a while (up to 1 second) until this function returns.
|
1.3.9.1