- (dtucker) platform.c session.c] Move the USE_LIBIAF fragment into
[openssh-git.git] / sftp.1
blob0d253cc8f7dc145063ce8ad3660ebb73867ef398
1 .\" $OpenBSD: sftp.1,v 1.86 2010/09/23 13:36:46 jmc Exp $
2 .\"
3 .\" Copyright (c) 2001 Damien Miller.  All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\"    notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\"    notice, this list of conditions and the following disclaimer in the
12 .\"    documentation and/or other materials provided with the distribution.
13 .\"
14 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
15 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
16 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
17 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24 .\"
25 .Dd $Mdocdate: September 23 2010 $
26 .Dt SFTP 1
27 .Os
28 .Sh NAME
29 .Nm sftp
30 .Nd secure file transfer program
31 .Sh SYNOPSIS
32 .Nm sftp
33 .Bk -words
34 .Op Fl 1246Cpqrv
35 .Op Fl B Ar buffer_size
36 .Op Fl b Ar batchfile
37 .Op Fl c Ar cipher
38 .Op Fl D Ar sftp_server_path
39 .Op Fl F Ar ssh_config
40 .Op Fl i Ar identity_file
41 .Op Fl l Ar limit
42 .Op Fl o Ar ssh_option
43 .Op Fl P Ar port
44 .Op Fl R Ar num_requests
45 .Op Fl S Ar program
46 .Op Fl s Ar subsystem | sftp_server
47 .Ar host
48 .Ek
49 .Nm sftp
50 .Oo Ar user Ns @ Oc Ns
51 .Ar host Ns Op : Ns Ar
52 .Nm sftp
53 .Oo
54 .Ar user Ns @ Oc Ns
55 .Ar host Ns Oo : Ns Ar dir Ns
56 .Op Ar /
57 .Oc
58 .Nm sftp
59 .Fl b Ar batchfile
60 .Oo Ar user Ns @ Oc Ns Ar host
61 .Sh DESCRIPTION
62 .Nm
63 is an interactive file transfer program, similar to
64 .Xr ftp 1 ,
65 which performs all operations over an encrypted
66 .Xr ssh 1
67 transport.
68 It may also use many features of ssh, such as public key authentication and
69 compression.
70 .Nm
71 connects and logs into the specified
72 .Ar host ,
73 then enters an interactive command mode.
74 .Pp
75 The second usage format will retrieve files automatically if a non-interactive
76 authentication method is used; otherwise it will do so after
77 successful interactive authentication.
78 .Pp
79 The third usage format allows
80 .Nm
81 to start in a remote directory.
82 .Pp
83 The final usage format allows for automated sessions using the
84 .Fl b
85 option.
86 In such cases, it is necessary to configure non-interactive authentication
87 to obviate the need to enter a password at connection time (see
88 .Xr sshd 8
89 and
90 .Xr ssh-keygen 1
91 for details).
92 The options are as follows:
93 .Bl -tag -width Ds
94 .It Fl 1
95 Specify the use of protocol version 1.
96 .It Fl 2
97 Specify the use of protocol version 2.
98 .It Fl 4
99 Forces
101 to use IPv4 addresses only.
102 .It Fl 6
103 Forces
105 to use IPv6 addresses only.
106 .It Fl B Ar buffer_size
107 Specify the size of the buffer that
109 uses when transferring files.
110 Larger buffers require fewer round trips at the cost of higher
111 memory consumption.
112 The default is 32768 bytes.
113 .It Fl b Ar batchfile
114 Batch mode reads a series of commands from an input
115 .Ar batchfile
116 instead of
117 .Em stdin .
118 Since it lacks user interaction it should be used in conjunction with
119 non-interactive authentication.
121 .Ar batchfile
123 .Sq \-
124 may be used to indicate standard input.
126 will abort if any of the following
127 commands fail:
128 .Ic get , put , rename , ln ,
129 .Ic rm , mkdir , chdir , ls ,
130 .Ic lchdir , chmod , chown ,
131 .Ic chgrp , lpwd , df ,
133 .Ic lmkdir .
134 Termination on error can be suppressed on a command by command basis by
135 prefixing the command with a
136 .Sq \-
137 character (for example,
138 .Ic -rm /tmp/blah* ) .
139 .It Fl C
140 Enables compression (via ssh's
141 .Fl C
142 flag).
143 .It Fl c Ar cipher
144 Selects the cipher to use for encrypting the data transfers.
145 This option is directly passed to
146 .Xr ssh 1 .
147 .It Fl D Ar sftp_server_path
148 Connect directly to a local sftp server
149 (rather than via
150 .Xr ssh 1 ) .
151 This option may be useful in debugging the client and server.
152 .It Fl F Ar ssh_config
153 Specifies an alternative
154 per-user configuration file for
155 .Xr ssh 1 .
156 This option is directly passed to
157 .Xr ssh 1 .
158 .It Fl i Ar identity_file
159 Selects the file from which the identity (private key) for public key
160 authentication is read.
161 This option is directly passed to
162 .Xr ssh 1 .
163 .It Fl l Ar limit
164 Limits the used bandwidth, specified in Kbit/s.
165 .It Fl o Ar ssh_option
166 Can be used to pass options to
167 .Nm ssh
168 in the format used in
169 .Xr ssh_config 5 .
170 This is useful for specifying options
171 for which there is no separate
172 .Nm sftp
173 command-line flag.
174 For example, to specify an alternate port use:
175 .Ic sftp -oPort=24 .
176 For full details of the options listed below, and their possible values, see
177 .Xr ssh_config 5 .
179 .Bl -tag -width Ds -offset indent -compact
180 .It AddressFamily
181 .It BatchMode
182 .It BindAddress
183 .It ChallengeResponseAuthentication
184 .It CheckHostIP
185 .It Cipher
186 .It Ciphers
187 .It Compression
188 .It CompressionLevel
189 .It ConnectionAttempts
190 .It ConnectTimeout
191 .It ControlMaster
192 .It ControlPath
193 .It GlobalKnownHostsFile
194 .It GSSAPIAuthentication
195 .It GSSAPIDelegateCredentials
196 .It HashKnownHosts
197 .It Host
198 .It HostbasedAuthentication
199 .It HostKeyAlgorithms
200 .It HostKeyAlias
201 .It HostName
202 .It IdentityFile
203 .It IdentitiesOnly
204 .It KbdInteractiveDevices
205 .It KexAlgorithms
206 .It LogLevel
207 .It MACs
208 .It NoHostAuthenticationForLocalhost
209 .It NumberOfPasswordPrompts
210 .It PasswordAuthentication
211 .It PKCS11Provider
212 .It Port
213 .It PreferredAuthentications
214 .It Protocol
215 .It ProxyCommand
216 .It PubkeyAuthentication
217 .It RekeyLimit
218 .It RhostsRSAAuthentication
219 .It RSAAuthentication
220 .It SendEnv
221 .It ServerAliveInterval
222 .It ServerAliveCountMax
223 .It StrictHostKeyChecking
224 .It TCPKeepAlive
225 .It UsePrivilegedPort
226 .It User
227 .It UserKnownHostsFile
228 .It VerifyHostKeyDNS
230 .It Fl P Ar port
231 Specifies the port to connect to on the remote host.
232 .It Fl p
233 Preserves modification times, access times, and modes from the
234 original files transferred.
235 .It Fl q
236 Quiet mode: disables the progress meter as well as warning and
237 diagnostic messages from
238 .Xr ssh 1 .
239 .It Fl R Ar num_requests
240 Specify how many requests may be outstanding at any one time.
241 Increasing this may slightly improve file transfer speed
242 but will increase memory usage.
243 The default is 64 outstanding requests.
244 .It Fl r
245 Recursively copy entire directories when uploading and downloading.
246 Note that
248 does not follow symbolic links encountered in the tree traversal.
249 .It Fl S Ar program
250 Name of the
251 .Ar program
252 to use for the encrypted connection.
253 The program must understand
254 .Xr ssh 1
255 options.
256 .It Fl s Ar subsystem | sftp_server
257 Specifies the SSH2 subsystem or the path for an sftp server
258 on the remote host.
259 A path is useful for using
261 over protocol version 1, or when the remote
262 .Xr sshd 8
263 does not have an sftp subsystem configured.
264 .It Fl v
265 Raise logging level.
266 This option is also passed to ssh.
268 .Sh INTERACTIVE COMMANDS
269 Once in interactive mode,
271 understands a set of commands similar to those of
272 .Xr ftp 1 .
273 Commands are case insensitive.
274 Pathnames that contain spaces must be enclosed in quotes.
275 Any special characters contained within pathnames that are recognized by
276 .Xr glob 3
277 must be escaped with backslashes
278 .Pq Sq \e .
279 .Bl -tag -width Ds
280 .It Ic bye
281 Quit
282 .Nm sftp .
283 .It Ic cd Ar path
284 Change remote directory to
285 .Ar path .
286 .It Ic chgrp Ar grp Ar path
287 Change group of file
288 .Ar path
290 .Ar grp .
291 .Ar path
292 may contain
293 .Xr glob 3
294 characters and may match multiple files.
295 .Ar grp
296 must be a numeric GID.
297 .It Ic chmod Ar mode Ar path
298 Change permissions of file
299 .Ar path
301 .Ar mode .
302 .Ar path
303 may contain
304 .Xr glob 3
305 characters and may match multiple files.
306 .It Ic chown Ar own Ar path
307 Change owner of file
308 .Ar path
310 .Ar own .
311 .Ar path
312 may contain
313 .Xr glob 3
314 characters and may match multiple files.
315 .Ar own
316 must be a numeric UID.
317 .It Xo Ic df
318 .Op Fl hi
319 .Op Ar path
321 Display usage information for the filesystem holding the current directory
323 .Ar path
324 if specified).
325 If the
326 .Fl h
327 flag is specified, the capacity information will be displayed using
328 "human-readable" suffixes.
330 .Fl i
331 flag requests display of inode information in addition to capacity information.
332 This command is only supported on servers that implement the
333 .Dq statvfs@openssh.com
334 extension.
335 .It Ic exit
336 Quit
337 .Nm sftp .
338 .It Xo Ic get
339 .Op Fl Ppr
340 .Ar remote-path
341 .Op Ar local-path
343 Retrieve the
344 .Ar remote-path
345 and store it on the local machine.
346 If the local
347 path name is not specified, it is given the same name it has on the
348 remote machine.
349 .Ar remote-path
350 may contain
351 .Xr glob 3
352 characters and may match multiple files.
353 If it does and
354 .Ar local-path
355 is specified, then
356 .Ar local-path
357 must specify a directory.
359 If either the
360 .Fl P
362 .Fl p
363 flag is specified, then full file permissions and access times are
364 copied too.
366 If the
367 .Fl r
368 flag is specified then directories will be copied recursively.
369 Note that
371 does not follow symbolic links when performing recursive transfers.
372 .It Ic help
373 Display help text.
374 .It Ic lcd Ar path
375 Change local directory to
376 .Ar path .
377 .It Ic lls Op Ar ls-options Op Ar path
378 Display local directory listing of either
379 .Ar path
380 or current directory if
381 .Ar path
382 is not specified.
383 .Ar ls-options
384 may contain any flags supported by the local system's
385 .Xr ls 1
386 command.
387 .Ar path
388 may contain
389 .Xr glob 3
390 characters and may match multiple files.
391 .It Ic lmkdir Ar path
392 Create local directory specified by
393 .Ar path .
394 .It Ic ln Ar oldpath Ar newpath
395 Create a symbolic link from
396 .Ar oldpath
398 .Ar newpath .
399 .It Ic lpwd
400 Print local working directory.
401 .It Xo Ic ls
402 .Op Fl 1afhlnrSt
403 .Op Ar path
405 Display a remote directory listing of either
406 .Ar path
407 or the current directory if
408 .Ar path
409 is not specified.
410 .Ar path
411 may contain
412 .Xr glob 3
413 characters and may match multiple files.
415 The following flags are recognized and alter the behaviour of
416 .Ic ls
417 accordingly:
418 .Bl -tag -width Ds
419 .It Fl 1
420 Produce single columnar output.
421 .It Fl a
422 List files beginning with a dot
423 .Pq Sq \&. .
424 .It Fl f
425 Do not sort the listing.
426 The default sort order is lexicographical.
427 .It Fl h
428 When used with a long format option, use unit suffixes: Byte, Kilobyte,
429 Megabyte, Gigabyte, Terabyte, Petabyte, and Exabyte in order to reduce
430 the number of digits to four or fewer using powers of 2 for sizes (K=1024,
431 M=1048576, etc.).
432 .It Fl l
433 Display additional details including permissions
434 and ownership information.
435 .It Fl n
436 Produce a long listing with user and group information presented
437 numerically.
438 .It Fl r
439 Reverse the sort order of the listing.
440 .It Fl S
441 Sort the listing by file size.
442 .It Fl t
443 Sort the listing by last modification time.
445 .It Ic lumask Ar umask
446 Set local umask to
447 .Ar umask .
448 .It Ic mkdir Ar path
449 Create remote directory specified by
450 .Ar path .
451 .It Ic progress
452 Toggle display of progress meter.
453 .It Xo Ic put
454 .Op Fl Ppr
455 .Ar local-path
456 .Op Ar remote-path
458 Upload
459 .Ar local-path
460 and store it on the remote machine.
461 If the remote path name is not specified, it is given the same name it has
462 on the local machine.
463 .Ar local-path
464 may contain
465 .Xr glob 3
466 characters and may match multiple files.
467 If it does and
468 .Ar remote-path
469 is specified, then
470 .Ar remote-path
471 must specify a directory.
473 If ether the
474 .Fl P
476 .Fl p
477 flag is specified, then full file permissions and access times are
478 copied too.
480 If the
481 .Fl r
482 flag is specified then directories will be copied recursively.
483 Note that
485 does not follow symbolic links when performing recursive transfers.
486 .It Ic pwd
487 Display remote working directory.
488 .It Ic quit
489 Quit
490 .Nm sftp .
491 .It Ic rename Ar oldpath Ar newpath
492 Rename remote file from
493 .Ar oldpath
495 .Ar newpath .
496 .It Ic rm Ar path
497 Delete remote file specified by
498 .Ar path .
499 .It Ic rmdir Ar path
500 Remove remote directory specified by
501 .Ar path .
502 .It Ic symlink Ar oldpath Ar newpath
503 Create a symbolic link from
504 .Ar oldpath
506 .Ar newpath .
507 .It Ic version
508 Display the
510 protocol version.
511 .It Ic \&! Ns Ar command
512 Execute
513 .Ar command
514 in local shell.
515 .It Ic \&!
516 Escape to local shell.
517 .It Ic \&?
518 Synonym for help.
520 .Sh SEE ALSO
521 .Xr ftp 1 ,
522 .Xr ls 1 ,
523 .Xr scp 1 ,
524 .Xr ssh 1 ,
525 .Xr ssh-add 1 ,
526 .Xr ssh-keygen 1 ,
527 .Xr glob 3 ,
528 .Xr ssh_config 5 ,
529 .Xr sftp-server 8 ,
530 .Xr sshd 8
532 .%A T. Ylonen
533 .%A S. Lehtinen
534 .%T "SSH File Transfer Protocol"
535 .%N draft-ietf-secsh-filexfer-00.txt
536 .%D January 2001
537 .%O work in progress material