HomeSort by relevance Sort by last modified time
    Searched refs:SSH2_FXP_REMOVE (Results 1 - 3 of 3) sorted by null

  /external/openssh/
sftp.h 47 #define SSH2_FXP_REMOVE 13
sftp-client.c 681 debug2("Sending SSH2_FXP_REMOVE \"%s\"", path);
684 send_string_request(conn, id, SSH2_FXP_REMOVE, path, strlen(path));
    [all...]
sftp-server.c 137 { "remove", NULL, SSH2_FXP_REMOVE, process_remove, 1 },
    [all...]

Completed in 439 milliseconds