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.c251 if ((pflags & SSH2_FXF_READ) && in flags_from_portable()
254 } else if (pflags & SSH2_FXF_READ) { in flags_from_portable()
283 if (pflags & SSH2_FXF_READ) in string_from_portable()
H A Dsftp-client.c1135 (r = sshbuf_put_u32(msg, SSH2_FXF_READ)) != 0 || in sftp_copy()
1631 if (send_open(conn, remote_path, "remote", SSH2_FXF_READ, NULL, in sftp_download()
2486 if (send_open(from, from_path, "origin", SSH2_FXF_READ, NULL, in sftp_crossload()