Home |
Function ftpcli_mode |
Function ftpcli_modeSets the active/passive mode for an existing FTP connection. void ftpcli_mode(PFTPCLI cc, int mode); ParametersccPointer to a session context initialized with ftpcli_connect. mode1 for passive or 0 for active. Applications which never call this function will default to passive mode.
|