[scp.1]
     Mention that you can quote pathnames with spaces in them
This commit is contained in:
Ben Lindstrom 2001-02-10 21:59:35 +00:00
parent 33390fc4e5
commit 27cb1d061d
2 changed files with 8 additions and 3 deletions

View File

@ -23,6 +23,10 @@
fix memory leak; ok markus@ fix memory leak; ok markus@
- (bal) Minor correction to sftp-client.c I made. Should return 'status' - (bal) Minor correction to sftp-client.c I made. Should return 'status'
instead of '0' (from the OpenBSD tree) instead of '0' (from the OpenBSD tree)
- OpenBSD Sync
- djm@cvs.openbsd.org 2001/02/10 0:45:52
[scp.1]
Mention that you can quote pathnames with spaces in them
20010210 20010210
- (djm) Sync sftp and scp stuff from OpenBSD: - (djm) Sync sftp and scp stuff from OpenBSD:
@ -3806,4 +3810,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.719 2001/02/10 21:53:40 mouring Exp $ $Id: ChangeLog,v 1.720 2001/02/10 21:59:35 mouring Exp $

5
sftp.1
View File

@ -1,4 +1,4 @@
.\" $OpenBSD: sftp.1,v 1.5 2001/02/07 18:10:39 stevesk Exp $ .\" $OpenBSD: sftp.1,v 1.6 2001/02/10 00:45:52 djm Exp $
.\" .\"
.\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" Copyright (c) 2001 Damien Miller. All rights reserved.
.\" .\"
@ -64,7 +64,8 @@ Once in interactive mode,
.Nm .Nm
understands a set of commands similar to those of understands a set of commands similar to those of
.Xr ftp 1 . .Xr ftp 1 .
Commands are case insensitive. Commands are case insensitive and pathnames may be enclosed in quotes if they
contain spaces.
.Bl -tag -width Ds .Bl -tag -width Ds
.It Ic cd Ar path .It Ic cd Ar path
Change remote directory to Change remote directory to