tfFtpdUserStop

Jump to: navigation, search

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.


Table of Contents >> Application Reference >> FTPD API