diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | sftp.1 | 6 |
2 files changed, 11 insertions, 4 deletions
@@ -1,3 +1,10 @@ | |||
1 | 20080716 | ||
2 | - OpenBSD CVS Sync | ||
3 | - djm@cvs.openbsd.org 2008/07/15 02:23:14 | ||
4 | [sftp.1] | ||
5 | number of pipelined requests is now 64; | ||
6 | prodded by Iain.Morgan AT nasa.gov | ||
7 | |||
1 | 20080714 | 8 | 20080714 |
2 | - (djm) OpenBSD CVS Sync | 9 | - (djm) OpenBSD CVS Sync |
3 | - sthen@cvs.openbsd.org 2008/07/13 21:22:52 | 10 | - sthen@cvs.openbsd.org 2008/07/13 21:22:52 |
@@ -4670,4 +4677,4 @@ | |||
4670 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 4677 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
4671 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 4678 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
4672 | 4679 | ||
4673 | $Id: ChangeLog,v 1.5084 2008/07/14 11:37:36 djm Exp $ | 4680 | $Id: ChangeLog,v 1.5085 2008/07/16 11:17:23 djm Exp $ |
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: sftp.1,v 1.66 2008/04/18 17:15:47 jmc Exp $ | 1 | .\" $OpenBSD: sftp.1,v 1.67 2008/07/15 02:23:14 djm Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2001 Damien Miller. All rights reserved. | 3 | .\" Copyright (c) 2001 Damien Miller. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -22,7 +22,7 @@ | |||
22 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 22 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
23 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 23 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
24 | .\" | 24 | .\" |
25 | .Dd $Mdocdate: May 19 2008 $ | 25 | .Dd $Mdocdate: July 15 2008 $ |
26 | .Dt SFTP 1 | 26 | .Dt SFTP 1 |
27 | .Os | 27 | .Os |
28 | .Sh NAME | 28 | .Sh NAME |
@@ -204,7 +204,7 @@ This option may be useful in debugging the client and server. | |||
204 | Specify how many requests may be outstanding at any one time. | 204 | Specify how many requests may be outstanding at any one time. |
205 | Increasing this may slightly improve file transfer speed | 205 | Increasing this may slightly improve file transfer speed |
206 | but will increase memory usage. | 206 | but will increase memory usage. |
207 | The default is 16 outstanding requests. | 207 | The default is 64 outstanding requests. |
208 | .It Fl S Ar program | 208 | .It Fl S Ar program |
209 | Name of the | 209 | Name of the |
210 | .Ar program | 210 | .Ar program |