Searched refs:SSH2_FXP_REMOVE (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/crypto/openssh/
H A Dsftp.h47 #define SSH2_FXP_REMOVE 13 macro
H A Dsftp-server.c138 { "remove", NULL, SSH2_FXP_REMOVE, process_remove, 1 },
H A Dsftp-client.c604 debug2("Sending SSH2_FXP_REMOVE \"%s\"", path);
607 send_string_request(conn, id, SSH2_FXP_REMOVE, path, strlen(path));

Completed in 102 milliseconds