aclindsa / asink

An open-source Dropbox clone
GNU General Public License v2.0
34 stars 4 forks source link

SSH connections seem to hang in uploader #18

Closed aclindsa closed 13 years ago

aclindsa commented 13 years ago

Is this due to just a lost or hung connection, too many files in one directory on the server, or what?

aclindsa commented 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.

aclindsa commented 13 years ago

This seems to only be an issue with my network/ISP, where it also randomly happens with normal SSH connections.