OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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