Home | History | Annotate | Download | only in openssh

Lines Matching refs:SSH2_FXP_REMOVE

596 	debug2("Sending SSH2_FXP_REMOVE \"%s\"", path);
599 send_string_request(conn, id, SSH2_FXP_REMOVE, path, strlen(path));