blob: bfdbce1e9179e2a3614987c411ae2784dfbae0b1 [file] [log] [blame]
Damien Miller16a13332002-02-13 14:03:56 +11001.\" $OpenBSD: sftp.1,v 1.30 2002/02/12 12:32:27 djm 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 Miller225736c2001-02-19 21:51:08 +110030.Nd Secure file transfer program
Damien Miller33804262001-02-04 23:20:18 +110031.Sh SYNOPSIS
32.Nm sftp
Damien Miller81b6e782002-02-08 22:06:03 +110033.Op Fl vC1
Ben Lindstrom562c26b2001-03-07 01:26:48 +000034.Op Fl b Ar batchfile
Damien Miller33804262001-02-04 23:20:18 +110035.Op Fl o Ar ssh_option
Ben Lindstrom6a337632001-09-18 05:47:32 +000036.Op Fl s Ar subsystem | sftp_server
Damien Miller81b6e782002-02-08 22:06:03 +110037.Op Fl B Ar buffer_size
38.Op Fl F Ar ssh_config
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
42.Ar host
Ben Lindstrom63667f62001-04-13 00:00:14 +000043.Nm sftp
44.Op [\fIuser\fR@]\fIhost\fR[:\fIfile\fR [\fIfile\fR]]
45.Nm sftp
Ben Lindstrom24643222001-06-25 05:08:11 +000046.Op [\fIuser\fR@]\fIhost\fR[:\fIdir\fR[\fI/\fR]]
Damien Miller33804262001-02-04 23:20:18 +110047.Sh DESCRIPTION
48.Nm
49is an interactive file transfer program, similar to
50.Xr ftp 1 ,
51which performs all operations over an encrypted
52.Xr ssh 1
53transport.
54It may also use many features of ssh, such as public key authentication and
55compression.
56.Nm
57connects and logs into the specified
Ben Lindstromaafff9c2001-05-06 03:01:02 +000058.Ar host ,
Damien Miller33804262001-02-04 23:20:18 +110059then enters an interactive command mode.
60.Pp
Ben Lindstrom24643222001-06-25 05:08:11 +000061The second usage format will retrieve files automatically if a non-interactive
Ben Lindstromaafff9c2001-05-06 03:01:02 +000062authentication method is used; otherwise it will do so after
63successful interactive authentication.
Ben Lindstrom63667f62001-04-13 00:00:14 +000064.Pp
65The last usage format allows the sftp client to start in a remote directory.
66.Pp
Damien Miller33804262001-02-04 23:20:18 +110067The options are as follows:
68.Bl -tag -width Ds
Ben Lindstrom562c26b2001-03-07 01:26:48 +000069.It Fl b Ar batchfile
70Batch mode reads a series of commands from an input
Ben Lindstrom283cb822001-03-09 00:09:02 +000071.Ar batchfile
Ben Lindstrom562c26b2001-03-07 01:26:48 +000072instead of
Ben Lindstrom283cb822001-03-09 00:09:02 +000073.Em stdin .
74Since it lacks user interaction it should be used in conjunction with
75non-interactive authentication.
76.Nm
Ben Lindstrom24643222001-06-25 05:08:11 +000077will abort if any of the following
78commands fail:
Ben Lindstrom283cb822001-03-09 00:09:02 +000079.Ic get , put , rename , ln , rm , mkdir , chdir , lchdir
Ben Lindstrom562c26b2001-03-07 01:26:48 +000080and
Ben Lindstrom283cb822001-03-09 00:09:02 +000081.Ic lmkdir .
Damien Miller33804262001-02-04 23:20:18 +110082.It Fl o Ar ssh_option
Ben Lindstrom14c62eb2001-08-15 23:25:46 +000083Can be used to pass options to
84.Nm ssh
85in the format used in the
86.Xr ssh 1
87configuration file. This is useful for specifying options
88for which there is no separate
89.Nm sftp
Ben Lindstrom6a337632001-09-18 05:47:32 +000090command-line flag. For example, to specify an alternate
91port use:
92.Ic sftp -oPort=24 .
93.It Fl s Ar subsystem | sftp_server
94Specifies the SSH2 subsystem or the path for an sftp server
95on the remote host. A path is useful for using sftp over
96protocol version 1, or when the remote
97.Nm sshd
98does not have an sftp subsystem configured.
Damien Miller81b6e782002-02-08 22:06:03 +110099.It Fl v
100Raise logging level. This option is also passed to ssh.
101.It Fl B Ar buffer_size
102Specify the size of the buffer that
103.Nm
104uses when transferring files. Larger buffers require fewer round trips at
105the cost of higher memory consumption. The default is 32768 bytes.
106.It Fl C
107Enables compression (via ssh's
108.Fl C
109flag).
110.It Fl F Ar ssh_config
111Specifies an alternative
112per-user configuration file for
113.Nm ssh .
114This option is directly passed to
115.Xr ssh 1 .
116.It Fl P Ar sftp_server path
117Connect directly to a local
118.Nm sftp-server
119(rather than via
120.Nm ssh )
121This option may be useful in debugging the client and server.
Damien Miller16a13332002-02-13 14:03:56 +1100122.It Fl R Ar num_requests
123Specify how many requests may be outstanding at any one time. Increasing
124this may slightly improve file transfer speed but will increase memory
125usage. The default is 16 outstanding requests.
Ben Lindstrom6a337632001-09-18 05:47:32 +0000126.It Fl S Ar program
127Name of the
128.Ar program
129to use for the encrypted connection.
130The program must understand
131.Xr ssh 1
132options.
Damien Miller81b6e782002-02-08 22:06:03 +1100133.It Fl 1
134Specify the use of protocol version 1.
Damien Miller33804262001-02-04 23:20:18 +1100135.El
136.Sh INTERACTIVE COMMANDS
Damien Millerd7686fd2001-02-10 00:40:03 +1100137Once in interactive mode,
138.Nm
Ben Lindstrom24643222001-06-25 05:08:11 +0000139understands a set of commands similar to those of
Damien Miller33804262001-02-04 23:20:18 +1100140.Xr ftp 1 .
Ben Lindstrom27cb1d02001-02-10 21:59:35 +0000141Commands are case insensitive and pathnames may be enclosed in quotes if they
142contain spaces.
Damien Miller33804262001-02-04 23:20:18 +1100143.Bl -tag -width Ds
Ben Lindstrom59e12492001-08-15 23:22:56 +0000144.It Ic bye
145Quit sftp.
Damien Millerd7686fd2001-02-10 00:40:03 +1100146.It Ic cd Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000147Change remote directory to
Damien Millerd7686fd2001-02-10 00:40:03 +1100148.Ar path .
149.It Ic lcd Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000150Change local directory to
Damien Millerd7686fd2001-02-10 00:40:03 +1100151.Ar path .
152.It Ic chgrp Ar grp Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000153Change group of file
Damien Millerd7686fd2001-02-10 00:40:03 +1100154.Ar path
155to
Damien Miller33804262001-02-04 23:20:18 +1100156.Ar grp .
157.Ar grp
Damien Millerd7686fd2001-02-10 00:40:03 +1100158must be a numeric GID.
159.It Ic chmod Ar mode Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000160Change permissions of file
Damien Millerd7686fd2001-02-10 00:40:03 +1100161.Ar path
162to
163.Ar mode .
164.It Ic chown Ar own Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000165Change owner of file
Damien Millerd7686fd2001-02-10 00:40:03 +1100166.Ar path
167to
Damien Miller33804262001-02-04 23:20:18 +1100168.Ar own .
169.Ar own
170must be a numeric UID.
Ben Lindstromc9b6eab2001-03-07 01:29:17 +0000171.It Ic exit
172Quit sftp.
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000173.It Xo Ic get
174.Op Ar flags
175.Ar remote-path
176.Op Ar local-path
177.Xc
Damien Miller33804262001-02-04 23:20:18 +1100178Retrieve the
Damien Millerd7686fd2001-02-10 00:40:03 +1100179.Ar remote-path
Damien Miller33804262001-02-04 23:20:18 +1100180and store it on the local machine.
181If the local
Ben Lindstrom24643222001-06-25 05:08:11 +0000182path name is not specified, it is given the same name it has on the
183remote machine. If the
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000184.Fl P
185flag is specified, then the file's full permission and access time are
186copied too.
Ben Lindstromc9b6eab2001-03-07 01:29:17 +0000187.It Ic help
188Display help text.
Damien Millerd7686fd2001-02-10 00:40:03 +1100189.It Ic lls Op Ar ls-options Op Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000190Display local directory listing of either
Damien Miller33804262001-02-04 23:20:18 +1100191.Ar path
192or current directory if
193.Ar path
Damien Millerd7686fd2001-02-10 00:40:03 +1100194is not specified.
195.It Ic lmkdir Ar path
Damien Miller33804262001-02-04 23:20:18 +1100196Create local directory specified by
Damien Millerd7686fd2001-02-10 00:40:03 +1100197.Ar path .
Damien Miller058316f2001-03-08 10:08:49 +1100198.It Ic ln Ar oldpath Ar newpath
Ben Lindstrom24643222001-06-25 05:08:11 +0000199Create a symbolic link from
Damien Miller058316f2001-03-08 10:08:49 +1100200.Ar oldpath
201to
202.Ar newpath .
Damien Millerd7686fd2001-02-10 00:40:03 +1100203.It Ic lpwd
204Print local working directory.
205.It Ic ls Op Ar path
Damien Miller33804262001-02-04 23:20:18 +1100206Display remote directory listing of either
207.Ar path
Damien Millerd7686fd2001-02-10 00:40:03 +1100208or current directory if
Damien Miller33804262001-02-04 23:20:18 +1100209.Ar path
Damien Millerd7686fd2001-02-10 00:40:03 +1100210is not specified.
211.It Ic lumask Ar umask
Ben Lindstrom24643222001-06-25 05:08:11 +0000212Set local umask to
Damien Millerd7686fd2001-02-10 00:40:03 +1100213.Ar umask .
214.It Ic mkdir Ar path
215Create remote directory specified by
216.Ar path .
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000217.It Xo Ic put
218.Op Ar flags
219.Ar local-path
220.Op Ar local-path
221.Xc
Damien Miller33804262001-02-04 23:20:18 +1100222Upload
Damien Millerd7686fd2001-02-10 00:40:03 +1100223.Ar local-path
Ben Lindstrom24643222001-06-25 05:08:11 +0000224and store it on the remote machine. If the remote path name is not
225specified, it is given the same name it has on the local machine. If the
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000226.Fl P
227flag is specified, then the file's full permission and access time are
228copied too.
Damien Millerd7686fd2001-02-10 00:40:03 +1100229.It Ic pwd
230Display remote working directory.
Damien Millerd7686fd2001-02-10 00:40:03 +1100231.It Ic quit
232Quit sftp.
233.It Ic rename Ar oldpath Ar newpath
Damien Miller33804262001-02-04 23:20:18 +1100234Rename remote file from
235.Ar oldpath
236to
Damien Millerd7686fd2001-02-10 00:40:03 +1100237.Ar newpath .
238.It Ic rmdir Ar path
Damien Miller33804262001-02-04 23:20:18 +1100239Remove remote directory specified by
Damien Millerd7686fd2001-02-10 00:40:03 +1100240.Ar path .
241.It Ic rm Ar path
Damien Miller33804262001-02-04 23:20:18 +1100242Delete remote file specified by
Damien Millerd7686fd2001-02-10 00:40:03 +1100243.Ar path .
Damien Miller058316f2001-03-08 10:08:49 +1100244.It Ic symlink Ar oldpath Ar newpath
Ben Lindstrom24643222001-06-25 05:08:11 +0000245Create a symbolic link from
Damien Miller058316f2001-03-08 10:08:49 +1100246.Ar oldpath
247to
248.Ar newpath .
Damien Miller33804262001-02-04 23:20:18 +1100249.It Ic ! Ar command
Ben Lindstrom24643222001-06-25 05:08:11 +0000250Execute
Damien Miller33804262001-02-04 23:20:18 +1100251.Ar command
Damien Millerd7686fd2001-02-10 00:40:03 +1100252in local shell.
Damien Miller33804262001-02-04 23:20:18 +1100253.It Ic !
Damien Millerd7686fd2001-02-10 00:40:03 +1100254Escape to local shell.
255.It Ic ?
256Synonym for help.
257.El
Damien Miller33804262001-02-04 23:20:18 +1100258.Sh AUTHORS
259Damien Miller <djm@mindrot.org>
260.Sh SEE ALSO
Ben Lindstrom160ec622001-04-22 17:17:46 +0000261.Xr scp 1 ,
Damien Miller33804262001-02-04 23:20:18 +1100262.Xr ssh 1 ,
263.Xr ssh-add 1 ,
264.Xr ssh-keygen 1 ,
Ben Lindstrom160ec622001-04-22 17:17:46 +0000265.Xr sftp-server 8 ,
266.Xr sshd 8
267.Rs
Ben Lindstrom90fd0602001-06-25 04:45:33 +0000268.%A T. Ylonen
269.%A S. Lehtinen
Ben Lindstrom160ec622001-04-22 17:17:46 +0000270.%T "SSH File Transfer Protocol"
271.%N draft-ietf-secsh-filexfer-00.txt
272.%D January 2001
273.%O work in progress material
274.Re