7490172401
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. |
||
---|---|---|
.. | ||
loop.py | ||
stub_sftp.py | ||
test_dss.key | ||
test_file.py | ||
test_kex.py | ||
test_message.py | ||
test_pkey.py | ||
test_rsa.key | ||
test_sftp.py | ||
test_transport.py |