tfFtpdUserStop
Table of Contents >> Application Reference >> FTPD API
| #include <trsocket.h> |
| int tfFtpdUserStop | (void); |
Function Description
This function stops execution of the FTP server by means of closing the listening socket and killing all existing connections.
Returns
- TM_ENOERROR
- Success.
- TM_EALREADY
- The FTP server has already been stopped.