blob: fbdd00a1efd17ed5ad5064bf62d4f8759e7f61a1 [file] [log] [blame]
jmc@openbsd.orge4eb7d92016-07-16 06:57:55 +00001.\" $OpenBSD: sftp.1,v 1.105 2016/07/16 06:57:55 jmc Exp $
Damien Miller33804262001-02-04 23:20:18 +11002.\"
Ben Lindstrom92a2e382001-03-05 06:59:27 +00003.\" Copyright (c) 2001 Damien Miller. All rights reserved.
Damien Miller33804262001-02-04 23:20:18 +11004.\"
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.\"
jmc@openbsd.orge4eb7d92016-07-16 06:57:55 +000025.Dd $Mdocdate: July 16 2016 $
Damien Miller33804262001-02-04 23:20:18 +110026.Dt SFTP 1
27.Os
28.Sh NAME
29.Nm sftp
Damien Miller50677922003-05-23 18:44:04 +100030.Nd secure file transfer program
Damien Miller33804262001-02-04 23:20:18 +110031.Sh SYNOPSIS
Damien Millerd6ead282003-05-14 19:30:38 +100032.Nm sftp
Damien Miller495dca32003-04-01 21:42:14 +100033.Bk -words
Damien Millerf29238e2013-10-17 11:48:52 +110034.Op Fl 1246aCfpqrv
Damien Miller81b6e782002-02-08 22:06:03 +110035.Op Fl B Ar buffer_size
Darren Tucker1f203942003-10-15 15:50:42 +100036.Op Fl b Ar batchfile
Darren Tucker46bbbe32009-10-07 08:21:48 +110037.Op Fl c Ar cipher
Darren Tucker282b4022009-10-07 08:23:06 +110038.Op Fl D Ar sftp_server_path
Damien Miller81b6e782002-02-08 22:06:03 +110039.Op Fl F Ar ssh_config
Darren Tuckerc07138e2009-10-07 08:23:44 +110040.Op Fl i Ar identity_file
Damien Miller65e42f82010-09-24 22:15:11 +100041.Op Fl l Ar limit
Darren Tucker1f203942003-10-15 15:50:42 +100042.Op Fl o Ar ssh_option
Darren Tucker282b4022009-10-07 08:23:06 +110043.Op Fl P Ar port
Damien Miller16a13332002-02-13 14:03:56 +110044.Op Fl R Ar num_requests
Ben Lindstrom6a337632001-09-18 05:47:32 +000045.Op Fl S Ar program
Darren Tucker1f203942003-10-15 15:50:42 +100046.Op Fl s Ar subsystem | sftp_server
Ben Lindstrom6a337632001-09-18 05:47:32 +000047.Ar host
Damien Miller495dca32003-04-01 21:42:14 +100048.Ek
Damien Millerd6ead282003-05-14 19:30:38 +100049.Nm sftp
Damien Miller7ebfad72008-12-09 14:12:33 +110050.Oo Ar user Ns @ Oc Ns
51.Ar host Ns Op : Ns Ar
Damien Millerd6ead282003-05-14 19:30:38 +100052.Nm sftp
Damien Miller881adf72010-09-24 22:01:54 +100053.Oo
54.Ar user Ns @ Oc Ns
Damien Miller495dca32003-04-01 21:42:14 +100055.Ar host Ns Oo : Ns Ar dir Ns
Damien Miller881adf72010-09-24 22:01:54 +100056.Op Ar /
57.Oc
Damien Millerd6ead282003-05-14 19:30:38 +100058.Nm sftp
Damien Millerfb7508e2003-05-14 13:47:07 +100059.Fl b Ar batchfile
Damien Millerc2b98272003-09-03 12:13:30 +100060.Oo Ar user Ns @ Oc Ns Ar host
Damien Miller33804262001-02-04 23:20:18 +110061.Sh DESCRIPTION
62.Nm
63is an interactive file transfer program, similar to
64.Xr ftp 1 ,
65which performs all operations over an encrypted
66.Xr ssh 1
67transport.
68It may also use many features of ssh, such as public key authentication and
69compression.
70.Nm
71connects and logs into the specified
Ben Lindstromaafff9c2001-05-06 03:01:02 +000072.Ar host ,
Damien Miller33804262001-02-04 23:20:18 +110073then enters an interactive command mode.
74.Pp
Ben Lindstrom24643222001-06-25 05:08:11 +000075The second usage format will retrieve files automatically if a non-interactive
Ben Lindstromaafff9c2001-05-06 03:01:02 +000076authentication method is used; otherwise it will do so after
77successful interactive authentication.
Ben Lindstrom63667f62001-04-13 00:00:14 +000078.Pp
Darren Tucker16e254d2004-12-06 22:46:45 +110079The third usage format allows
80.Nm
81to start in a remote directory.
Ben Lindstrom63667f62001-04-13 00:00:14 +000082.Pp
Damien Miller50677922003-05-23 18:44:04 +100083The final usage format allows for automated sessions using the
Damien Millerfb7508e2003-05-14 13:47:07 +100084.Fl b
Damien Miller50677922003-05-23 18:44:04 +100085option.
Damien Miller134eb812005-12-31 16:22:55 +110086In such cases, it is necessary to configure non-interactive authentication
Damien Miller50677922003-05-23 18:44:04 +100087to obviate the need to enter a password at connection time (see
Damien Millerfb7508e2003-05-14 13:47:07 +100088.Xr sshd 8
Damien Millerd6ead282003-05-14 19:30:38 +100089and
Damien Millerfb7508e2003-05-14 13:47:07 +100090.Xr ssh-keygen 1
Damien Miller50677922003-05-23 18:44:04 +100091for details).
Damien Miller58a77e22011-05-15 08:36:29 +100092.Pp
93Since some usage formats use colon characters to delimit host names from path
94names, IPv6 addresses must be enclosed in square brackets to avoid ambiguity.
95.Pp
Damien Miller33804262001-02-04 23:20:18 +110096The options are as follows:
97.Bl -tag -width Ds
Darren Tucker1f203942003-10-15 15:50:42 +100098.It Fl 1
99Specify the use of protocol version 1.
Darren Tucker46bbbe32009-10-07 08:21:48 +1100100.It Fl 2
101Specify the use of protocol version 2.
102.It Fl 4
103Forces
104.Nm
105to use IPv4 addresses only.
106.It Fl 6
107Forces
108.Nm
109to use IPv6 addresses only.
Damien Millerc6895c52013-08-21 02:40:21 +1000110.It Fl a
Damien Miller798a0252014-05-15 13:47:37 +1000111Attempt to continue interrupted transfers rather than overwriting
Damien Millerd875ff72014-05-15 13:47:15 +1000112existing partial or complete copies of files.
Damien Miller798a0252014-05-15 13:47:37 +1000113If the partial contents differ from those being transferred,
Damien Millerd875ff72014-05-15 13:47:15 +1000114then the resultant file is likely to be corrupt.
Darren Tucker1f203942003-10-15 15:50:42 +1000115.It Fl B Ar buffer_size
116Specify the size of the buffer that
117.Nm
118uses when transferring files.
119Larger buffers require fewer round trips at the cost of higher
120memory consumption.
121The default is 32768 bytes.
Ben Lindstrom562c26b2001-03-07 01:26:48 +0000122.It Fl b Ar batchfile
123Batch mode reads a series of commands from an input
Ben Lindstrom283cb822001-03-09 00:09:02 +0000124.Ar batchfile
Ben Lindstrom562c26b2001-03-07 01:26:48 +0000125instead of
Ben Lindstrom283cb822001-03-09 00:09:02 +0000126.Em stdin .
127Since it lacks user interaction it should be used in conjunction with
Damien Miller86a39682004-01-21 11:00:04 +1100128non-interactive authentication.
Damien Miller44f75c12004-01-21 10:58:47 +1100129A
Damien Miller86a39682004-01-21 11:00:04 +1100130.Ar batchfile
131of
132.Sq \-
Damien Miller44f75c12004-01-21 10:58:47 +1100133may be used to indicate standard input.
Ben Lindstrom283cb822001-03-09 00:09:02 +0000134.Nm
Ben Lindstrom24643222001-06-25 05:08:11 +0000135will abort if any of the following
136commands fail:
Damien Millerd875ff72014-05-15 13:47:15 +1000137.Ic get , put , reget , reput, rename , ln ,
Damien Miller495dca32003-04-01 21:42:14 +1000138.Ic rm , mkdir , chdir , ls ,
Damien Miller64058cb2008-05-19 14:54:25 +1000139.Ic lchdir , chmod , chown ,
Darren Tuckeraf1f9092010-12-05 09:02:47 +1100140.Ic chgrp , lpwd , df , symlink ,
Ben Lindstrom562c26b2001-03-07 01:26:48 +0000141and
Ben Lindstrom283cb822001-03-09 00:09:02 +0000142.Ic lmkdir .
Damien Miller495dca32003-04-01 21:42:14 +1000143Termination on error can be suppressed on a command by command basis by
144prefixing the command with a
Damien Miller86a39682004-01-21 11:00:04 +1100145.Sq \-
Damien Miller50677922003-05-23 18:44:04 +1000146character (for example,
147.Ic -rm /tmp/blah* ) .
Darren Tucker1f203942003-10-15 15:50:42 +1000148.It Fl C
149Enables compression (via ssh's
150.Fl C
151flag).
Darren Tuckeradba1ba2009-10-07 08:22:20 +1100152.It Fl c Ar cipher
153Selects the cipher to use for encrypting the data transfers.
154This option is directly passed to
155.Xr ssh 1 .
Darren Tucker282b4022009-10-07 08:23:06 +1100156.It Fl D Ar sftp_server_path
157Connect directly to a local sftp server
158(rather than via
159.Xr ssh 1 ) .
160This option may be useful in debugging the client and server.
Darren Tucker1f203942003-10-15 15:50:42 +1000161.It Fl F Ar ssh_config
162Specifies an alternative
163per-user configuration file for
164.Xr ssh 1 .
165This option is directly passed to
166.Xr ssh 1 .
Damien Millerf29238e2013-10-17 11:48:52 +1100167.It Fl f
168Requests that files be flushed to disk immediately after transfer.
169When uploading files, this feature is only enabled if the server
170implements the "fsync@openssh.com" extension.
Darren Tucker46bbbe32009-10-07 08:21:48 +1100171.It Fl i Ar identity_file
172Selects the file from which the identity (private key) for public key
173authentication is read.
174This option is directly passed to
175.Xr ssh 1 .
Damien Miller65e42f82010-09-24 22:15:11 +1000176.It Fl l Ar limit
177Limits the used bandwidth, specified in Kbit/s.
Damien Miller33804262001-02-04 23:20:18 +1100178.It Fl o Ar ssh_option
Ben Lindstrom14c62eb2001-08-15 23:25:46 +0000179Can be used to pass options to
180.Nm ssh
Ben Lindstrom3072aae2002-06-21 01:02:39 +0000181in the format used in
182.Xr ssh_config 5 .
183This is useful for specifying options
Ben Lindstrom14c62eb2001-08-15 23:25:46 +0000184for which there is no separate
185.Nm sftp
Damien Miller50677922003-05-23 18:44:04 +1000186command-line flag.
187For example, to specify an alternate port use:
Ben Lindstrom6a337632001-09-18 05:47:32 +0000188.Ic sftp -oPort=24 .
Darren Tucker1f203942003-10-15 15:50:42 +1000189For full details of the options listed below, and their possible values, see
190.Xr ssh_config 5 .
191.Pp
192.Bl -tag -width Ds -offset indent -compact
193.It AddressFamily
194.It BatchMode
195.It BindAddress
Damien Millerc0049bd2013-10-23 16:29:59 +1100196.It CanonicalDomains
197.It CanonicalizeFallbackLocal
198.It CanonicalizeHostname
199.It CanonicalizeMaxDots
200.It CanonicalizePermittedCNAMEs
jmc@openbsd.orgc5f7c082015-09-25 18:19:54 +0000201.It CertificateFile
Darren Tucker1f203942003-10-15 15:50:42 +1000202.It ChallengeResponseAuthentication
203.It CheckHostIP
204.It Cipher
205.It Ciphers
Darren Tucker1f203942003-10-15 15:50:42 +1000206.It Compression
207.It CompressionLevel
208.It ConnectionAttempts
Darren Tucker3d5cbb72004-05-03 09:13:15 +1000209.It ConnectTimeout
Damien Miller0e220db2004-06-15 10:34:08 +1000210.It ControlMaster
211.It ControlPath
Damien Millere5777722011-09-22 21:34:15 +1000212.It ControlPersist
Darren Tucker1f203942003-10-15 15:50:42 +1000213.It GlobalKnownHostsFile
214.It GSSAPIAuthentication
215.It GSSAPIDelegateCredentials
Damien Miller27e9c512005-03-02 12:04:16 +1100216.It HashKnownHosts
Darren Tucker1f203942003-10-15 15:50:42 +1000217.It Host
218.It HostbasedAuthentication
djm@openbsd.org46347ed2015-01-30 11:43:14 +0000219.It HostbasedKeyTypes
Darren Tucker1f203942003-10-15 15:50:42 +1000220.It HostKeyAlgorithms
221.It HostKeyAlias
222.It HostName
jmc@openbsd.org772e6ce2016-06-29 17:14:28 +0000223.It IdentitiesOnly
markus@openbsd.org75e21682016-05-04 14:32:26 +0000224.It IdentityAgent
Darren Tucker1f203942003-10-15 15:50:42 +1000225.It IdentityFile
Damien Miller0a184732010-11-20 15:21:03 +1100226.It IPQoS
Damien Millere5777722011-09-22 21:34:15 +1000227.It KbdInteractiveAuthentication
Darren Tucker636ca902004-11-05 20:22:00 +1100228.It KbdInteractiveDevices
Damien Miller2beb32f2010-09-24 22:16:03 +1000229.It KexAlgorithms
Darren Tucker1f203942003-10-15 15:50:42 +1000230.It LogLevel
231.It MACs
232.It NoHostAuthenticationForLocalhost
233.It NumberOfPasswordPrompts
234.It PasswordAuthentication
Damien Miller7ea845e2010-02-12 09:21:02 +1100235.It PKCS11Provider
Darren Tucker1f203942003-10-15 15:50:42 +1000236.It Port
237.It PreferredAuthentications
238.It Protocol
239.It ProxyCommand
jmc@openbsd.orge4eb7d92016-07-16 06:57:55 +0000240.It ProxyJump
Darren Tucker1f203942003-10-15 15:50:42 +1000241.It PubkeyAuthentication
Darren Tucker62388b22006-01-20 11:31:47 +1100242.It RekeyLimit
Darren Tucker1f203942003-10-15 15:50:42 +1000243.It RhostsRSAAuthentication
244.It RSAAuthentication
Darren Tucker7a6c0662004-05-02 22:14:03 +1000245.It SendEnv
Damien Miller509b0102003-12-17 16:33:10 +1100246.It ServerAliveInterval
247.It ServerAliveCountMax
Darren Tucker1f203942003-10-15 15:50:42 +1000248.It StrictHostKeyChecking
Damien Miller12c150e2003-12-17 16:31:10 +1100249.It TCPKeepAlive
djm@openbsd.org1d1092b2015-01-26 12:16:36 +0000250.It UpdateHostKeys
Darren Tucker1f203942003-10-15 15:50:42 +1000251.It UsePrivilegedPort
252.It User
253.It UserKnownHostsFile
254.It VerifyHostKeyDNS
Darren Tucker1f203942003-10-15 15:50:42 +1000255.El
Darren Tucker282b4022009-10-07 08:23:06 +1100256.It Fl P Ar port
257Specifies the port to connect to on the remote host.
Darren Tucker1b0dd172009-10-07 08:37:48 +1100258.It Fl p
259Preserves modification times, access times, and modes from the
260original files transferred.
Darren Tucker46bbbe32009-10-07 08:21:48 +1100261.It Fl q
262Quiet mode: disables the progress meter as well as warning and
263diagnostic messages from
264.Xr ssh 1 .
Damien Miller16a13332002-02-13 14:03:56 +1100265.It Fl R Ar num_requests
Damien Miller50677922003-05-23 18:44:04 +1000266Specify how many requests may be outstanding at any one time.
267Increasing this may slightly improve file transfer speed
268but will increase memory usage.
Damien Miller94717b02008-07-16 21:17:23 +1000269The default is 64 outstanding requests.
Darren Tucker1b0dd172009-10-07 08:37:48 +1100270.It Fl r
271Recursively copy entire directories when uploading and downloading.
272Note that
273.Nm
274does not follow symbolic links encountered in the tree traversal.
Ben Lindstrom6a337632001-09-18 05:47:32 +0000275.It Fl S Ar program
276Name of the
277.Ar program
278to use for the encrypted connection.
279The program must understand
280.Xr ssh 1
281options.
Darren Tucker1f203942003-10-15 15:50:42 +1000282.It Fl s Ar subsystem | sftp_server
283Specifies the SSH2 subsystem or the path for an sftp server
284on the remote host.
285A path is useful for using
286.Nm
287over protocol version 1, or when the remote
288.Xr sshd 8
289does not have an sftp subsystem configured.
290.It Fl v
291Raise logging level.
292This option is also passed to ssh.
Damien Miller33804262001-02-04 23:20:18 +1100293.El
294.Sh INTERACTIVE COMMANDS
Damien Millerd7686fd2001-02-10 00:40:03 +1100295Once in interactive mode,
296.Nm
Ben Lindstrom24643222001-06-25 05:08:11 +0000297understands a set of commands similar to those of
Damien Miller33804262001-02-04 23:20:18 +1100298.Xr ftp 1 .
Darren Tucker16e254d2004-12-06 22:46:45 +1100299Commands are case insensitive.
300Pathnames that contain spaces must be enclosed in quotes.
301Any special characters contained within pathnames that are recognized by
302.Xr glob 3
303must be escaped with backslashes
304.Pq Sq \e .
305.Bl -tag -width Ds
Ben Lindstrom59e12492001-08-15 23:22:56 +0000306.It Ic bye
Damien Miller50677922003-05-23 18:44:04 +1000307Quit
308.Nm sftp .
Damien Millerd7686fd2001-02-10 00:40:03 +1100309.It Ic cd Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000310Change remote directory to
Damien Millerd7686fd2001-02-10 00:40:03 +1100311.Ar path .
Damien Millerd7686fd2001-02-10 00:40:03 +1100312.It Ic chgrp Ar grp Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000313Change group of file
Damien Millerd7686fd2001-02-10 00:40:03 +1100314.Ar path
315to
Damien Miller33804262001-02-04 23:20:18 +1100316.Ar grp .
Darren Tucker16e254d2004-12-06 22:46:45 +1100317.Ar path
318may contain
319.Xr glob 3
320characters and may match multiple files.
Damien Miller33804262001-02-04 23:20:18 +1100321.Ar grp
Damien Millerd7686fd2001-02-10 00:40:03 +1100322must be a numeric GID.
323.It Ic chmod Ar mode Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000324Change permissions of file
Damien Millerd7686fd2001-02-10 00:40:03 +1100325.Ar path
326to
327.Ar mode .
Darren Tucker16e254d2004-12-06 22:46:45 +1100328.Ar path
329may contain
330.Xr glob 3
331characters and may match multiple files.
Damien Millerd7686fd2001-02-10 00:40:03 +1100332.It Ic chown Ar own Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000333Change owner of file
Damien Millerd7686fd2001-02-10 00:40:03 +1100334.Ar path
335to
Damien Miller33804262001-02-04 23:20:18 +1100336.Ar own .
Darren Tucker16e254d2004-12-06 22:46:45 +1100337.Ar path
338may contain
339.Xr glob 3
340characters and may match multiple files.
Damien Miller33804262001-02-04 23:20:18 +1100341.Ar own
342must be a numeric UID.
Damien Millerd671e5a2008-05-19 14:53:33 +1000343.It Xo Ic df
344.Op Fl hi
345.Op Ar path
346.Xc
347Display usage information for the filesystem holding the current directory
348(or
349.Ar path
350if specified).
351If the
352.Fl h
353flag is specified, the capacity information will be displayed using
354"human-readable" suffixes.
355The
356.Fl i
357flag requests display of inode information in addition to capacity information.
358This command is only supported on servers that implement the
359.Dq statvfs@openssh.com
360extension.
Ben Lindstromc9b6eab2001-03-07 01:29:17 +0000361.It Ic exit
Damien Miller50677922003-05-23 18:44:04 +1000362Quit
363.Nm sftp .
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000364.It Xo Ic get
Damien Millerf29238e2013-10-17 11:48:52 +1100365.Op Fl afPpr
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000366.Ar remote-path
367.Op Ar local-path
368.Xc
Damien Miller33804262001-02-04 23:20:18 +1100369Retrieve the
Damien Millerd7686fd2001-02-10 00:40:03 +1100370.Ar remote-path
Damien Miller33804262001-02-04 23:20:18 +1100371and store it on the local machine.
372If the local
Ben Lindstrom24643222001-06-25 05:08:11 +0000373path name is not specified, it is given the same name it has on the
Damien Miller50677922003-05-23 18:44:04 +1000374remote machine.
Darren Tucker16e254d2004-12-06 22:46:45 +1100375.Ar remote-path
376may contain
377.Xr glob 3
378characters and may match multiple files.
379If it does and
380.Ar local-path
381is specified, then
382.Ar local-path
383must specify a directory.
Darren Tucker1b0dd172009-10-07 08:37:48 +1100384.Pp
Damien Miller0d032412013-07-25 11:56:52 +1000385If the
386.Fl a
387flag is specified, then attempt to resume partial transfers of existing files.
388Note that resumption assumes that any partial copy of the local file matches
389the remote copy.
Damien Millereec84062013-08-21 02:39:39 +1000390If the remote file contents differ from the partial local copy then the
391resultant file is likely to be corrupt.
Damien Miller0d032412013-07-25 11:56:52 +1000392.Pp
Damien Millerf29238e2013-10-17 11:48:52 +1100393If the
394.Fl f
395flag is specified, then
396.Xr fsync 2
Damien Miller1edcbf62013-10-18 10:17:17 +1100397will be called after the file transfer has completed to flush the file
Damien Millerf29238e2013-10-17 11:48:52 +1100398to disk.
399.Pp
Darren Tuckerb3b40a82009-10-07 08:39:09 +1100400If either the
Darren Tucker05016b22009-10-07 08:38:23 +1100401.Fl P
Darren Tucker1b0dd172009-10-07 08:37:48 +1100402or
403.Fl p
Darren Tucker16e254d2004-12-06 22:46:45 +1100404flag is specified, then full file permissions and access times are
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000405copied too.
Darren Tucker1b0dd172009-10-07 08:37:48 +1100406.Pp
407If the
408.Fl r
409flag is specified then directories will be copied recursively.
410Note that
411.Nm
412does not follow symbolic links when performing recursive transfers.
Ben Lindstromc9b6eab2001-03-07 01:29:17 +0000413.It Ic help
414Display help text.
Darren Tucker1f203942003-10-15 15:50:42 +1000415.It Ic lcd Ar path
416Change local directory to
417.Ar path .
Damien Millerd7686fd2001-02-10 00:40:03 +1100418.It Ic lls Op Ar ls-options Op Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000419Display local directory listing of either
Damien Miller33804262001-02-04 23:20:18 +1100420.Ar path
421or current directory if
422.Ar path
Damien Millerd7686fd2001-02-10 00:40:03 +1100423is not specified.
Darren Tucker16e254d2004-12-06 22:46:45 +1100424.Ar ls-options
425may contain any flags supported by the local system's
426.Xr ls 1
427command.
428.Ar path
429may contain
430.Xr glob 3
431characters and may match multiple files.
Damien Millerd7686fd2001-02-10 00:40:03 +1100432.It Ic lmkdir Ar path
Damien Miller33804262001-02-04 23:20:18 +1100433Create local directory specified by
Damien Millerd7686fd2001-02-10 00:40:03 +1100434.Ar path .
Darren Tuckeraf1f9092010-12-05 09:02:47 +1100435.It Xo Ic ln
436.Op Fl s
437.Ar oldpath
438.Ar newpath
439.Xc
440Create a link from
Damien Miller058316f2001-03-08 10:08:49 +1100441.Ar oldpath
442to
443.Ar newpath .
Darren Tuckeraf1f9092010-12-05 09:02:47 +1100444If the
445.Fl s
446flag is specified the created link is a symbolic link, otherwise it is
447a hard link.
Damien Millerd7686fd2001-02-10 00:40:03 +1100448.It Ic lpwd
449Print local working directory.
Damien Millere1a49812002-09-12 09:54:25 +1000450.It Xo Ic ls
Darren Tucker75fe6262010-01-15 11:42:51 +1100451.Op Fl 1afhlnrSt
Damien Millere1a49812002-09-12 09:54:25 +1000452.Op Ar path
453.Xc
Darren Tucker16e254d2004-12-06 22:46:45 +1100454Display a remote directory listing of either
Damien Miller33804262001-02-04 23:20:18 +1100455.Ar path
Darren Tucker16e254d2004-12-06 22:46:45 +1100456or the current directory if
Damien Miller33804262001-02-04 23:20:18 +1100457.Ar path
Damien Miller50677922003-05-23 18:44:04 +1000458is not specified.
Darren Tucker16e254d2004-12-06 22:46:45 +1100459.Ar path
460may contain
461.Xr glob 3
462characters and may match multiple files.
Darren Tucker15ca6e82004-06-22 13:08:21 +1000463.Pp
Darren Tucker16e254d2004-12-06 22:46:45 +1100464The following flags are recognized and alter the behaviour of
Darren Tucker15ca6e82004-06-22 13:08:21 +1000465.Ic ls
Darren Tucker16e254d2004-12-06 22:46:45 +1100466accordingly:
467.Bl -tag -width Ds
468.It Fl 1
469Produce single columnar output.
470.It Fl a
471List files beginning with a dot
472.Pq Sq \&. .
473.It Fl f
474Do not sort the listing.
475The default sort order is lexicographical.
Darren Tucker2901e2d2010-01-13 22:44:06 +1100476.It Fl h
477When used with a long format option, use unit suffixes: Byte, Kilobyte,
478Megabyte, Gigabyte, Terabyte, Petabyte, and Exabyte in order to reduce
479the number of digits to four or fewer using powers of 2 for sizes (K=1024,
480M=1048576, etc.).
Darren Tucker75fe6262010-01-15 11:42:51 +1100481.It Fl l
482Display additional details including permissions
483and ownership information.
Darren Tucker16e254d2004-12-06 22:46:45 +1100484.It Fl n
485Produce a long listing with user and group information presented
486numerically.
487.It Fl r
488Reverse the sort order of the listing.
489.It Fl S
490Sort the listing by file size.
491.It Fl t
492Sort the listing by last modification time.
493.El
Damien Millerd7686fd2001-02-10 00:40:03 +1100494.It Ic lumask Ar umask
Ben Lindstrom24643222001-06-25 05:08:11 +0000495Set local umask to
Damien Millerd7686fd2001-02-10 00:40:03 +1100496.Ar umask .
497.It Ic mkdir Ar path
498Create remote directory specified by
499.Ar path .
Damien Miller62d57f62003-01-10 21:43:24 +1100500.It Ic progress
501Toggle display of progress meter.
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000502.It Xo Ic put
Damien Millerd875ff72014-05-15 13:47:15 +1000503.Op Fl afPpr
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000504.Ar local-path
Ben Lindstromd5767812002-12-23 02:23:37 +0000505.Op Ar remote-path
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000506.Xc
Damien Miller33804262001-02-04 23:20:18 +1100507Upload
Damien Millerd7686fd2001-02-10 00:40:03 +1100508.Ar local-path
Damien Miller50677922003-05-23 18:44:04 +1000509and store it on the remote machine.
510If the remote path name is not specified, it is given the same name it has
511on the local machine.
Darren Tucker16e254d2004-12-06 22:46:45 +1100512.Ar local-path
513may contain
514.Xr glob 3
515characters and may match multiple files.
516If it does and
517.Ar remote-path
518is specified, then
519.Ar remote-path
520must specify a directory.
Darren Tucker1b0dd172009-10-07 08:37:48 +1100521.Pp
Damien Millerf29238e2013-10-17 11:48:52 +1100522If the
Damien Miller798a0252014-05-15 13:47:37 +1000523.Fl a
Damien Millerd875ff72014-05-15 13:47:15 +1000524flag is specified, then attempt to resume partial
525transfers of existing files.
Damien Miller798a0252014-05-15 13:47:37 +1000526Note that resumption assumes that any partial copy of the remote file
Damien Millerd875ff72014-05-15 13:47:15 +1000527matches the local copy.
528If the local file contents differ from the remote local copy then
529the resultant file is likely to be corrupt.
530.Pp
531If the
Damien Millerf29238e2013-10-17 11:48:52 +1100532.Fl f
533flag is specified, then a request will be sent to the server to call
534.Xr fsync 2
535after the file has been transferred.
536Note that this is only supported by servers that implement
537the "fsync@openssh.com" extension.
538.Pp
Darren Tuckerddccfb42011-08-07 23:12:26 +1000539If either the
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000540.Fl P
Darren Tucker1b0dd172009-10-07 08:37:48 +1100541or
542.Fl p
543flag is specified, then full file permissions and access times are
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000544copied too.
Darren Tucker1b0dd172009-10-07 08:37:48 +1100545.Pp
546If the
547.Fl r
548flag is specified then directories will be copied recursively.
549Note that
550.Nm
551does not follow symbolic links when performing recursive transfers.
Damien Millerd7686fd2001-02-10 00:40:03 +1100552.It Ic pwd
553Display remote working directory.
Damien Millerd7686fd2001-02-10 00:40:03 +1100554.It Ic quit
Damien Miller50677922003-05-23 18:44:04 +1000555Quit
556.Nm sftp .
Damien Miller0d032412013-07-25 11:56:52 +1000557.It Xo Ic reget
558.Op Fl Ppr
559.Ar remote-path
560.Op Ar local-path
561.Xc
562Resume download of
563.Ar remote-path .
564Equivalent to
565.Ic get
566with the
567.Fl a
568flag set.
Damien Millerd875ff72014-05-15 13:47:15 +1000569.It Xo Ic reput
570.Op Fl Ppr
571.Op Ar local-path
572.Ar remote-path
573.Xc
574Resume upload of
575.Op Ar local-path .
576Equivalent to
577.Ic put
Damien Miller798a0252014-05-15 13:47:37 +1000578with the
Damien Millerd875ff72014-05-15 13:47:15 +1000579.Fl a
580flag set.
Damien Millerd7686fd2001-02-10 00:40:03 +1100581.It Ic rename Ar oldpath Ar newpath
Damien Miller33804262001-02-04 23:20:18 +1100582Rename remote file from
583.Ar oldpath
584to
Damien Millerd7686fd2001-02-10 00:40:03 +1100585.Ar newpath .
Damien Millerd7686fd2001-02-10 00:40:03 +1100586.It Ic rm Ar path
Damien Miller33804262001-02-04 23:20:18 +1100587Delete remote file specified by
Damien Millerd7686fd2001-02-10 00:40:03 +1100588.Ar path .
Darren Tucker1f203942003-10-15 15:50:42 +1000589.It Ic rmdir Ar path
590Remove remote directory specified by
591.Ar path .
Damien Miller058316f2001-03-08 10:08:49 +1100592.It Ic symlink Ar oldpath Ar newpath
Ben Lindstrom24643222001-06-25 05:08:11 +0000593Create a symbolic link from
Damien Miller058316f2001-03-08 10:08:49 +1100594.Ar oldpath
595to
596.Ar newpath .
Damien Miller63421802003-01-08 14:05:23 +1100597.It Ic version
598Display the
599.Nm
600protocol version.
Damien Miller62fd18a2009-01-28 16:14:09 +1100601.It Ic \&! Ns Ar command
Ben Lindstrom24643222001-06-25 05:08:11 +0000602Execute
Damien Miller33804262001-02-04 23:20:18 +1100603.Ar command
Damien Millerd7686fd2001-02-10 00:40:03 +1100604in local shell.
Damien Millerc2b98272003-09-03 12:13:30 +1000605.It Ic \&!
Damien Millerd7686fd2001-02-10 00:40:03 +1100606Escape to local shell.
Damien Millerc2b98272003-09-03 12:13:30 +1000607.It Ic \&?
Damien Millerd7686fd2001-02-10 00:40:03 +1100608Synonym for help.
609.El
Damien Miller33804262001-02-04 23:20:18 +1100610.Sh SEE ALSO
Darren Tucker1f203942003-10-15 15:50:42 +1000611.Xr ftp 1 ,
Darren Tucker16e254d2004-12-06 22:46:45 +1100612.Xr ls 1 ,
Ben Lindstrom160ec622001-04-22 17:17:46 +0000613.Xr scp 1 ,
Damien Miller33804262001-02-04 23:20:18 +1100614.Xr ssh 1 ,
615.Xr ssh-add 1 ,
616.Xr ssh-keygen 1 ,
Darren Tucker16e254d2004-12-06 22:46:45 +1100617.Xr glob 3 ,
Ben Lindstrom3072aae2002-06-21 01:02:39 +0000618.Xr ssh_config 5 ,
Ben Lindstrom160ec622001-04-22 17:17:46 +0000619.Xr sftp-server 8 ,
620.Xr sshd 8
621.Rs
Ben Lindstrom90fd0602001-06-25 04:45:33 +0000622.%A T. Ylonen
623.%A S. Lehtinen
Ben Lindstrom160ec622001-04-22 17:17:46 +0000624.%T "SSH File Transfer Protocol"
625.%N draft-ietf-secsh-filexfer-00.txt
626.%D January 2001
627.%O work in progress material
628.Re