From 27cb1d061dc1695f681ebf567761afbb5868df56 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sat, 10 Feb 2001 21:59:35 +0000 Subject: - djm@cvs.openbsd.org 2001/02/10 0:45:52 [scp.1] Mention that you can quote pathnames with spaces in them --- ChangeLog | 6 +++++- sftp.1 | 5 +++-- 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 @@ fix memory leak; ok markus@ - (bal) Minor correction to sftp-client.c I made. Should return 'status' 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 - (djm) Sync sftp and scp stuff from OpenBSD: @@ -3806,4 +3810,4 @@ - Wrote replacements for strlcpy and mkdtemp - 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 $ diff --git a/sftp.1 b/sftp.1 index 84edc4d67..3b9d5124e 100644 --- a/sftp.1 +++ b/sftp.1 @@ -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. .\" @@ -64,7 +64,8 @@ Once in interactive mode, .Nm understands a set of commands similar to those of .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 .It Ic cd Ar path Change remote directory to -- cgit v1.2.3