tfFtpFreeSession

Jump to: navigation, search

Table of Contents >> Application Reference >> FTP Client API


#include <trsocket.h>


int tfFtpFreeSession (ttUserFtpHandle ftpUserHandle);


Function Description

This function frees resources associated with specified FTP session. Should be called by a user when a session has completed.


Parameters

  • ftpUserHandle
    The FTP session handle.


Returns

  • TM_ENOERROR
    Success.
  • TM_EINVAL
    Invalid FTP session pointer.


Table of Contents >> Application Reference >> FTP Client API