diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sftp.1 | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -48,6 +48,9 @@ | |||
48 | [scp.c] | 48 | [scp.c] |
49 | use roundup() similar to rcp/util.c and avoid problems with strange | 49 | use roundup() similar to rcp/util.c and avoid problems with strange |
50 | filesystem block sizes, noted by tjr@freebsd.org; ok djm@ | 50 | filesystem block sizes, noted by tjr@freebsd.org; ok djm@ |
51 | - djm@cvs.openbsd.org 2002/12/06 05:20:02 | ||
52 | [sftp.1] | ||
53 | Fix cut'n'paste error, spotted by matthias.riese@b-novative.de; ok deraadt@ | ||
51 | 54 | ||
52 | 20021205 | 55 | 20021205 |
53 | - (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org | 56 | - (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org |
@@ -883,4 +886,4 @@ | |||
883 | save auth method before monitor_reset_key_state(); bugzilla bug #284; | 886 | save auth method before monitor_reset_key_state(); bugzilla bug #284; |
884 | ok provos@ | 887 | ok provos@ |
885 | 888 | ||
886 | $Id: ChangeLog,v 1.2528 2002/12/23 02:22:09 mouring Exp $ | 889 | $Id: ChangeLog,v 1.2529 2002/12/23 02:23:37 mouring Exp $ |
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: sftp.1,v 1.36 2002/09/11 22:41:50 djm Exp $ | 1 | .\" $OpenBSD: sftp.1,v 1.37 2002/12/06 05:20:02 djm Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2001 Damien Miller. All rights reserved. | 3 | .\" Copyright (c) 2001 Damien Miller. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -224,7 +224,7 @@ Create remote directory specified by | |||
224 | .It Xo Ic put | 224 | .It Xo Ic put |
225 | .Op Ar flags | 225 | .Op Ar flags |
226 | .Ar local-path | 226 | .Ar local-path |
227 | .Op Ar local-path | 227 | .Op Ar remote-path |
228 | .Xc | 228 | .Xc |
229 | Upload | 229 | Upload |
230 | .Ar local-path | 230 | .Ar local-path |