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-server.c 1330 case SSH2_FXP_REMOVE:
    [all...]
sftp-client.c 596 debug2("Sending SSH2_FXP_REMOVE \"%s\"", path);
599 send_string_request(conn, id, SSH2_FXP_REMOVE, path, strlen(path));
    [all...]

Completed in 265 milliseconds