]> andersk Git - openssh.git/blame - sftp.1
- (djm) Avoid KrbV leak for MIT Kerberos
[openssh.git] / sftp.1
CommitLineData
81466908 1.\" $OpenBSD: sftp.1,v 1.42 2003/05/14 01:00:44 djm Exp $
61e96248 2.\"
f3c7c613 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
61e96248 4.\"
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.\"
317611b5 25.Dd February 4, 2001
61e96248 26.Dt SFTP 1
27.Os
28.Sh NAME
29.Nm sftp
e68225b2 30.Nd Secure file transfer program
61e96248 31.Sh SYNOPSIS
81466908 32.Nm
a4e5acef 33.Bk -words
7d5e8c46 34.Op Fl vC1
a5ec8a3d 35.Op Fl b Ar batchfile
61e96248 36.Op Fl o Ar ssh_option
e3c1c3e6 37.Op Fl s Ar subsystem | sftp_server
7d5e8c46 38.Op Fl B Ar buffer_size
39.Op Fl F Ar ssh_config
40.Op Fl P Ar sftp_server path
c25d3df7 41.Op Fl R Ar num_requests
e3c1c3e6 42.Op Fl S Ar program
43.Ar host
a4e5acef 44.Ek
81466908 45.Nm
a4e5acef 46.Oo Oo Ar user Ns No @ Oc Ns
47.Ar host Ns Oo : Ns Ar file Oo
48.Ar file Oc Oc Oc
81466908 49.Nm
a4e5acef 50.Oo Oo Ar user Ns No @ Oc Ns
51.Ar host Ns Oo : Ns Ar dir Ns
52.Oo Ar / Oc Oc Oc
81466908 53.Nm
54.Fl b Ar batchfile
55.Oo Ar user Ns No @ Oc Ns Ar host Ns
61e96248 56.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
cf7ff074 67.Ar host ,
61e96248 68then enters an interactive command mode.
69.Pp
3730bb22 70The second usage format will retrieve files automatically if a non-interactive
cf7ff074 71authentication method is used; otherwise it will do so after
72successful interactive authentication.
edeeab1e 73.Pp
81466908 74The third usage format allows the sftp client to start in a remote directory.
edeeab1e 75.Pp
81466908 76The final usage form allows for automated sessions using the
77.Fl b
78option. In such cases, it is usually necessary to configure public key
79authentication to obviate the need to enter a password at connection
80time (see
81.Xr sshd 8
82and
83.Xr ssh-keygen 1
84for details.)
61e96248 85The options are as follows:
86.Bl -tag -width Ds
a5ec8a3d 87.It Fl b Ar batchfile
88Batch mode reads a series of commands from an input
acf06a60 89.Ar batchfile
a5ec8a3d 90instead of
acf06a60 91.Em stdin .
92Since it lacks user interaction it should be used in conjunction with
93non-interactive authentication.
94.Nm
3730bb22 95will abort if any of the following
96commands fail:
7e35f994 97.Ic get , put , rename , ln ,
a4e5acef 98.Ic rm , mkdir , chdir , ls ,
9a36208d 99.Ic lchdir , chmod , chown , chgrp , lpwd
a5ec8a3d 100and
acf06a60 101.Ic lmkdir .
a4e5acef 102Termination on error can be suppressed on a command by command basis by
103prefixing the command with a
104.Ic '-'
9a36208d 105character (For example,
106.Ic -rm /tmp/blah*
107).
61e96248 108.It Fl o Ar ssh_option
38539909 109Can be used to pass options to
110.Nm ssh
c21a7c4a 111in the format used in
112.Xr ssh_config 5 .
113This is useful for specifying options
38539909 114for which there is no separate
115.Nm sftp
a4e5acef 116command-line flag. For example, to specify an alternate
e3c1c3e6 117port use:
118.Ic sftp -oPort=24 .
119.It Fl s Ar subsystem | sftp_server
120Specifies the SSH2 subsystem or the path for an sftp server
a4e5acef 121on the remote host. A path is useful for using sftp over
e3c1c3e6 122protocol version 1, or when the remote
123.Nm sshd
124does not have an sftp subsystem configured.
7d5e8c46 125.It Fl v
126Raise logging level. This option is also passed to ssh.
127.It Fl B Ar buffer_size
a4e5acef 128Specify the size of the buffer that
7d5e8c46 129.Nm
130uses when transferring files. Larger buffers require fewer round trips at
131the cost of higher memory consumption. The default is 32768 bytes.
132.It Fl C
133Enables compression (via ssh's
134.Fl C
135flag).
136.It Fl F Ar ssh_config
137Specifies an alternative
138per-user configuration file for
139.Nm ssh .
140This option is directly passed to
141.Xr ssh 1 .
142.It Fl P Ar sftp_server path
7203d6bb 143Connect directly to a local
144.Nm sftp-server
7d5e8c46 145(rather than via
146.Nm ssh )
147This option may be useful in debugging the client and server.
c25d3df7 148.It Fl R Ar num_requests
7203d6bb 149Specify how many requests may be outstanding at any one time. Increasing
c25d3df7 150this may slightly improve file transfer speed but will increase memory
151usage. The default is 16 outstanding requests.
e3c1c3e6 152.It Fl S Ar program
153Name of the
154.Ar program
155to use for the encrypted connection.
156The program must understand
157.Xr ssh 1
158options.
7d5e8c46 159.It Fl 1
160Specify the use of protocol version 1.
61e96248 161.El
162.Sh INTERACTIVE COMMANDS
0426a3b4 163Once in interactive mode,
164.Nm
3730bb22 165understands a set of commands similar to those of
61e96248 166.Xr ftp 1 .
a0e6fead 167Commands are case insensitive and pathnames may be enclosed in quotes if they
168contain spaces.
61e96248 169.Bl -tag -width Ds
68874d2b 170.It Ic bye
171Quit sftp.
0426a3b4 172.It Ic cd Ar path
3730bb22 173Change remote directory to
0426a3b4 174.Ar path .
175.It Ic lcd Ar path
3730bb22 176Change local directory to
0426a3b4 177.Ar path .
178.It Ic chgrp Ar grp Ar path
3730bb22 179Change group of file
0426a3b4 180.Ar path
181to
61e96248 182.Ar grp .
183.Ar grp
0426a3b4 184must be a numeric GID.
185.It Ic chmod Ar mode Ar path
3730bb22 186Change permissions of file
0426a3b4 187.Ar path
188to
189.Ar mode .
190.It Ic chown Ar own Ar path
3730bb22 191Change owner of file
0426a3b4 192.Ar path
193to
61e96248 194.Ar own .
195.Ar own
196must be a numeric UID.
17910dce 197.It Ic exit
198Quit sftp.
58c54a79 199.It Xo Ic get
200.Op Ar flags
201.Ar remote-path
202.Op Ar local-path
203.Xc
61e96248 204Retrieve the
0426a3b4 205.Ar remote-path
61e96248 206and store it on the local machine.
207If the local
3730bb22 208path name is not specified, it is given the same name it has on the
209remote machine. If the
58c54a79 210.Fl P
211flag is specified, then the file's full permission and access time are
212copied too.
17910dce 213.It Ic help
214Display help text.
0426a3b4 215.It Ic lls Op Ar ls-options Op Ar path
3730bb22 216Display local directory listing of either
61e96248 217.Ar path
218or current directory if
219.Ar path
0426a3b4 220is not specified.
221.It Ic lmkdir Ar path
61e96248 222Create local directory specified by
0426a3b4 223.Ar path .
3a7fe5ba 224.It Ic ln Ar oldpath Ar newpath
3730bb22 225Create a symbolic link from
3a7fe5ba 226.Ar oldpath
227to
228.Ar newpath .
0426a3b4 229.It Ic lpwd
230Print local working directory.
00b3ad3e 231.It Xo Ic ls
232.Op Ar flags
233.Op Ar path
234.Xc
61e96248 235Display remote directory listing of either
236.Ar path
0426a3b4 237or current directory if
238.Ar path
00b3ad3e 239is not specified. If the
240.Fl l
241flag is specified, then display additional details including permissions
242and ownership information.
0426a3b4 243.It Ic lumask Ar umask
3730bb22 244Set local umask to
0426a3b4 245.Ar umask .
246.It Ic mkdir Ar path
61e96248 247Create remote directory specified by
0426a3b4 248.Ar path .
b65c3807 249.It Ic progress
250Toggle display of progress meter.
58c54a79 251.It Xo Ic put
252.Op Ar flags
253.Ar local-path
2ea16b0b 254.Op Ar remote-path
58c54a79 255.Xc
61e96248 256Upload
0426a3b4 257.Ar local-path
3730bb22 258and store it on the remote machine. If the remote path name is not
259specified, it is given the same name it has on the local machine. If the
58c54a79 260.Fl P
261flag is specified, then the file's full permission and access time are
262copied too.
0426a3b4 263.It Ic pwd
264Display remote working directory.
0426a3b4 265.It Ic quit
266Quit sftp.
267.It Ic rename Ar oldpath Ar newpath
61e96248 268Rename remote file from
269.Ar oldpath
270to
0426a3b4 271.Ar newpath .
272.It Ic rmdir Ar path
61e96248 273Remove remote directory specified by
0426a3b4 274.Ar path .
275.It Ic rm Ar path
61e96248 276Delete remote file specified by
0426a3b4 277.Ar path .
3a7fe5ba 278.It Ic symlink Ar oldpath Ar newpath
3730bb22 279Create a symbolic link from
3a7fe5ba 280.Ar oldpath
281to
282.Ar newpath .
048ff12c 283.It Ic version
284Display the
285.Nm
286protocol version.
61e96248 287.It Ic ! Ar command
3730bb22 288Execute
61e96248 289.Ar command
0426a3b4 290in local shell.
61e96248 291.It Ic !
0426a3b4 292Escape to local shell.
293.It Ic ?
294Synonym for help.
295.El
61e96248 296.Sh SEE ALSO
2cad6cef 297.Xr scp 1 ,
61e96248 298.Xr ssh 1 ,
299.Xr ssh-add 1 ,
300.Xr ssh-keygen 1 ,
c21a7c4a 301.Xr ssh_config 5 ,
2cad6cef 302.Xr sftp-server 8 ,
303.Xr sshd 8
304.Rs
7b518233 305.%A T. Ylonen
306.%A S. Lehtinen
2cad6cef 307.%T "SSH File Transfer Protocol"
308.%N draft-ietf-secsh-filexfer-00.txt
309.%D January 2001
310.%O work in progress material
311.Re
This page took 0.798334 seconds and 5 git commands to generate.