paramiko/tests
Robey Pointer 7490172401 [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-153]
tweak sftp_file write behavior on large blocks of data
BufferedFile.write() wasn't correctly dealing with the possibility that the
underlying write might not write the entire data block at once (even though
the docs said it would).  now that it's working, make sftp_file take
advantage of it in order to chop up blocks larger than 32kB (the max allowed
on sftp) and add a unit test for it.
2005-02-28 07:49:56 +00:00
..
loop.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-152] 2005-02-28 07:17:21 +00:00
stub_sftp.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-148] 2005-02-26 21:12:43 +00:00
test_dss.key [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-92] 2004-09-25 22:07:59 +00:00
test_file.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-81] 2004-09-11 20:37:59 +00:00
test_kex.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-102] 2004-11-07 02:08:11 +00:00
test_message.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-88] 2004-09-25 21:32:53 +00:00
test_pkey.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-92] 2004-09-25 22:07:59 +00:00
test_rsa.key [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-92] 2004-09-25 22:07:59 +00:00
test_sftp.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-153] 2005-02-28 07:49:56 +00:00
test_transport.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-146] 2005-02-15 15:48:47 +00:00