return 0; /* failure */ } int sftp_cmd_quit(struct sftp_command *cmd) { return -1; } int sftp_cmd_close(struct sftp_command *cmd) { if (!backend) { not_connected(); return 0; } if (backend_connected(backend)) { char ch; backend_special(backend, SS_EOF,...
().; $sRemoteDir - The remote Directory to be deleted.; Return values .: Success - 1; Failure - 0, sets @error; |1 - The connection is closed; |2 - Directory not found; |3 - Directory probably contains not removable files; |4 - Failed listing Directory; |5 - ...