Home |
Function ftpcli_type |
Function ftpcli_typeThis 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:
|