diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | sftp.1 | 5 |
2 files changed, 8 insertions, 3 deletions
@@ -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 | ||
27 | 20010210 | 31 | 20010210 |
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 $ |
@@ -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 |
65 | understands a set of commands similar to those of | 65 | understands a set of commands similar to those of |
66 | .Xr ftp 1 . | 66 | .Xr ftp 1 . |
67 | Commands are case insensitive. | 67 | Commands are case insensitive and pathnames may be enclosed in quotes if they |
68 | contain spaces. | ||
68 | .Bl -tag -width Ds | 69 | .Bl -tag -width Ds |
69 | .It Ic cd Ar path | 70 | .It Ic cd Ar path |
70 | Change remote directory to | 71 | Change remote directory to |