]> andersk Git - gssapi-openssh.git/blame - openssh/sftp.1
Import of openssh-SNAP-20040105
[gssapi-openssh.git] / openssh / sftp.1
CommitLineData
12408a1b 1.\" $OpenBSD: sftp.1,v 1.49 2003/12/16 15:49:51 markus Exp $
3c0ef626 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
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.\"
25.Dd February 4, 2001
26.Dt SFTP 1
27.Os
28.Sh NAME
29.Nm sftp
0fff78ff 30.Nd secure file transfer program
3c0ef626 31.Sh SYNOPSIS
32.Nm sftp
6a9b3198 33.Bk -words
12408a1b 34.Op Fl 1Cv
e9a17296 35.Op Fl B Ar buffer_size
12408a1b 36.Op Fl b Ar batchfile
e9a17296 37.Op Fl F Ar ssh_config
12408a1b 38.Op Fl o Ar ssh_option
39.Op Fl P Ar sftp_server_path
e9a17296 40.Op Fl R Ar num_requests
3c0ef626 41.Op Fl S Ar program
12408a1b 42.Op Fl s Ar subsystem | sftp_server
3c0ef626 43.Ar host
6a9b3198 44.Ek
3c0ef626 45.Nm sftp
0fff78ff 46.Oo Oo Ar user Ns @ Oc Ns
6a9b3198 47.Ar host Ns Oo : Ns Ar file Oo
48.Ar file Oc Oc Oc
3c0ef626 49.Nm sftp
0fff78ff 50.Oo Oo Ar user Ns @ Oc Ns
6a9b3198 51.Ar host Ns Oo : Ns Ar dir Ns
52.Oo Ar / Oc Oc Oc
0fff78ff 53.Nm sftp
54.Fl b Ar batchfile
55.Oo Ar user Ns @ Oc Ns Ar host
3c0ef626 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
67.Ar host ,
68then enters an interactive command mode.
69.Pp
70The second usage format will retrieve files automatically if a non-interactive
71authentication method is used; otherwise it will do so after
72successful interactive authentication.
73.Pp
0fff78ff 74The third usage format allows the sftp client to start in a remote directory.
3c0ef626 75.Pp
0fff78ff 76The final usage format allows for automated sessions using the
77.Fl b
78option.
79In such cases, it is usually necessary to configure public key authentication
80to obviate the need to enter a password at connection time (see
81.Xr sshd 8
82and
83.Xr ssh-keygen 1
84for details).
3c0ef626 85The options are as follows:
86.Bl -tag -width Ds
12408a1b 87.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.
3c0ef626 96.It Fl b Ar batchfile
97Batch mode reads a series of commands from an input
98.Ar batchfile
99instead of
100.Em stdin .
101Since it lacks user interaction it should be used in conjunction with
102non-interactive authentication.
103.Nm
104will abort if any of the following
105commands fail:
e9a17296 106.Ic get , put , rename , ln ,
6a9b3198 107.Ic rm , mkdir , chdir , ls ,
108.Ic lchdir , chmod , chown , chgrp , lpwd
3c0ef626 109and
110.Ic lmkdir .
6a9b3198 111Termination on error can be suppressed on a command by command basis by
112prefixing the command with a
0fff78ff 113.Sq Ic \-
114character (for example,
115.Ic -rm /tmp/blah* ) .
12408a1b 116.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 .
3c0ef626 126.It Fl o Ar ssh_option
127Can be used to pass options to
128.Nm ssh
f5799ae1 129in the format used in
130.Xr ssh_config 5 .
131This is useful for specifying options
3c0ef626 132for which there is no separate
133.Nm sftp
0fff78ff 134command-line flag.
135For example, to specify an alternate port use:
3c0ef626 136.Ic sftp -oPort=24 .
12408a1b 137For 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
148.It Compression
149.It CompressionLevel
150.It ConnectionAttempts
151.It ConnectionTimeout
152.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
161.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
171.It RhostsRSAAuthentication
172.It RSAAuthentication
173.It ServerAliveInterval
174.It ServerAliveCountMax
175.It SmartcardDevice
176.It StrictHostKeyChecking
177.It TCPKeepAlive
178.It UsePrivilegedPort
179.It User
180.It UserKnownHostsFile
181.It VerifyHostKeyDNS
182.El
183.It Fl P Ar sftp_server_path
0fff78ff 184Connect directly to a local sftp server
e9a17296 185(rather than via
0fff78ff 186.Xr ssh 1 )
e9a17296 187This option may be useful in debugging the client and server.
188.It Fl R Ar num_requests
0fff78ff 189Specify 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.
3c0ef626 193.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.
12408a1b 200.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.
3c0ef626 211.El
212.Sh INTERACTIVE COMMANDS
213Once in interactive mode,
214.Nm
215understands a set of commands similar to those of
216.Xr ftp 1 .
217Commands are case insensitive and pathnames may be enclosed in quotes if they
218contain spaces.
12408a1b 219.Bl -tag -width "lmdir path"
3c0ef626 220.It Ic bye
0fff78ff 221Quit
222.Nm sftp .
3c0ef626 223.It Ic cd Ar path
224Change remote directory to
225.Ar path .
3c0ef626 226.It Ic chgrp Ar grp Ar path
227Change group of file
228.Ar path
229to
230.Ar grp .
231.Ar grp
232must be a numeric GID.
233.It Ic chmod Ar mode Ar path
234Change permissions of file
235.Ar path
236to
237.Ar mode .
238.It Ic chown Ar own Ar path
239Change owner of file
240.Ar path
241to
242.Ar own .
243.Ar own
244must be a numeric UID.
245.It Ic exit
0fff78ff 246Quit
247.Nm sftp .
3c0ef626 248.It Xo Ic get
249.Op Ar flags
250.Ar remote-path
251.Op Ar local-path
252.Xc
253Retrieve the
254.Ar remote-path
255and store it on the local machine.
256If the local
257path name is not specified, it is given the same name it has on the
0fff78ff 258remote machine.
259If the
3c0ef626 260.Fl P
261flag is specified, then the file's full permission and access time are
262copied too.
263.It Ic help
264Display help text.
12408a1b 265.It Ic lcd Ar path
266Change local directory to
267.Ar path .
3c0ef626 268.It Ic lls Op Ar ls-options Op Ar path
269Display local directory listing of either
270.Ar path
271or current directory if
272.Ar path
273is not specified.
274.It Ic lmkdir Ar path
275Create local directory specified by
276.Ar path .
277.It Ic ln Ar oldpath Ar newpath
278Create a symbolic link from
279.Ar oldpath
280to
281.Ar newpath .
282.It Ic lpwd
283Print local working directory.
41b2f314 284.It Xo Ic ls
285.Op Ar flags
286.Op Ar path
287.Xc
3c0ef626 288Display remote directory listing of either
289.Ar path
290or current directory if
291.Ar path
0fff78ff 292is not specified.
293If the
41b2f314 294.Fl l
295flag is specified, then display additional details including permissions
296and ownership information.
3c0ef626 297.It Ic lumask Ar umask
298Set local umask to
299.Ar umask .
300.It Ic mkdir Ar path
301Create remote directory specified by
302.Ar path .
6a9b3198 303.It Ic progress
304Toggle display of progress meter.
3c0ef626 305.It Xo Ic put
306.Op Ar flags
307.Ar local-path
6a9b3198 308.Op Ar remote-path
3c0ef626 309.Xc
310Upload
311.Ar local-path
0fff78ff 312and 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
3c0ef626 316.Fl P
317flag is specified, then the file's full permission and access time are
318copied too.
319.It Ic pwd
320Display remote working directory.
321.It Ic quit
0fff78ff 322Quit
323.Nm sftp .
3c0ef626 324.It Ic rename Ar oldpath Ar newpath
325Rename remote file from
326.Ar oldpath
327to
328.Ar newpath .
3c0ef626 329.It Ic rm Ar path
330Delete remote file specified by
331.Ar path .
12408a1b 332.It Ic rmdir Ar path
333Remove remote directory specified by
334.Ar path .
3c0ef626 335.It Ic symlink Ar oldpath Ar newpath
336Create a symbolic link from
337.Ar oldpath
338to
339.Ar newpath .
6a9b3198 340.It Ic version
341Display the
342.Nm
343protocol version.
0fff78ff 344.It Ic \&! Ar command
3c0ef626 345Execute
346.Ar command
347in local shell.
0fff78ff 348.It Ic \&!
3c0ef626 349Escape to local shell.
0fff78ff 350.It Ic \&?
3c0ef626 351Synonym for help.
352.El
3c0ef626 353.Sh SEE ALSO
12408a1b 354.Xr ftp 1 ,
3c0ef626 355.Xr scp 1 ,
356.Xr ssh 1 ,
357.Xr ssh-add 1 ,
358.Xr ssh-keygen 1 ,
f5799ae1 359.Xr ssh_config 5 ,
3c0ef626 360.Xr sftp-server 8 ,
361.Xr sshd 8
362.Rs
363.%A T. Ylonen
364.%A S. Lehtinen
365.%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
This page took 0.137484 seconds and 5 git commands to generate.