blob: 8563e2bddf391ae7cd94a0a670fcb77c2e744a42 [file] [log] [blame]
Damien Miller509b0102003-12-17 16:33:10 +11001.\" $OpenBSD: sftp.1,v 1.49 2003/12/16 15:49:51 markus 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.\"
Ben Lindstrom8ffeacf2001-04-10 02:43:57 +000025.Dd February 4, 2001
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
Darren Tucker1f203942003-10-15 15:50:42 +100034.Op Fl 1Cv
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
Damien Miller81b6e782002-02-08 22:06:03 +110037.Op Fl F Ar ssh_config
Darren Tucker1f203942003-10-15 15:50:42 +100038.Op Fl o Ar ssh_option
39.Op Fl P Ar sftp_server_path
Damien Miller16a13332002-02-13 14:03:56 +110040.Op Fl R Ar num_requests
Ben Lindstrom6a337632001-09-18 05:47:32 +000041.Op Fl S Ar program
Darren Tucker1f203942003-10-15 15:50:42 +100042.Op Fl s Ar subsystem | sftp_server
Ben Lindstrom6a337632001-09-18 05:47:32 +000043.Ar host
Damien Miller495dca32003-04-01 21:42:14 +100044.Ek
Damien Millerd6ead282003-05-14 19:30:38 +100045.Nm sftp
Damien Millerc2b98272003-09-03 12:13:30 +100046.Oo Oo Ar user Ns @ Oc Ns
Damien Miller495dca32003-04-01 21:42:14 +100047.Ar host Ns Oo : Ns Ar file Oo
48.Ar file Oc Oc Oc
Damien Millerd6ead282003-05-14 19:30:38 +100049.Nm sftp
Damien Millerc2b98272003-09-03 12:13:30 +100050.Oo Oo Ar user Ns @ Oc Ns
Damien Miller495dca32003-04-01 21:42:14 +100051.Ar host Ns Oo : Ns Ar dir Ns
52.Oo Ar / Oc Oc Oc
Damien Millerd6ead282003-05-14 19:30:38 +100053.Nm sftp
Damien Millerfb7508e2003-05-14 13:47:07 +100054.Fl b Ar batchfile
Damien Millerc2b98272003-09-03 12:13:30 +100055.Oo Ar user Ns @ Oc Ns Ar host
Damien Miller33804262001-02-04 23:20:18 +110056.Sh DESCRIPTION
57.Nm
58is an interactive file transfer program, similar to
59.Xr ftp 1 ,
60which performs all operations over an encrypted
61.Xr ssh 1
62transport.
63It may also use many features of ssh, such as public key authentication and
64compression.
65.Nm
66connects and logs into the specified
Ben Lindstromaafff9c2001-05-06 03:01:02 +000067.Ar host ,
Damien Miller33804262001-02-04 23:20:18 +110068then enters an interactive command mode.
69.Pp
Ben Lindstrom24643222001-06-25 05:08:11 +000070The second usage format will retrieve files automatically if a non-interactive
Ben Lindstromaafff9c2001-05-06 03:01:02 +000071authentication method is used; otherwise it will do so after
72successful interactive authentication.
Ben Lindstrom63667f62001-04-13 00:00:14 +000073.Pp
Damien Millerfb7508e2003-05-14 13:47:07 +100074The third usage format allows the sftp client to start in a remote directory.
Ben Lindstrom63667f62001-04-13 00:00:14 +000075.Pp
Damien Miller50677922003-05-23 18:44:04 +100076The final usage format allows for automated sessions using the
Damien Millerfb7508e2003-05-14 13:47:07 +100077.Fl b
Damien Miller50677922003-05-23 18:44:04 +100078option.
79In such cases, it is usually necessary to configure public key authentication
80to obviate the need to enter a password at connection time (see
Damien Millerfb7508e2003-05-14 13:47:07 +100081.Xr sshd 8
Damien Millerd6ead282003-05-14 19:30:38 +100082and
Damien Millerfb7508e2003-05-14 13:47:07 +100083.Xr ssh-keygen 1
Damien Miller50677922003-05-23 18:44:04 +100084for details).
Damien Miller33804262001-02-04 23:20:18 +110085The options are as follows:
86.Bl -tag -width Ds
Darren Tucker1f203942003-10-15 15:50:42 +100087.It Fl 1
88Specify the use of protocol version 1.
89.It Fl B Ar buffer_size
90Specify the size of the buffer that
91.Nm
92uses when transferring files.
93Larger buffers require fewer round trips at the cost of higher
94memory consumption.
95The default is 32768 bytes.
Ben Lindstrom562c26b2001-03-07 01:26:48 +000096.It Fl b Ar batchfile
97Batch mode reads a series of commands from an input
Ben Lindstrom283cb822001-03-09 00:09:02 +000098.Ar batchfile
Ben Lindstrom562c26b2001-03-07 01:26:48 +000099instead of
Ben Lindstrom283cb822001-03-09 00:09:02 +0000100.Em stdin .
101Since it lacks user interaction it should be used in conjunction with
102non-interactive authentication.
103.Nm
Ben Lindstrom24643222001-06-25 05:08:11 +0000104will abort if any of the following
105commands fail:
Ben Lindstrom3612bda2002-03-05 01:26:38 +0000106.Ic get , put , rename , ln ,
Damien Miller495dca32003-04-01 21:42:14 +1000107.Ic rm , mkdir , chdir , ls ,
Damien Miller956f3fb2003-01-10 21:40:00 +1100108.Ic lchdir , chmod , chown , chgrp , lpwd
Ben Lindstrom562c26b2001-03-07 01:26:48 +0000109and
Ben Lindstrom283cb822001-03-09 00:09:02 +0000110.Ic lmkdir .
Damien Miller495dca32003-04-01 21:42:14 +1000111Termination on error can be suppressed on a command by command basis by
112prefixing the command with a
Damien Miller50677922003-05-23 18:44:04 +1000113.Sq Ic \-
114character (for example,
115.Ic -rm /tmp/blah* ) .
Darren Tucker1f203942003-10-15 15:50:42 +1000116.It Fl C
117Enables compression (via ssh's
118.Fl C
119flag).
120.It Fl F Ar ssh_config
121Specifies an alternative
122per-user configuration file for
123.Xr ssh 1 .
124This option is directly passed to
125.Xr ssh 1 .
Damien Miller33804262001-02-04 23:20:18 +1100126.It Fl o Ar ssh_option
Ben Lindstrom14c62eb2001-08-15 23:25:46 +0000127Can be used to pass options to
128.Nm ssh
Ben Lindstrom3072aae2002-06-21 01:02:39 +0000129in the format used in
130.Xr ssh_config 5 .
131This is useful for specifying options
Ben Lindstrom14c62eb2001-08-15 23:25:46 +0000132for which there is no separate
133.Nm sftp
Damien Miller50677922003-05-23 18:44:04 +1000134command-line flag.
135For example, to specify an alternate port use:
Ben Lindstrom6a337632001-09-18 05:47:32 +0000136.Ic sftp -oPort=24 .
Darren Tucker1f203942003-10-15 15:50:42 +1000137For full details of the options listed below, and their possible values, see
138.Xr ssh_config 5 .
139.Pp
140.Bl -tag -width Ds -offset indent -compact
141.It AddressFamily
142.It BatchMode
143.It BindAddress
144.It ChallengeResponseAuthentication
145.It CheckHostIP
146.It Cipher
147.It Ciphers
Darren Tucker1f203942003-10-15 15:50:42 +1000148.It Compression
149.It CompressionLevel
150.It ConnectionAttempts
151.It ConnectionTimeout
Darren Tucker1f203942003-10-15 15:50:42 +1000152.It GlobalKnownHostsFile
153.It GSSAPIAuthentication
154.It GSSAPIDelegateCredentials
155.It Host
156.It HostbasedAuthentication
157.It HostKeyAlgorithms
158.It HostKeyAlias
159.It HostName
160.It IdentityFile
Darren Tucker1f203942003-10-15 15:50:42 +1000161.It LogLevel
162.It MACs
163.It NoHostAuthenticationForLocalhost
164.It NumberOfPasswordPrompts
165.It PasswordAuthentication
166.It Port
167.It PreferredAuthentications
168.It Protocol
169.It ProxyCommand
170.It PubkeyAuthentication
Darren Tucker1f203942003-10-15 15:50:42 +1000171.It RhostsRSAAuthentication
172.It RSAAuthentication
Damien Miller509b0102003-12-17 16:33:10 +1100173.It ServerAliveInterval
174.It ServerAliveCountMax
Darren Tucker1f203942003-10-15 15:50:42 +1000175.It SmartcardDevice
176.It StrictHostKeyChecking
Damien Miller12c150e2003-12-17 16:31:10 +1100177.It TCPKeepAlive
Darren Tucker1f203942003-10-15 15:50:42 +1000178.It UsePrivilegedPort
179.It User
180.It UserKnownHostsFile
181.It VerifyHostKeyDNS
Darren Tucker1f203942003-10-15 15:50:42 +1000182.El
183.It Fl P Ar sftp_server_path
Damien Miller50677922003-05-23 18:44:04 +1000184Connect directly to a local sftp server
Damien Miller81b6e782002-02-08 22:06:03 +1100185(rather than via
Damien Miller50677922003-05-23 18:44:04 +1000186.Xr ssh 1 )
Damien Miller81b6e782002-02-08 22:06:03 +1100187This option may be useful in debugging the client and server.
Damien Miller16a13332002-02-13 14:03:56 +1100188.It Fl R Ar num_requests
Damien Miller50677922003-05-23 18:44:04 +1000189Specify how many requests may be outstanding at any one time.
190Increasing this may slightly improve file transfer speed
191but will increase memory usage.
192The default is 16 outstanding requests.
Ben Lindstrom6a337632001-09-18 05:47:32 +0000193.It Fl S Ar program
194Name of the
195.Ar program
196to use for the encrypted connection.
197The program must understand
198.Xr ssh 1
199options.
Darren Tucker1f203942003-10-15 15:50:42 +1000200.It Fl s Ar subsystem | sftp_server
201Specifies the SSH2 subsystem or the path for an sftp server
202on the remote host.
203A path is useful for using
204.Nm
205over protocol version 1, or when the remote
206.Xr sshd 8
207does not have an sftp subsystem configured.
208.It Fl v
209Raise logging level.
210This option is also passed to ssh.
Damien Miller33804262001-02-04 23:20:18 +1100211.El
212.Sh INTERACTIVE COMMANDS
Damien Millerd7686fd2001-02-10 00:40:03 +1100213Once in interactive mode,
214.Nm
Ben Lindstrom24643222001-06-25 05:08:11 +0000215understands a set of commands similar to those of
Damien Miller33804262001-02-04 23:20:18 +1100216.Xr ftp 1 .
Ben Lindstrom27cb1d02001-02-10 21:59:35 +0000217Commands are case insensitive and pathnames may be enclosed in quotes if they
218contain spaces.
Darren Tucker1f203942003-10-15 15:50:42 +1000219.Bl -tag -width "lmdir path"
Ben Lindstrom59e12492001-08-15 23:22:56 +0000220.It Ic bye
Damien Miller50677922003-05-23 18:44:04 +1000221Quit
222.Nm sftp .
Damien Millerd7686fd2001-02-10 00:40:03 +1100223.It Ic cd Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000224Change remote directory to
Damien Millerd7686fd2001-02-10 00:40:03 +1100225.Ar path .
Damien Millerd7686fd2001-02-10 00:40:03 +1100226.It Ic chgrp Ar grp Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000227Change group of file
Damien Millerd7686fd2001-02-10 00:40:03 +1100228.Ar path
229to
Damien Miller33804262001-02-04 23:20:18 +1100230.Ar grp .
231.Ar grp
Damien Millerd7686fd2001-02-10 00:40:03 +1100232must be a numeric GID.
233.It Ic chmod Ar mode Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000234Change permissions of file
Damien Millerd7686fd2001-02-10 00:40:03 +1100235.Ar path
236to
237.Ar mode .
238.It Ic chown Ar own Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000239Change owner of file
Damien Millerd7686fd2001-02-10 00:40:03 +1100240.Ar path
241to
Damien Miller33804262001-02-04 23:20:18 +1100242.Ar own .
243.Ar own
244must be a numeric UID.
Ben Lindstromc9b6eab2001-03-07 01:29:17 +0000245.It Ic exit
Damien Miller50677922003-05-23 18:44:04 +1000246Quit
247.Nm sftp .
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000248.It Xo Ic get
249.Op Ar flags
250.Ar remote-path
251.Op Ar local-path
252.Xc
Damien Miller33804262001-02-04 23:20:18 +1100253Retrieve the
Damien Millerd7686fd2001-02-10 00:40:03 +1100254.Ar remote-path
Damien Miller33804262001-02-04 23:20:18 +1100255and store it on the local machine.
256If the local
Ben Lindstrom24643222001-06-25 05:08:11 +0000257path name is not specified, it is given the same name it has on the
Damien Miller50677922003-05-23 18:44:04 +1000258remote machine.
259If the
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000260.Fl P
261flag is specified, then the file's full permission and access time are
262copied too.
Ben Lindstromc9b6eab2001-03-07 01:29:17 +0000263.It Ic help
264Display help text.
Darren Tucker1f203942003-10-15 15:50:42 +1000265.It Ic lcd Ar path
266Change local directory to
267.Ar path .
Damien Millerd7686fd2001-02-10 00:40:03 +1100268.It Ic lls Op Ar ls-options Op Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000269Display local directory listing of either
Damien Miller33804262001-02-04 23:20:18 +1100270.Ar path
271or current directory if
272.Ar path
Damien Millerd7686fd2001-02-10 00:40:03 +1100273is not specified.
274.It Ic lmkdir Ar path
Damien Miller33804262001-02-04 23:20:18 +1100275Create local directory specified by
Damien Millerd7686fd2001-02-10 00:40:03 +1100276.Ar path .
Damien Miller058316f2001-03-08 10:08:49 +1100277.It Ic ln Ar oldpath Ar newpath
Ben Lindstrom24643222001-06-25 05:08:11 +0000278Create a symbolic link from
Damien Miller058316f2001-03-08 10:08:49 +1100279.Ar oldpath
280to
281.Ar newpath .
Damien Millerd7686fd2001-02-10 00:40:03 +1100282.It Ic lpwd
283Print local working directory.
Damien Millere1a49812002-09-12 09:54:25 +1000284.It Xo Ic ls
285.Op Ar flags
286.Op Ar path
287.Xc
Damien Miller33804262001-02-04 23:20:18 +1100288Display remote directory listing of either
289.Ar path
Damien Millerd7686fd2001-02-10 00:40:03 +1100290or current directory if
Damien Miller33804262001-02-04 23:20:18 +1100291.Ar path
Damien Miller50677922003-05-23 18:44:04 +1000292is not specified.
293If the
Damien Millere1a49812002-09-12 09:54:25 +1000294.Fl l
295flag is specified, then display additional details including permissions
296and ownership information.
Damien Millerd7686fd2001-02-10 00:40:03 +1100297.It Ic lumask Ar umask
Ben Lindstrom24643222001-06-25 05:08:11 +0000298Set local umask to
Damien Millerd7686fd2001-02-10 00:40:03 +1100299.Ar umask .
300.It Ic mkdir Ar path
301Create remote directory specified by
302.Ar path .
Damien Miller62d57f62003-01-10 21:43:24 +1100303.It Ic progress
304Toggle display of progress meter.
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000305.It Xo Ic put
306.Op Ar flags
307.Ar local-path
Ben Lindstromd5767812002-12-23 02:23:37 +0000308.Op Ar remote-path
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000309.Xc
Damien Miller33804262001-02-04 23:20:18 +1100310Upload
Damien Millerd7686fd2001-02-10 00:40:03 +1100311.Ar local-path
Damien Miller50677922003-05-23 18:44:04 +1000312and store it on the remote machine.
313If the remote path name is not specified, it is given the same name it has
314on the local machine.
315If the
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000316.Fl P
317flag is specified, then the file's full permission and access time are
318copied too.
Damien Millerd7686fd2001-02-10 00:40:03 +1100319.It Ic pwd
320Display remote working directory.
Damien Millerd7686fd2001-02-10 00:40:03 +1100321.It Ic quit
Damien Miller50677922003-05-23 18:44:04 +1000322Quit
323.Nm sftp .
Damien Millerd7686fd2001-02-10 00:40:03 +1100324.It Ic rename Ar oldpath Ar newpath
Damien Miller33804262001-02-04 23:20:18 +1100325Rename remote file from
326.Ar oldpath
327to
Damien Millerd7686fd2001-02-10 00:40:03 +1100328.Ar newpath .
Damien Millerd7686fd2001-02-10 00:40:03 +1100329.It Ic rm Ar path
Damien Miller33804262001-02-04 23:20:18 +1100330Delete remote file specified by
Damien Millerd7686fd2001-02-10 00:40:03 +1100331.Ar path .
Darren Tucker1f203942003-10-15 15:50:42 +1000332.It Ic rmdir Ar path
333Remove remote directory specified by
334.Ar path .
Damien Miller058316f2001-03-08 10:08:49 +1100335.It Ic symlink Ar oldpath Ar newpath
Ben Lindstrom24643222001-06-25 05:08:11 +0000336Create a symbolic link from
Damien Miller058316f2001-03-08 10:08:49 +1100337.Ar oldpath
338to
339.Ar newpath .
Damien Miller63421802003-01-08 14:05:23 +1100340.It Ic version
341Display the
342.Nm
343protocol version.
Damien Millerc2b98272003-09-03 12:13:30 +1000344.It Ic \&! Ar command
Ben Lindstrom24643222001-06-25 05:08:11 +0000345Execute
Damien Miller33804262001-02-04 23:20:18 +1100346.Ar command
Damien Millerd7686fd2001-02-10 00:40:03 +1100347in local shell.
Damien Millerc2b98272003-09-03 12:13:30 +1000348.It Ic \&!
Damien Millerd7686fd2001-02-10 00:40:03 +1100349Escape to local shell.
Damien Millerc2b98272003-09-03 12:13:30 +1000350.It Ic \&?
Damien Millerd7686fd2001-02-10 00:40:03 +1100351Synonym for help.
352.El
Damien Miller33804262001-02-04 23:20:18 +1100353.Sh SEE ALSO
Darren Tucker1f203942003-10-15 15:50:42 +1000354.Xr ftp 1 ,
Ben Lindstrom160ec622001-04-22 17:17:46 +0000355.Xr scp 1 ,
Damien Miller33804262001-02-04 23:20:18 +1100356.Xr ssh 1 ,
357.Xr ssh-add 1 ,
358.Xr ssh-keygen 1 ,
Ben Lindstrom3072aae2002-06-21 01:02:39 +0000359.Xr ssh_config 5 ,
Ben Lindstrom160ec622001-04-22 17:17:46 +0000360.Xr sftp-server 8 ,
361.Xr sshd 8
362.Rs
Ben Lindstrom90fd0602001-06-25 04:45:33 +0000363.%A T. Ylonen
364.%A S. Lehtinen
Ben Lindstrom160ec622001-04-22 17:17:46 +0000365.%T "SSH File Transfer Protocol"
366.%N draft-ietf-secsh-filexfer-00.txt
367.%D January 2001
368.%O work in progress material
369.Re