blob: c218376fbf0ccd0b337b7d49cd78685a68efa2bc [file] [log] [blame]
naddy@openbsd.org9a82e242017-05-03 21:49:18 +00001.\" $OpenBSD: sftp.1,v 1.110 2017/05/03 21:49:18 naddy 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.org2b6f7992017-05-03 06:32:02 +000025.Dd $Mdocdate: May 3 2017 $
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
djm@openbsd.org3575f0b2017-05-02 08:54:19 +000034.Op Fl 46aCfpqrv
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 Tucker46bbbe32009-10-07 08:21:48 +110098.It Fl 4
99Forces
100.Nm
101to use IPv4 addresses only.
102.It Fl 6
103Forces
104.Nm
105to use IPv6 addresses only.
Damien Millerc6895c52013-08-21 02:40:21 +1000106.It Fl a
Damien Miller798a0252014-05-15 13:47:37 +1000107Attempt to continue interrupted transfers rather than overwriting
Damien Millerd875ff72014-05-15 13:47:15 +1000108existing partial or complete copies of files.
Damien Miller798a0252014-05-15 13:47:37 +1000109If the partial contents differ from those being transferred,
Damien Millerd875ff72014-05-15 13:47:15 +1000110then the resultant file is likely to be corrupt.
Darren Tucker1f203942003-10-15 15:50:42 +1000111.It Fl B Ar buffer_size
112Specify the size of the buffer that
113.Nm
114uses when transferring files.
115Larger buffers require fewer round trips at the cost of higher
116memory consumption.
117The default is 32768 bytes.
Ben Lindstrom562c26b2001-03-07 01:26:48 +0000118.It Fl b Ar batchfile
119Batch mode reads a series of commands from an input
Ben Lindstrom283cb822001-03-09 00:09:02 +0000120.Ar batchfile
Ben Lindstrom562c26b2001-03-07 01:26:48 +0000121instead of
Ben Lindstrom283cb822001-03-09 00:09:02 +0000122.Em stdin .
123Since it lacks user interaction it should be used in conjunction with
Damien Miller86a39682004-01-21 11:00:04 +1100124non-interactive authentication.
Damien Miller44f75c12004-01-21 10:58:47 +1100125A
Damien Miller86a39682004-01-21 11:00:04 +1100126.Ar batchfile
127of
128.Sq \-
Damien Miller44f75c12004-01-21 10:58:47 +1100129may be used to indicate standard input.
Ben Lindstrom283cb822001-03-09 00:09:02 +0000130.Nm
Ben Lindstrom24643222001-06-25 05:08:11 +0000131will abort if any of the following
132commands fail:
Damien Millerd875ff72014-05-15 13:47:15 +1000133.Ic get , put , reget , reput, rename , ln ,
Damien Miller495dca32003-04-01 21:42:14 +1000134.Ic rm , mkdir , chdir , ls ,
Damien Miller64058cb2008-05-19 14:54:25 +1000135.Ic lchdir , chmod , chown ,
Darren Tuckeraf1f9092010-12-05 09:02:47 +1100136.Ic chgrp , lpwd , df , symlink ,
Ben Lindstrom562c26b2001-03-07 01:26:48 +0000137and
Ben Lindstrom283cb822001-03-09 00:09:02 +0000138.Ic lmkdir .
Damien Miller495dca32003-04-01 21:42:14 +1000139Termination on error can be suppressed on a command by command basis by
140prefixing the command with a
Damien Miller86a39682004-01-21 11:00:04 +1100141.Sq \-
Damien Miller50677922003-05-23 18:44:04 +1000142character (for example,
143.Ic -rm /tmp/blah* ) .
Darren Tucker1f203942003-10-15 15:50:42 +1000144.It Fl C
145Enables compression (via ssh's
146.Fl C
147flag).
Darren Tuckeradba1ba2009-10-07 08:22:20 +1100148.It Fl c Ar cipher
149Selects the cipher to use for encrypting the data transfers.
150This option is directly passed to
151.Xr ssh 1 .
Darren Tucker282b4022009-10-07 08:23:06 +1100152.It Fl D Ar sftp_server_path
153Connect directly to a local sftp server
154(rather than via
155.Xr ssh 1 ) .
156This option may be useful in debugging the client and server.
Darren Tucker1f203942003-10-15 15:50:42 +1000157.It Fl F Ar ssh_config
158Specifies an alternative
159per-user configuration file for
160.Xr ssh 1 .
161This option is directly passed to
162.Xr ssh 1 .
Damien Millerf29238e2013-10-17 11:48:52 +1100163.It Fl f
164Requests that files be flushed to disk immediately after transfer.
165When uploading files, this feature is only enabled if the server
166implements the "fsync@openssh.com" extension.
Darren Tucker46bbbe32009-10-07 08:21:48 +1100167.It Fl i Ar identity_file
168Selects the file from which the identity (private key) for public key
169authentication is read.
170This option is directly passed to
171.Xr ssh 1 .
Damien Miller65e42f82010-09-24 22:15:11 +1000172.It Fl l Ar limit
173Limits the used bandwidth, specified in Kbit/s.
Damien Miller33804262001-02-04 23:20:18 +1100174.It Fl o Ar ssh_option
Ben Lindstrom14c62eb2001-08-15 23:25:46 +0000175Can be used to pass options to
176.Nm ssh
Ben Lindstrom3072aae2002-06-21 01:02:39 +0000177in the format used in
178.Xr ssh_config 5 .
179This is useful for specifying options
Ben Lindstrom14c62eb2001-08-15 23:25:46 +0000180for which there is no separate
181.Nm sftp
Damien Miller50677922003-05-23 18:44:04 +1000182command-line flag.
183For example, to specify an alternate port use:
Ben Lindstrom6a337632001-09-18 05:47:32 +0000184.Ic sftp -oPort=24 .
Darren Tucker1f203942003-10-15 15:50:42 +1000185For full details of the options listed below, and their possible values, see
186.Xr ssh_config 5 .
187.Pp
188.Bl -tag -width Ds -offset indent -compact
189.It AddressFamily
190.It BatchMode
191.It BindAddress
Damien Millerc0049bd2013-10-23 16:29:59 +1100192.It CanonicalDomains
193.It CanonicalizeFallbackLocal
194.It CanonicalizeHostname
195.It CanonicalizeMaxDots
196.It CanonicalizePermittedCNAMEs
jmc@openbsd.orgc5f7c082015-09-25 18:19:54 +0000197.It CertificateFile
Darren Tucker1f203942003-10-15 15:50:42 +1000198.It ChallengeResponseAuthentication
199.It CheckHostIP
Darren Tucker1f203942003-10-15 15:50:42 +1000200.It Ciphers
Darren Tucker1f203942003-10-15 15:50:42 +1000201.It Compression
naddy@openbsd.org9a82e242017-05-03 21:49:18 +0000202.It ConnectionAttempts
Darren Tucker3d5cbb72004-05-03 09:13:15 +1000203.It ConnectTimeout
Damien Miller0e220db2004-06-15 10:34:08 +1000204.It ControlMaster
205.It ControlPath
Damien Millere5777722011-09-22 21:34:15 +1000206.It ControlPersist
Darren Tucker1f203942003-10-15 15:50:42 +1000207.It GlobalKnownHostsFile
208.It GSSAPIAuthentication
209.It GSSAPIDelegateCredentials
Damien Miller27e9c512005-03-02 12:04:16 +1100210.It HashKnownHosts
Darren Tucker1f203942003-10-15 15:50:42 +1000211.It Host
212.It HostbasedAuthentication
djm@openbsd.org46347ed2015-01-30 11:43:14 +0000213.It HostbasedKeyTypes
Darren Tucker1f203942003-10-15 15:50:42 +1000214.It HostKeyAlgorithms
215.It HostKeyAlias
216.It HostName
jmc@openbsd.org772e6ce2016-06-29 17:14:28 +0000217.It IdentitiesOnly
markus@openbsd.org75e21682016-05-04 14:32:26 +0000218.It IdentityAgent
Darren Tucker1f203942003-10-15 15:50:42 +1000219.It IdentityFile
Damien Miller0a184732010-11-20 15:21:03 +1100220.It IPQoS
Damien Millere5777722011-09-22 21:34:15 +1000221.It KbdInteractiveAuthentication
Darren Tucker636ca902004-11-05 20:22:00 +1100222.It KbdInteractiveDevices
Damien Miller2beb32f2010-09-24 22:16:03 +1000223.It KexAlgorithms
Darren Tucker1f203942003-10-15 15:50:42 +1000224.It LogLevel
225.It MACs
226.It NoHostAuthenticationForLocalhost
227.It NumberOfPasswordPrompts
228.It PasswordAuthentication
Damien Miller7ea845e2010-02-12 09:21:02 +1100229.It PKCS11Provider
Darren Tucker1f203942003-10-15 15:50:42 +1000230.It Port
231.It PreferredAuthentications
Darren Tucker1f203942003-10-15 15:50:42 +1000232.It ProxyCommand
jmc@openbsd.orge4eb7d92016-07-16 06:57:55 +0000233.It ProxyJump
jmc@openbsd.org42b690b2017-05-02 14:06:37 +0000234.It PubkeyAcceptedKeyTypes
Darren Tucker1f203942003-10-15 15:50:42 +1000235.It PubkeyAuthentication
Darren Tucker62388b22006-01-20 11:31:47 +1100236.It RekeyLimit
Darren Tucker7a6c0662004-05-02 22:14:03 +1000237.It SendEnv
Damien Miller509b0102003-12-17 16:33:10 +1100238.It ServerAliveInterval
239.It ServerAliveCountMax
Darren Tucker1f203942003-10-15 15:50:42 +1000240.It StrictHostKeyChecking
Damien Miller12c150e2003-12-17 16:31:10 +1100241.It TCPKeepAlive
djm@openbsd.org1d1092b2015-01-26 12:16:36 +0000242.It UpdateHostKeys
Darren Tucker1f203942003-10-15 15:50:42 +1000243.It UsePrivilegedPort
244.It User
245.It UserKnownHostsFile
246.It VerifyHostKeyDNS
Darren Tucker1f203942003-10-15 15:50:42 +1000247.El
Darren Tucker282b4022009-10-07 08:23:06 +1100248.It Fl P Ar port
249Specifies the port to connect to on the remote host.
Darren Tucker1b0dd172009-10-07 08:37:48 +1100250.It Fl p
251Preserves modification times, access times, and modes from the
252original files transferred.
Darren Tucker46bbbe32009-10-07 08:21:48 +1100253.It Fl q
254Quiet mode: disables the progress meter as well as warning and
255diagnostic messages from
256.Xr ssh 1 .
Damien Miller16a13332002-02-13 14:03:56 +1100257.It Fl R Ar num_requests
Damien Miller50677922003-05-23 18:44:04 +1000258Specify how many requests may be outstanding at any one time.
259Increasing this may slightly improve file transfer speed
260but will increase memory usage.
Damien Miller94717b02008-07-16 21:17:23 +1000261The default is 64 outstanding requests.
Darren Tucker1b0dd172009-10-07 08:37:48 +1100262.It Fl r
263Recursively copy entire directories when uploading and downloading.
264Note that
265.Nm
266does not follow symbolic links encountered in the tree traversal.
Ben Lindstrom6a337632001-09-18 05:47:32 +0000267.It Fl S Ar program
268Name of the
269.Ar program
270to use for the encrypted connection.
271The program must understand
272.Xr ssh 1
273options.
Darren Tucker1f203942003-10-15 15:50:42 +1000274.It Fl s Ar subsystem | sftp_server
275Specifies the SSH2 subsystem or the path for an sftp server
276on the remote host.
jmc@openbsd.org2b6f7992017-05-03 06:32:02 +0000277A path is useful when the remote
Darren Tucker1f203942003-10-15 15:50:42 +1000278.Xr sshd 8
279does not have an sftp subsystem configured.
280.It Fl v
281Raise logging level.
282This option is also passed to ssh.
Damien Miller33804262001-02-04 23:20:18 +1100283.El
284.Sh INTERACTIVE COMMANDS
Damien Millerd7686fd2001-02-10 00:40:03 +1100285Once in interactive mode,
286.Nm
Ben Lindstrom24643222001-06-25 05:08:11 +0000287understands a set of commands similar to those of
Damien Miller33804262001-02-04 23:20:18 +1100288.Xr ftp 1 .
Darren Tucker16e254d2004-12-06 22:46:45 +1100289Commands are case insensitive.
290Pathnames that contain spaces must be enclosed in quotes.
291Any special characters contained within pathnames that are recognized by
292.Xr glob 3
293must be escaped with backslashes
294.Pq Sq \e .
295.Bl -tag -width Ds
Ben Lindstrom59e12492001-08-15 23:22:56 +0000296.It Ic bye
Damien Miller50677922003-05-23 18:44:04 +1000297Quit
298.Nm sftp .
Damien Millerd7686fd2001-02-10 00:40:03 +1100299.It Ic cd Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000300Change remote directory to
Damien Millerd7686fd2001-02-10 00:40:03 +1100301.Ar path .
Damien Millerd7686fd2001-02-10 00:40:03 +1100302.It Ic chgrp Ar grp Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000303Change group of file
Damien Millerd7686fd2001-02-10 00:40:03 +1100304.Ar path
305to
Damien Miller33804262001-02-04 23:20:18 +1100306.Ar grp .
Darren Tucker16e254d2004-12-06 22:46:45 +1100307.Ar path
308may contain
309.Xr glob 3
310characters and may match multiple files.
Damien Miller33804262001-02-04 23:20:18 +1100311.Ar grp
Damien Millerd7686fd2001-02-10 00:40:03 +1100312must be a numeric GID.
313.It Ic chmod Ar mode Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000314Change permissions of file
Damien Millerd7686fd2001-02-10 00:40:03 +1100315.Ar path
316to
317.Ar mode .
Darren Tucker16e254d2004-12-06 22:46:45 +1100318.Ar path
319may contain
320.Xr glob 3
321characters and may match multiple files.
Damien Millerd7686fd2001-02-10 00:40:03 +1100322.It Ic chown Ar own Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000323Change owner of file
Damien Millerd7686fd2001-02-10 00:40:03 +1100324.Ar path
325to
Damien Miller33804262001-02-04 23:20:18 +1100326.Ar own .
Darren Tucker16e254d2004-12-06 22:46:45 +1100327.Ar path
328may contain
329.Xr glob 3
330characters and may match multiple files.
Damien Miller33804262001-02-04 23:20:18 +1100331.Ar own
332must be a numeric UID.
Damien Millerd671e5a2008-05-19 14:53:33 +1000333.It Xo Ic df
334.Op Fl hi
335.Op Ar path
336.Xc
337Display usage information for the filesystem holding the current directory
338(or
339.Ar path
340if specified).
341If the
342.Fl h
343flag is specified, the capacity information will be displayed using
344"human-readable" suffixes.
345The
346.Fl i
347flag requests display of inode information in addition to capacity information.
348This command is only supported on servers that implement the
349.Dq statvfs@openssh.com
350extension.
Ben Lindstromc9b6eab2001-03-07 01:29:17 +0000351.It Ic exit
Damien Miller50677922003-05-23 18:44:04 +1000352Quit
353.Nm sftp .
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000354.It Xo Ic get
Damien Millerf29238e2013-10-17 11:48:52 +1100355.Op Fl afPpr
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000356.Ar remote-path
357.Op Ar local-path
358.Xc
Damien Miller33804262001-02-04 23:20:18 +1100359Retrieve the
Damien Millerd7686fd2001-02-10 00:40:03 +1100360.Ar remote-path
Damien Miller33804262001-02-04 23:20:18 +1100361and store it on the local machine.
362If the local
Ben Lindstrom24643222001-06-25 05:08:11 +0000363path name is not specified, it is given the same name it has on the
Damien Miller50677922003-05-23 18:44:04 +1000364remote machine.
Darren Tucker16e254d2004-12-06 22:46:45 +1100365.Ar remote-path
366may contain
367.Xr glob 3
368characters and may match multiple files.
369If it does and
370.Ar local-path
371is specified, then
372.Ar local-path
373must specify a directory.
Darren Tucker1b0dd172009-10-07 08:37:48 +1100374.Pp
Damien Miller0d032412013-07-25 11:56:52 +1000375If the
376.Fl a
377flag is specified, then attempt to resume partial transfers of existing files.
378Note that resumption assumes that any partial copy of the local file matches
379the remote copy.
Damien Millereec84062013-08-21 02:39:39 +1000380If the remote file contents differ from the partial local copy then the
381resultant file is likely to be corrupt.
Damien Miller0d032412013-07-25 11:56:52 +1000382.Pp
Damien Millerf29238e2013-10-17 11:48:52 +1100383If the
384.Fl f
385flag is specified, then
386.Xr fsync 2
Damien Miller1edcbf62013-10-18 10:17:17 +1100387will be called after the file transfer has completed to flush the file
Damien Millerf29238e2013-10-17 11:48:52 +1100388to disk.
389.Pp
Darren Tuckerb3b40a82009-10-07 08:39:09 +1100390If either the
Darren Tucker05016b22009-10-07 08:38:23 +1100391.Fl P
Darren Tucker1b0dd172009-10-07 08:37:48 +1100392or
393.Fl p
Darren Tucker16e254d2004-12-06 22:46:45 +1100394flag is specified, then full file permissions and access times are
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000395copied too.
Darren Tucker1b0dd172009-10-07 08:37:48 +1100396.Pp
397If the
398.Fl r
399flag is specified then directories will be copied recursively.
400Note that
401.Nm
402does not follow symbolic links when performing recursive transfers.
Ben Lindstromc9b6eab2001-03-07 01:29:17 +0000403.It Ic help
404Display help text.
Darren Tucker1f203942003-10-15 15:50:42 +1000405.It Ic lcd Ar path
406Change local directory to
407.Ar path .
Damien Millerd7686fd2001-02-10 00:40:03 +1100408.It Ic lls Op Ar ls-options Op Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000409Display local directory listing of either
Damien Miller33804262001-02-04 23:20:18 +1100410.Ar path
411or current directory if
412.Ar path
Damien Millerd7686fd2001-02-10 00:40:03 +1100413is not specified.
Darren Tucker16e254d2004-12-06 22:46:45 +1100414.Ar ls-options
415may contain any flags supported by the local system's
416.Xr ls 1
417command.
418.Ar path
419may contain
420.Xr glob 3
421characters and may match multiple files.
Damien Millerd7686fd2001-02-10 00:40:03 +1100422.It Ic lmkdir Ar path
Damien Miller33804262001-02-04 23:20:18 +1100423Create local directory specified by
Damien Millerd7686fd2001-02-10 00:40:03 +1100424.Ar path .
Darren Tuckeraf1f9092010-12-05 09:02:47 +1100425.It Xo Ic ln
426.Op Fl s
427.Ar oldpath
428.Ar newpath
429.Xc
430Create a link from
Damien Miller058316f2001-03-08 10:08:49 +1100431.Ar oldpath
432to
433.Ar newpath .
Darren Tuckeraf1f9092010-12-05 09:02:47 +1100434If the
435.Fl s
436flag is specified the created link is a symbolic link, otherwise it is
437a hard link.
Damien Millerd7686fd2001-02-10 00:40:03 +1100438.It Ic lpwd
439Print local working directory.
Damien Millere1a49812002-09-12 09:54:25 +1000440.It Xo Ic ls
Darren Tucker75fe6262010-01-15 11:42:51 +1100441.Op Fl 1afhlnrSt
Damien Millere1a49812002-09-12 09:54:25 +1000442.Op Ar path
443.Xc
Darren Tucker16e254d2004-12-06 22:46:45 +1100444Display a remote directory listing of either
Damien Miller33804262001-02-04 23:20:18 +1100445.Ar path
Darren Tucker16e254d2004-12-06 22:46:45 +1100446or the current directory if
Damien Miller33804262001-02-04 23:20:18 +1100447.Ar path
Damien Miller50677922003-05-23 18:44:04 +1000448is not specified.
Darren Tucker16e254d2004-12-06 22:46:45 +1100449.Ar path
450may contain
451.Xr glob 3
452characters and may match multiple files.
Darren Tucker15ca6e82004-06-22 13:08:21 +1000453.Pp
Darren Tucker16e254d2004-12-06 22:46:45 +1100454The following flags are recognized and alter the behaviour of
Darren Tucker15ca6e82004-06-22 13:08:21 +1000455.Ic ls
Darren Tucker16e254d2004-12-06 22:46:45 +1100456accordingly:
457.Bl -tag -width Ds
458.It Fl 1
459Produce single columnar output.
460.It Fl a
461List files beginning with a dot
462.Pq Sq \&. .
463.It Fl f
464Do not sort the listing.
465The default sort order is lexicographical.
Darren Tucker2901e2d2010-01-13 22:44:06 +1100466.It Fl h
467When used with a long format option, use unit suffixes: Byte, Kilobyte,
468Megabyte, Gigabyte, Terabyte, Petabyte, and Exabyte in order to reduce
469the number of digits to four or fewer using powers of 2 for sizes (K=1024,
470M=1048576, etc.).
Darren Tucker75fe6262010-01-15 11:42:51 +1100471.It Fl l
472Display additional details including permissions
473and ownership information.
Darren Tucker16e254d2004-12-06 22:46:45 +1100474.It Fl n
475Produce a long listing with user and group information presented
476numerically.
477.It Fl r
478Reverse the sort order of the listing.
479.It Fl S
480Sort the listing by file size.
481.It Fl t
482Sort the listing by last modification time.
483.El
Damien Millerd7686fd2001-02-10 00:40:03 +1100484.It Ic lumask Ar umask
Ben Lindstrom24643222001-06-25 05:08:11 +0000485Set local umask to
Damien Millerd7686fd2001-02-10 00:40:03 +1100486.Ar umask .
487.It Ic mkdir Ar path
488Create remote directory specified by
489.Ar path .
Damien Miller62d57f62003-01-10 21:43:24 +1100490.It Ic progress
491Toggle display of progress meter.
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000492.It Xo Ic put
Damien Millerd875ff72014-05-15 13:47:15 +1000493.Op Fl afPpr
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000494.Ar local-path
Ben Lindstromd5767812002-12-23 02:23:37 +0000495.Op Ar remote-path
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000496.Xc
Damien Miller33804262001-02-04 23:20:18 +1100497Upload
Damien Millerd7686fd2001-02-10 00:40:03 +1100498.Ar local-path
Damien Miller50677922003-05-23 18:44:04 +1000499and store it on the remote machine.
500If the remote path name is not specified, it is given the same name it has
501on the local machine.
Darren Tucker16e254d2004-12-06 22:46:45 +1100502.Ar local-path
503may contain
504.Xr glob 3
505characters and may match multiple files.
506If it does and
507.Ar remote-path
508is specified, then
509.Ar remote-path
510must specify a directory.
Darren Tucker1b0dd172009-10-07 08:37:48 +1100511.Pp
Damien Millerf29238e2013-10-17 11:48:52 +1100512If the
Damien Miller798a0252014-05-15 13:47:37 +1000513.Fl a
Damien Millerd875ff72014-05-15 13:47:15 +1000514flag is specified, then attempt to resume partial
515transfers of existing files.
Damien Miller798a0252014-05-15 13:47:37 +1000516Note that resumption assumes that any partial copy of the remote file
Damien Millerd875ff72014-05-15 13:47:15 +1000517matches the local copy.
518If the local file contents differ from the remote local copy then
519the resultant file is likely to be corrupt.
520.Pp
521If the
Damien Millerf29238e2013-10-17 11:48:52 +1100522.Fl f
523flag is specified, then a request will be sent to the server to call
524.Xr fsync 2
525after the file has been transferred.
526Note that this is only supported by servers that implement
527the "fsync@openssh.com" extension.
528.Pp
Darren Tuckerddccfb42011-08-07 23:12:26 +1000529If either the
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000530.Fl P
Darren Tucker1b0dd172009-10-07 08:37:48 +1100531or
532.Fl p
533flag is specified, then full file permissions and access times are
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000534copied too.
Darren Tucker1b0dd172009-10-07 08:37:48 +1100535.Pp
536If the
537.Fl r
538flag is specified then directories will be copied recursively.
539Note that
540.Nm
541does not follow symbolic links when performing recursive transfers.
Damien Millerd7686fd2001-02-10 00:40:03 +1100542.It Ic pwd
543Display remote working directory.
Damien Millerd7686fd2001-02-10 00:40:03 +1100544.It Ic quit
Damien Miller50677922003-05-23 18:44:04 +1000545Quit
546.Nm sftp .
Damien Miller0d032412013-07-25 11:56:52 +1000547.It Xo Ic reget
548.Op Fl Ppr
549.Ar remote-path
550.Op Ar local-path
551.Xc
552Resume download of
553.Ar remote-path .
554Equivalent to
555.Ic get
556with the
557.Fl a
558flag set.
Damien Millerd875ff72014-05-15 13:47:15 +1000559.It Xo Ic reput
560.Op Fl Ppr
561.Op Ar local-path
562.Ar remote-path
563.Xc
564Resume upload of
565.Op Ar local-path .
566Equivalent to
567.Ic put
Damien Miller798a0252014-05-15 13:47:37 +1000568with the
Damien Millerd875ff72014-05-15 13:47:15 +1000569.Fl a
570flag set.
Damien Millerd7686fd2001-02-10 00:40:03 +1100571.It Ic rename Ar oldpath Ar newpath
Damien Miller33804262001-02-04 23:20:18 +1100572Rename remote file from
573.Ar oldpath
574to
Damien Millerd7686fd2001-02-10 00:40:03 +1100575.Ar newpath .
Damien Millerd7686fd2001-02-10 00:40:03 +1100576.It Ic rm Ar path
Damien Miller33804262001-02-04 23:20:18 +1100577Delete remote file specified by
Damien Millerd7686fd2001-02-10 00:40:03 +1100578.Ar path .
Darren Tucker1f203942003-10-15 15:50:42 +1000579.It Ic rmdir Ar path
580Remove remote directory specified by
581.Ar path .
Damien Miller058316f2001-03-08 10:08:49 +1100582.It Ic symlink Ar oldpath Ar newpath
Ben Lindstrom24643222001-06-25 05:08:11 +0000583Create a symbolic link from
Damien Miller058316f2001-03-08 10:08:49 +1100584.Ar oldpath
585to
586.Ar newpath .
Damien Miller63421802003-01-08 14:05:23 +1100587.It Ic version
588Display the
589.Nm
590protocol version.
Damien Miller62fd18a2009-01-28 16:14:09 +1100591.It Ic \&! Ns Ar command
Ben Lindstrom24643222001-06-25 05:08:11 +0000592Execute
Damien Miller33804262001-02-04 23:20:18 +1100593.Ar command
Damien Millerd7686fd2001-02-10 00:40:03 +1100594in local shell.
Damien Millerc2b98272003-09-03 12:13:30 +1000595.It Ic \&!
Damien Millerd7686fd2001-02-10 00:40:03 +1100596Escape to local shell.
Damien Millerc2b98272003-09-03 12:13:30 +1000597.It Ic \&?
Damien Millerd7686fd2001-02-10 00:40:03 +1100598Synonym for help.
599.El
Damien Miller33804262001-02-04 23:20:18 +1100600.Sh SEE ALSO
Darren Tucker1f203942003-10-15 15:50:42 +1000601.Xr ftp 1 ,
Darren Tucker16e254d2004-12-06 22:46:45 +1100602.Xr ls 1 ,
Ben Lindstrom160ec622001-04-22 17:17:46 +0000603.Xr scp 1 ,
Damien Miller33804262001-02-04 23:20:18 +1100604.Xr ssh 1 ,
605.Xr ssh-add 1 ,
606.Xr ssh-keygen 1 ,
Darren Tucker16e254d2004-12-06 22:46:45 +1100607.Xr glob 3 ,
Ben Lindstrom3072aae2002-06-21 01:02:39 +0000608.Xr ssh_config 5 ,
Ben Lindstrom160ec622001-04-22 17:17:46 +0000609.Xr sftp-server 8 ,
610.Xr sshd 8
611.Rs
Ben Lindstrom90fd0602001-06-25 04:45:33 +0000612.%A T. Ylonen
613.%A S. Lehtinen
Ben Lindstrom160ec622001-04-22 17:17:46 +0000614.%T "SSH File Transfer Protocol"
615.%N draft-ietf-secsh-filexfer-00.txt
616.%D January 2001
617.%O work in progress material
618.Re