Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsftp.h75 #define SSH2_FXF_READ 0x00000001 macro
H A Dsftp-server.c259 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 Dsftp-client.c1150 (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()