Lines Matching refs:sftp
4 sftp M-bM-^@M-^S secure file transfer program
7 sftp [-1246aCfpqrv] [-B buffer_size] [-b batchfile] [-c cipher]
11 sftp [user@]host[:file ...]
12 sftp [user@]host[:dir[/]]
13 sftp -b batchfile [user@]host
16 sftp is an interactive file transfer program, similar to ftp(1), which
19 compression. sftp connects and logs into the specified host, then enters
26 The third usage format allows sftp to start in a remote directory.
43 -4 Forces sftp to use IPv4 addresses only.
45 -6 Forces sftp to use IPv6 addresses only.
53 Specify the size of the buffer that sftp uses when transferring
61 batchfile of M-bM-^@M-^X-M-bM-^@M-^Y may be used to indicate standard input. sftp
76 Connect directly to a local sftp server (rather than via ssh(1)).
98 there is no separate sftp command-line flag. For example, to
99 specify an alternate port use: sftp -oPort=24. For full details
181 downloading. Note that sftp does not follow symbolic links
189 Specifies the SSH2 subsystem or the path for an sftp server on
190 the remote host. A path is useful for using sftp over protocol
191 version 1, or when the remote sshd(8) does not have an sftp
197 Once in interactive mode, sftp understands a set of commands similar to
203 bye Quit sftp.
230 exit Quit sftp.
253 recursively. Note that sftp does not follow symbolic links when
342 recursively. Note that sftp does not follow symbolic links when
347 quit Quit sftp.
370 Display the sftp protocol version.
381 ssh_config(5), sftp-server(8), sshd(8)