Home |
Function ftpcli_quote |
Function ftpcli_quoteFunction ftpcli_quote sends an arbitrary command to the FTP server. int ftpcli_quote(struct ftpcli * cc, char * cmd); ParametersccPointer to the session context established with ftpcli_connect. cmdPointer to a command to send to the FTP server. return valuePossible return values for this function are:
ftpcli_quote passes the string to the server and waits for a response. It can be used to execute FTP commands not provided by other FTP client API functions.
|