rclone/sftp
Nick Craig-Wood 47eab397ba sftp: implement connection pooling for multiple ssh connections
A connection may be opened for each `--transfers` and `--checkers`
now.  Connections are checked when putting them in the pool and
getting them out the pool so it should recover from network errors
much better.

This fixes #1561, fixes #1541, fixes #1381, fixes #1158, fixes #1538
2017-08-07 17:19:37 +01:00
..
sftp.go sftp: implement connection pooling for multiple ssh connections 2017-08-07 17:19:37 +01:00
sftp_internal_test.go sftp: fixup formatting and golint warnings 2017-08-07 14:50:31 +01:00
sftp_test.go implement rcat – fixes #230, fixes #1001 2017-08-03 21:42:35 +02:00
sftp_unsupported.go Complete SFTP remote #521 2017-02-04 10:29:46 +00:00
stringlock.go sftp: remove stray debug 2017-02-16 12:40:29 +00:00
stringlock_test.go sftp: Fix remote race on creating directories 2017-02-04 10:29:46 +00:00