Searched refs:SSH2_FXF_READ (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | sftp.h | 76 #define SSH2_FXF_READ 0x00000001 macro
|
| D | sftp-server.c | 255 if ((pflags & SSH2_FXF_READ) && in flags_from_portable() 258 } else if (pflags & SSH2_FXF_READ) { in flags_from_portable() 287 if (pflags & SSH2_FXF_READ) in string_from_portable()
|
| D | sftp-client.c | 1136 (r = sshbuf_put_u32(msg, SSH2_FXF_READ)) != 0 || in sftp_copy() 1632 if (send_open(conn, remote_path, "remote", SSH2_FXF_READ, NULL, in sftp_download() 2477 if (send_open(from, from_path, "origin", SSH2_FXF_READ, NULL, in sftp_crossload()
|