summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.1')
-rw-r--r--sftp.124
1 files changed, 21 insertions, 3 deletions
diff --git a/sftp.1 b/sftp.1
index 1f517a40a..f34f58856 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.64 2007/05/31 19:20:16 jmc Exp $ 1.\" $OpenBSD: sftp.1,v 1.65 2008/04/18 12:32:11 djm Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -22,7 +22,7 @@
22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 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. 23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\" 24.\"
25.Dd $Mdocdate: May 31 2007 $ 25.Dd $Mdocdate: April 18 2008 $
26.Dt SFTP 1 26.Dt SFTP 1
27.Os 27.Os
28.Sh NAME 28.Sh NAME
@@ -112,7 +112,7 @@ will abort if any of the following
112commands fail: 112commands fail:
113.Ic get , put , rename , ln , 113.Ic get , put , rename , ln ,
114.Ic rm , mkdir , chdir , ls , 114.Ic rm , mkdir , chdir , ls ,
115.Ic lchdir , chmod , chown , chgrp , lpwd 115.Ic lchdir , chmod , chown , chgrp , lpwd, df,
116and 116and
117.Ic lmkdir . 117.Ic lmkdir .
118Termination on error can be suppressed on a command by command basis by 118Termination on error can be suppressed on a command by command basis by
@@ -272,6 +272,24 @@ may contain
272characters and may match multiple files. 272characters and may match multiple files.
273.Ar own 273.Ar own
274must be a numeric UID. 274must be a numeric UID.
275.It Xo Ic df
276.Op Fl hi
277.Op Ar path
278.Xc
279Display usage information for the filesystem holding the current directory
280(or
281.Ar path
282if specified).
283If the
284.Fl h
285flag is specified, the capacity information will be displayed using
286"human-readable" suffixes.
287The
288.Fl i
289flag requests display of inode information in addition to capacity information.
290This command is only supported on servers that implement the
291.Dq statvfs@openssh.com
292extension.
275.It Ic exit 293.It Ic exit
276Quit 294Quit
277.Nm sftp . 295.Nm sftp .