diff options
Diffstat (limited to 'sftp.1')
-rw-r--r-- | sftp.1 | 19 |
1 files changed, 16 insertions, 3 deletions
@@ -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. | |||
77 | will abort if any of the following | 77 | will abort if any of the following |
78 | commands fail: | 78 | commands 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 | ||
81 | and | 82 | and |
82 | .Ic lmkdir . | 83 | .Ic lmkdir . |
84 | Termination on error can be suppressed on a command by command basis by | ||
85 | prefixing the command with a | ||
86 | .Ic '-' | ||
87 | character (For example, | ||
88 | .Ic -rm /tmp/blah* | ||
89 | ). | ||
83 | .It Fl o Ar ssh_option | 90 | .It Fl o Ar ssh_option |
84 | Can be used to pass options to | 91 | Can 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 |
222 | Create remote directory specified by | 229 | Create remote directory specified by |
223 | .Ar path . | 230 | .Ar path . |
231 | .It Ic progress | ||
232 | Toggle 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 |
229 | Upload | 238 | Upload |
230 | .Ar local-path | 239 | .Ar local-path |
@@ -253,6 +262,10 @@ Create a symbolic link from | |||
253 | .Ar oldpath | 262 | .Ar oldpath |
254 | to | 263 | to |
255 | .Ar newpath . | 264 | .Ar newpath . |
265 | .It Ic version | ||
266 | Display the | ||
267 | .Nm | ||
268 | protocol version. | ||
256 | .It Ic ! Ar command | 269 | .It Ic ! Ar command |
257 | Execute | 270 | Execute |
258 | .Ar command | 271 | .Ar command |