Searched refs:SSH2_FXF_READ (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | sftp.h | 75 #define SSH2_FXF_READ 0x00000001 macro
|
H A D | sftp-server.c | 259 if ((pflags & SSH2_FXF_READ) && in flags_from_portable() 262 } else if (pflags & SSH2_FXF_READ) { in flags_from_portable() 291 if (pflags & SSH2_FXF_READ) in string_from_portable()
|
H A D | sftp-client.c | 1150 (r = sshbuf_put_u32(msg, SSH2_FXF_READ)) != 0 || in sftp_copy() 1646 if (send_open(conn, remote_path, "remote", SSH2_FXF_READ, NULL, in sftp_download() 2495 if (send_open(from, from_path, "origin", SSH2_FXF_READ, NULL, in sftp_crossload()
|