summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.1')
-rw-r--r--sftp.119
1 files changed, 16 insertions, 3 deletions
diff --git a/sftp.1 b/sftp.1
index 33ceb6596..ecd4d3174 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.36 2002/09/11 22:41:50 djm Exp $ 1.\" $OpenBSD: sftp.1,v 1.40 2003/01/10 08:19:07 fgsch Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -77,9 +77,16 @@ non-interactive authentication.
77will abort if any of the following 77will abort if any of the following
78commands fail: 78commands fail:
79.Ic get , put , rename , ln , 79.Ic get , put , rename , ln ,
80.Ic rm , mkdir , chdir , lchdir 80.Ic rm , mkdir , chdir , ls ,
81.Ic lchdir , chmod , chown , chgrp , lpwd
81and 82and
82.Ic lmkdir . 83.Ic lmkdir .
84Termination on error can be suppressed on a command by command basis by
85prefixing the command with a
86.Ic '-'
87character (For example,
88.Ic -rm /tmp/blah*
89).
83.It Fl o Ar ssh_option 90.It Fl o Ar ssh_option
84Can be used to pass options to 91Can be used to pass options to
85.Nm ssh 92.Nm ssh
@@ -221,10 +228,12 @@ Set local umask to
221.It Ic mkdir Ar path 228.It Ic mkdir Ar path
222Create remote directory specified by 229Create remote directory specified by
223.Ar path . 230.Ar path .
231.It Ic progress
232Toggle display of progress meter.
224.It Xo Ic put 233.It Xo Ic put
225.Op Ar flags 234.Op Ar flags
226.Ar local-path 235.Ar local-path
227.Op Ar local-path 236.Op Ar remote-path
228.Xc 237.Xc
229Upload 238Upload
230.Ar local-path 239.Ar local-path
@@ -253,6 +262,10 @@ Create a symbolic link from
253.Ar oldpath 262.Ar oldpath
254to 263to
255.Ar newpath . 264.Ar newpath .
265.It Ic version
266Display the
267.Nm
268protocol version.
256.It Ic ! Ar command 269.It Ic ! Ar command
257Execute 270Execute
258.Ar command 271.Ar command