Function ftpcli_type
This function establishes the transfer type for subsequent transfers to be ASCII or binary.
int ftpcli_type(struct ftpcli * cc, char * typename);
ParametersccPointer to the session context established in ftpcli_connect.
typename"I" for binary or "A" for ASCII.
return valuePossible return values for this function are:
Value |
Meaning |
0 |
Command accepted. |
-1 |
Command rejected or no response from server. |
-3 |
Invalid connection (could not connect). |
FTP Client
Function ftpcli_rmdir
Function ftpcli_unlink
|