diff options
Diffstat (limited to 'sftp.1')
-rw-r--r-- | sftp.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |