summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-10 21:59:35 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-10 21:59:35 +0000
commit27cb1d061dc1695f681ebf567761afbb5868df56 (patch)
tree2211419fcd23ae4ac90f71af7fe66cfd5c520d75
parent33390fc4e5ad40e1b647a252034998d24e008867 (diff)
- djm@cvs.openbsd.org 2001/02/10 0:45:52
[scp.1] Mention that you can quote pathnames with spaces in them
-rw-r--r--ChangeLog6
-rw-r--r--sftp.15
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 1537b06b3..e7ea57417 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,10 @@
23 fix memory leak; ok markus@ 23 fix memory leak; ok markus@
24 - (bal) Minor correction to sftp-client.c I made. Should return 'status' 24 - (bal) Minor correction to sftp-client.c I made. Should return 'status'
25 instead of '0' (from the OpenBSD tree) 25 instead of '0' (from the OpenBSD tree)
26 - OpenBSD Sync
27 - djm@cvs.openbsd.org 2001/02/10 0:45:52
28 [scp.1]
29 Mention that you can quote pathnames with spaces in them
26 30
2720010210 3120010210
28 - (djm) Sync sftp and scp stuff from OpenBSD: 32 - (djm) Sync sftp and scp stuff from OpenBSD:
@@ -3806,4 +3810,4 @@
3806 - Wrote replacements for strlcpy and mkdtemp 3810 - Wrote replacements for strlcpy and mkdtemp
3807 - Released 1.0pre1 3811 - Released 1.0pre1
3808 3812
3809$Id: ChangeLog,v 1.719 2001/02/10 21:53:40 mouring Exp $ 3813$Id: ChangeLog,v 1.720 2001/02/10 21:59:35 mouring Exp $
diff --git a/sftp.1 b/sftp.1
index 84edc4d67..3b9d5124e 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.5 2001/02/07 18:10:39 stevesk Exp $ 1.\" $OpenBSD: sftp.1,v 1.6 2001/02/10 00:45:52 djm Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -64,7 +64,8 @@ Once in interactive mode,
64.Nm 64.Nm
65understands a set of commands similar to those of 65understands a set of commands similar to those of
66.Xr ftp 1 . 66.Xr ftp 1 .
67Commands are case insensitive. 67Commands are case insensitive and pathnames may be enclosed in quotes if they
68contain spaces.
68.Bl -tag -width Ds 69.Bl -tag -width Ds
69.It Ic cd Ar path 70.It Ic cd Ar path
70Change remote directory to 71Change remote directory to