Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssh/dist/
H A Dsftp.h48 #define SSH2_FXP_REMOVE 13 macro
H A Dsftp-server.c144 { "remove", NULL, SSH2_FXP_REMOVE, process_remove, 1 },
H A Dsftp-client.c854 send_string_request(conn, id, SSH2_FXP_REMOVE, path, strlen(path)); in do_rm()