• Home
  • Raw
  • Download

Lines Matching +full:ls +full:- +full:files

4      sftp M-bM-^@M-^S secure file transfer program
7 sftp [-1246aCfpqrv] [-B buffer_size] [-b batchfile] [-c cipher]
8 [-D sftp_server_path] [-F ssh_config] [-i identity_file] [-l limit]
9 [-o ssh_option] [-P port] [-R num_requests] [-S program]
10 [-s subsystem | sftp_server] host
13 sftp -b batchfile [user@]host
22 The second usage format will retrieve files automatically if a non-
28 The final usage format allows for automated sessions using the -b option.
29 In such cases, it is necessary to configure non-interactive
31 (see sshd(8) and ssh-keygen(1) for details).
39 -1 Specify the use of protocol version 1.
41 -2 Specify the use of protocol version 2.
43 -4 Forces sftp to use IPv4 addresses only.
45 -6 Forces sftp to use IPv6 addresses only.
47 -a Attempt to continue interrupted transfers rather than overwriting
48 existing partial or complete copies of files. If the partial
52 -B buffer_size
54 files. Larger buffers require fewer round trips at the cost of
57 -b batchfile
60 used in conjunction with non-interactive authentication. A
61 batchfile of M-bM-^@M-^X-M-bM-^@M-^Y may be used to indicate standard input. sftp
63 reget, reput, rename, ln, rm, mkdir, chdir, ls, lchdir, chmod,
66 prefixing the command with a M-bM-^@M-^X-M-bM-^@M-^Y character (for example, -rm
69 -C Enables compression (via ssh's -C flag).
71 -c cipher
75 -D sftp_server_path
79 -F ssh_config
80 Specifies an alternative per-user configuration file for ssh(1).
83 -f Requests that files be flushed to disk immediately after
84 transfer. When uploading files, this feature is only enabled if
87 -i identity_file
92 -l limit
95 -o ssh_option
98 there is no separate sftp command-line flag. For example, to
99 specify an alternate port use: sftp -oPort=24. For full details
166 -P port
169 -p Preserves modification times, access times, and modes from the
170 original files transferred.
172 -q Quiet mode: disables the progress meter as well as warning and
175 -R num_requests
180 -r Recursively copy entire directories when uploading and
184 -S program
188 -s subsystem | sftp_server
194 -v Raise logging level. This option is also passed to ssh.
201 backslashes (M-bM-^@M-^X\M-bM-^@M-^Y).
210 characters and may match multiple files. grp must be a numeric
215 glob(3) characters and may match multiple files.
219 characters and may match multiple files. own must be a numeric
222 df [-hi] [path]
224 directory (or path if specified). If the -h flag is specified,
225 the capacity information will be displayed using "human-readable"
226 suffixes. The -i flag requests display of inode information in
228 on servers that implement the M-bM-^@M-^\statvfs@openssh.comM-bM-^@M-^] extension.
232 get [-afPpr] remote-path [local-path]
233 Retrieve the remote-path and store it on the local machine. If
235 it has on the remote machine. remote-path may contain glob(3)
236 characters and may match multiple files. If it does and
237 local-path is specified, then local-path must specify a
240 If the -a flag is specified, then attempt to resume partial
241 transfers of existing files. Note that resumption assumes that
246 If the -f flag is specified, then fsync(2) will be called after
249 If either the -P or -p flag is specified, then full file
252 If the -r flag is specified then directories will be copied
261 lls [ls-options [path]]
263 directory if path is not specified. ls-options may contain any
264 flags supported by the local system's ls(1) command. path may
265 contain glob(3) characters and may match multiple files.
270 ln [-s] oldpath newpath
271 Create a link from oldpath to newpath. If the -s flag is
277 ls [-1afhlnrSt] [path]
280 characters and may match multiple files.
282 The following flags are recognized and alter the behaviour of ls
285 -1 Produce single columnar output.
287 -a List files beginning with a dot (M-bM-^@M-^X.M-bM-^@M-^Y).
289 -f Do not sort the listing. The default sort order is
292 -h When used with a long format option, use unit suffixes:
298 -l Display additional details including permissions and
301 -n Produce a long listing with user and group information
304 -r Reverse the sort order of the listing.
306 -S Sort the listing by file size.
308 -t Sort the listing by last modification time.
319 put [-afPpr] local-path [remote-path]
320 Upload local-path and store it on the remote machine. If the
322 has on the local machine. local-path may contain glob(3)
323 characters and may match multiple files. If it does and
324 remote-path is specified, then remote-path must specify a
327 If the -a flag is specified, then attempt to resume partial
328 transfers of existing files. Note that resumption assumes that
333 If the -f flag is specified, then a request will be sent to the
338 If either the -P or -p flag is specified, then full file
341 If the -r flag is specified then directories will be copied
349 reget [-Ppr] remote-path [local-path]
350 Resume download of remote-path. Equivalent to get with the -a
353 reput [-Ppr] [local-path] remote-path
354 Resume upload of [local-path]. Equivalent to put with the -a
380 ftp(1), ls(1), scp(1), ssh(1), ssh-add(1), ssh-keygen(1), glob(3),
381 ssh_config(5), sftp-server(8), sshd(8)
383 T. Ylonen and S. Lehtinen, SSH File Transfer Protocol, draft-ietf-secsh-
384 filexfer-00.txt, January 2001, work in progress material.