Home |
Function ftpcli_unlink |
Function ftpcli_unlinkftpcli_unlink deletes a file on the FTP server. int ftpcli_unlink(struct ftpcli * cc, char * filename); ParametersccPointer to the session context established in ftpcli_connect. filenamePointer to the name of the remote File to remove. return valuePossible return values for this function are:
|