rclone/backend
Nick Craig-Wood d4213c0ac5 sftp: Fix slow downloads for long latency connections - fixes #1158
This was caused by using the sftp.File.Read method which resets the
streaming window after each call.  Replacing it with sftp.File.WriteTo
and an io.Pipe fixes the problem bringing the speed to the same as the
sftp binary.
2018-05-24 15:10:28 +01:00
..
alias build: remove unused code spotted by the deadcode linter 2018-05-05 17:32:41 +01:00
all opendrive: fill out the functionality #1026 2018-05-12 10:07:25 +01:00
amazonclouddrive fs: add Optional ID() method to Object and implement it in backends 2018-05-13 12:17:55 +01:00
azureblob build: remove unused struct fields spotted by structcheck 2018-05-05 17:32:41 +01:00
b2 fs: add Optional ID() method to Object and implement it in backends 2018-05-13 12:17:55 +01:00
box fs: add Optional ID() method to Object and implement it in backends 2018-05-13 12:17:55 +01:00
cache cache: use secure websockets for HTTPS Plex addresses 2018-05-22 11:47:57 +01:00
crypt crypt: check the crypted hash of files when uploading #2303 2018-05-15 14:50:36 +01:00
drive drive: Don't attempt to choose Team Drives when using rclone config create 2018-05-16 09:10:09 +01:00
dropbox build: remove unused code spotted by the deadcode linter 2018-05-05 17:32:41 +01:00
ftp ftp: more workarounds for FTP servers to fix mkParentDir - fixes #2181 2018-04-26 14:58:04 +01:00
googlecloudstorage gcs: low level retry all operations if necessary 2018-05-10 09:24:09 +01:00
http build: fix errors spotted by ineffassign linter 2018-05-05 17:32:41 +01:00
hubic build: mask linter errors we can't fix 2018-05-05 17:32:41 +01:00
local build: fix errors spotted by ineffassign linter 2018-05-05 17:32:41 +01:00
mega Use config.FileGet instead of fs.ConfigFileGet 2018-05-22 09:43:24 +01:00
onedrive fs: add Optional ID() method to Object and implement it in backends 2018-05-13 12:17:55 +01:00
opendrive Use config.FileGet instead of fs.ConfigFileGet 2018-05-22 09:43:24 +01:00
pcloud fs: add Optional ID() method to Object and implement it in backends 2018-05-13 12:17:55 +01:00
qingstor build: remove unused code spotted by the deadcode linter 2018-05-05 17:32:41 +01:00
s3 s3: Look in S3 named profile files for credentials - fixes #2243 2018-04-21 09:00:20 +01:00
sftp sftp: Fix slow downloads for long latency connections - fixes #1158 2018-05-24 15:10:28 +01:00
swift build: mask linter errors we can't fix 2018-05-05 17:32:41 +01:00
webdav webdav: show all available information when printing errors 2018-05-11 08:43:53 +01:00
yandex build: remove unused struct fields spotted by structcheck 2018-05-05 17:32:41 +01:00