Closed aclindsa closed 13 years ago
I can replicate this by running [code] for i in $(ls); do scp -P 22 $i user@host:/opt/asink ; done [/code] so it's not just a python problem.
This seems to only be an issue with my network/ISP, where it also randomly happens with normal SSH connections.
Is this due to just a lost or hung connection, too many files in one directory on the server, or what?