tfFtpdUserExecute
Table of Contents >> Application Reference >> FTPD API
| #include <trsocket.h> |
| int tfFtpdUserExecute | (void); |
Function Description
This function executes the Ftp server main loop. This call is valid only if tfFtpdUserStart() has been called in non-blocking mode, and tfFtpdUserExecute() is not currently executing.
Returns
- TM_ENOERROR
- Success.
- TM_EPERM
- The FTP server is currently executing, has not been started, or has been stopped.