blob: 059b46d1f0576f2fcec750f684accae0a0944558 [file] [log] [blame]
Damien Miller81b6e782002-02-08 22:06:03 +11001.\" $OpenBSD: sftp.1,v 1.29 2002/02/06 14:22:42 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 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
Ben Lindstrom6a337632001-09-18 05:47:32 +000040.Op Fl S Ar program
41.Ar host
Ben Lindstrom63667f62001-04-13 00:00:14 +000042.Nm sftp
43.Op [\fIuser\fR@]\fIhost\fR[:\fIfile\fR [\fIfile\fR]]
44.Nm sftp
Ben Lindstrom24643222001-06-25 05:08:11 +000045.Op [\fIuser\fR@]\fIhost\fR[:\fIdir\fR[\fI/\fR]]
Damien Miller33804262001-02-04 23:20:18 +110046.Sh DESCRIPTION
47.Nm
48is an interactive file transfer program, similar to
49.Xr ftp 1 ,
50which performs all operations over an encrypted
51.Xr ssh 1
52transport.
53It may also use many features of ssh, such as public key authentication and
54compression.
55.Nm
56connects and logs into the specified
Ben Lindstromaafff9c2001-05-06 03:01:02 +000057.Ar host ,
Damien Miller33804262001-02-04 23:20:18 +110058then enters an interactive command mode.
59.Pp
Ben Lindstrom24643222001-06-25 05:08:11 +000060The second usage format will retrieve files automatically if a non-interactive
Ben Lindstromaafff9c2001-05-06 03:01:02 +000061authentication method is used; otherwise it will do so after
62successful interactive authentication.
Ben Lindstrom63667f62001-04-13 00:00:14 +000063.Pp
64The last usage format allows the sftp client to start in a remote directory.
65.Pp
Damien Miller33804262001-02-04 23:20:18 +110066The options are as follows:
67.Bl -tag -width Ds
Ben Lindstrom562c26b2001-03-07 01:26:48 +000068.It Fl b Ar batchfile
69Batch mode reads a series of commands from an input
Ben Lindstrom283cb822001-03-09 00:09:02 +000070.Ar batchfile
Ben Lindstrom562c26b2001-03-07 01:26:48 +000071instead of
Ben Lindstrom283cb822001-03-09 00:09:02 +000072.Em stdin .
73Since it lacks user interaction it should be used in conjunction with
74non-interactive authentication.
75.Nm
Ben Lindstrom24643222001-06-25 05:08:11 +000076will abort if any of the following
77commands fail:
Ben Lindstrom283cb822001-03-09 00:09:02 +000078.Ic get , put , rename , ln , rm , mkdir , chdir , lchdir
Ben Lindstrom562c26b2001-03-07 01:26:48 +000079and
Ben Lindstrom283cb822001-03-09 00:09:02 +000080.Ic lmkdir .
Damien Miller33804262001-02-04 23:20:18 +110081.It Fl o Ar ssh_option
Ben Lindstrom14c62eb2001-08-15 23:25:46 +000082Can be used to pass options to
83.Nm ssh
84in the format used in the
85.Xr ssh 1
86configuration file. This is useful for specifying options
87for which there is no separate
88.Nm sftp
Ben Lindstrom6a337632001-09-18 05:47:32 +000089command-line flag. For example, to specify an alternate
90port use:
91.Ic sftp -oPort=24 .
92.It Fl s Ar subsystem | sftp_server
93Specifies the SSH2 subsystem or the path for an sftp server
94on the remote host. A path is useful for using sftp over
95protocol version 1, or when the remote
96.Nm sshd
97does not have an sftp subsystem configured.
Damien Miller81b6e782002-02-08 22:06:03 +110098.It Fl v
99Raise logging level. This option is also passed to ssh.
100.It Fl B Ar buffer_size
101Specify the size of the buffer that
102.Nm
103uses when transferring files. Larger buffers require fewer round trips at
104the cost of higher memory consumption. The default is 32768 bytes.
105.It Fl C
106Enables compression (via ssh's
107.Fl C
108flag).
109.It Fl F Ar ssh_config
110Specifies an alternative
111per-user configuration file for
112.Nm ssh .
113This option is directly passed to
114.Xr ssh 1 .
115.It Fl P Ar sftp_server path
116Connect directly to a local
117.Nm sftp-server
118(rather than via
119.Nm ssh )
120This option may be useful in debugging the client and server.
Ben Lindstrom6a337632001-09-18 05:47:32 +0000121.It Fl S Ar program
122Name of the
123.Ar program
124to use for the encrypted connection.
125The program must understand
126.Xr ssh 1
127options.
Damien Miller81b6e782002-02-08 22:06:03 +1100128.It Fl 1
129Specify the use of protocol version 1.
Damien Miller33804262001-02-04 23:20:18 +1100130.El
131.Sh INTERACTIVE COMMANDS
Damien Millerd7686fd2001-02-10 00:40:03 +1100132Once in interactive mode,
133.Nm
Ben Lindstrom24643222001-06-25 05:08:11 +0000134understands a set of commands similar to those of
Damien Miller33804262001-02-04 23:20:18 +1100135.Xr ftp 1 .
Ben Lindstrom27cb1d02001-02-10 21:59:35 +0000136Commands are case insensitive and pathnames may be enclosed in quotes if they
137contain spaces.
Damien Miller33804262001-02-04 23:20:18 +1100138.Bl -tag -width Ds
Ben Lindstrom59e12492001-08-15 23:22:56 +0000139.It Ic bye
140Quit sftp.
Damien Millerd7686fd2001-02-10 00:40:03 +1100141.It Ic cd Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000142Change remote directory to
Damien Millerd7686fd2001-02-10 00:40:03 +1100143.Ar path .
144.It Ic lcd Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000145Change local directory to
Damien Millerd7686fd2001-02-10 00:40:03 +1100146.Ar path .
147.It Ic chgrp Ar grp Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000148Change group of file
Damien Millerd7686fd2001-02-10 00:40:03 +1100149.Ar path
150to
Damien Miller33804262001-02-04 23:20:18 +1100151.Ar grp .
152.Ar grp
Damien Millerd7686fd2001-02-10 00:40:03 +1100153must be a numeric GID.
154.It Ic chmod Ar mode Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000155Change permissions of file
Damien Millerd7686fd2001-02-10 00:40:03 +1100156.Ar path
157to
158.Ar mode .
159.It Ic chown Ar own Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000160Change owner of file
Damien Millerd7686fd2001-02-10 00:40:03 +1100161.Ar path
162to
Damien Miller33804262001-02-04 23:20:18 +1100163.Ar own .
164.Ar own
165must be a numeric UID.
Ben Lindstromc9b6eab2001-03-07 01:29:17 +0000166.It Ic exit
167Quit sftp.
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000168.It Xo Ic get
169.Op Ar flags
170.Ar remote-path
171.Op Ar local-path
172.Xc
Damien Miller33804262001-02-04 23:20:18 +1100173Retrieve the
Damien Millerd7686fd2001-02-10 00:40:03 +1100174.Ar remote-path
Damien Miller33804262001-02-04 23:20:18 +1100175and store it on the local machine.
176If the local
Ben Lindstrom24643222001-06-25 05:08:11 +0000177path name is not specified, it is given the same name it has on the
178remote machine. If the
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000179.Fl P
180flag is specified, then the file's full permission and access time are
181copied too.
Ben Lindstromc9b6eab2001-03-07 01:29:17 +0000182.It Ic help
183Display help text.
Damien Millerd7686fd2001-02-10 00:40:03 +1100184.It Ic lls Op Ar ls-options Op Ar path
Ben Lindstrom24643222001-06-25 05:08:11 +0000185Display local directory listing of either
Damien Miller33804262001-02-04 23:20:18 +1100186.Ar path
187or current directory if
188.Ar path
Damien Millerd7686fd2001-02-10 00:40:03 +1100189is not specified.
190.It Ic lmkdir Ar path
Damien Miller33804262001-02-04 23:20:18 +1100191Create local directory specified by
Damien Millerd7686fd2001-02-10 00:40:03 +1100192.Ar path .
Damien Miller058316f2001-03-08 10:08:49 +1100193.It Ic ln Ar oldpath Ar newpath
Ben Lindstrom24643222001-06-25 05:08:11 +0000194Create a symbolic link from
Damien Miller058316f2001-03-08 10:08:49 +1100195.Ar oldpath
196to
197.Ar newpath .
Damien Millerd7686fd2001-02-10 00:40:03 +1100198.It Ic lpwd
199Print local working directory.
200.It Ic ls Op Ar path
Damien Miller33804262001-02-04 23:20:18 +1100201Display remote directory listing of either
202.Ar path
Damien Millerd7686fd2001-02-10 00:40:03 +1100203or current directory if
Damien Miller33804262001-02-04 23:20:18 +1100204.Ar path
Damien Millerd7686fd2001-02-10 00:40:03 +1100205is not specified.
206.It Ic lumask Ar umask
Ben Lindstrom24643222001-06-25 05:08:11 +0000207Set local umask to
Damien Millerd7686fd2001-02-10 00:40:03 +1100208.Ar umask .
209.It Ic mkdir Ar path
210Create remote directory specified by
211.Ar path .
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000212.It Xo Ic put
213.Op Ar flags
214.Ar local-path
215.Op Ar local-path
216.Xc
Damien Miller33804262001-02-04 23:20:18 +1100217Upload
Damien Millerd7686fd2001-02-10 00:40:03 +1100218.Ar local-path
Ben Lindstrom24643222001-06-25 05:08:11 +0000219and store it on the remote machine. If the remote path name is not
220specified, it is given the same name it has on the local machine. If the
Ben Lindstrom9d4f2c82001-02-15 03:22:45 +0000221.Fl P
222flag is specified, then the file's full permission and access time are
223copied too.
Damien Millerd7686fd2001-02-10 00:40:03 +1100224.It Ic pwd
225Display remote working directory.
Damien Millerd7686fd2001-02-10 00:40:03 +1100226.It Ic quit
227Quit sftp.
228.It Ic rename Ar oldpath Ar newpath
Damien Miller33804262001-02-04 23:20:18 +1100229Rename remote file from
230.Ar oldpath
231to
Damien Millerd7686fd2001-02-10 00:40:03 +1100232.Ar newpath .
233.It Ic rmdir Ar path
Damien Miller33804262001-02-04 23:20:18 +1100234Remove remote directory specified by
Damien Millerd7686fd2001-02-10 00:40:03 +1100235.Ar path .
236.It Ic rm Ar path
Damien Miller33804262001-02-04 23:20:18 +1100237Delete remote file specified by
Damien Millerd7686fd2001-02-10 00:40:03 +1100238.Ar path .
Damien Miller058316f2001-03-08 10:08:49 +1100239.It Ic symlink Ar oldpath Ar newpath
Ben Lindstrom24643222001-06-25 05:08:11 +0000240Create a symbolic link from
Damien Miller058316f2001-03-08 10:08:49 +1100241.Ar oldpath
242to
243.Ar newpath .
Damien Miller33804262001-02-04 23:20:18 +1100244.It Ic ! Ar command
Ben Lindstrom24643222001-06-25 05:08:11 +0000245Execute
Damien Miller33804262001-02-04 23:20:18 +1100246.Ar command
Damien Millerd7686fd2001-02-10 00:40:03 +1100247in local shell.
Damien Miller33804262001-02-04 23:20:18 +1100248.It Ic !
Damien Millerd7686fd2001-02-10 00:40:03 +1100249Escape to local shell.
250.It Ic ?
251Synonym for help.
252.El
Damien Miller33804262001-02-04 23:20:18 +1100253.Sh AUTHORS
254Damien Miller <djm@mindrot.org>
255.Sh SEE ALSO
Ben Lindstrom160ec622001-04-22 17:17:46 +0000256.Xr scp 1 ,
Damien Miller33804262001-02-04 23:20:18 +1100257.Xr ssh 1 ,
258.Xr ssh-add 1 ,
259.Xr ssh-keygen 1 ,
Ben Lindstrom160ec622001-04-22 17:17:46 +0000260.Xr sftp-server 8 ,
261.Xr sshd 8
262.Rs
Ben Lindstrom90fd0602001-06-25 04:45:33 +0000263.%A T. Ylonen
264.%A S. Lehtinen
Ben Lindstrom160ec622001-04-22 17:17:46 +0000265.%T "SSH File Transfer Protocol"
266.%N draft-ietf-secsh-filexfer-00.txt
267.%D January 2001
268.%O work in progress material
269.Re