Go to file
Nick Craig-Wood 0731de6a51 smb: fix "unverified packet returned" error when using multithread copy
Before this change, in the WriterAt method we removed the session
while the WriterAt handle was still open.

This meant that in long lived multithread copies the session was
closed which caused the "unverified packet returned" errors.

This fixes the problem by wrapping it in a custom Close to close
remove the session only when the WriterAt handle is closed.

See: https://forum.rclone.org/t/problems-copying-big-files-from-local-to-remote-using-rclone-rc/42169/
2023-10-09 12:10:55 +01:00
.github build(deps): bump docker/setup-qemu-action from 2 to 3 2023-09-15 10:25:14 +01:00
backend smb: fix "unverified packet returned" error when using multithread copy 2023-10-09 12:10:55 +01:00
bin Version v1.64.0 2023-09-11 15:59:44 +01:00
cmd operations: add operations/check to the rc API 2023-10-04 17:52:57 +01:00
cmdtest cmdtest: fix typos found by codespell 2023-03-24 20:44:25 +00:00
contrib docker volume plugin: add missing fuse3 dependency #6844 2023-03-15 15:57:53 +00:00
docs onedrive: implement ListR method which gives --fast-list support 2023-10-02 11:12:08 +01:00
fs operations: add operations/check to the rc API 2023-10-04 17:52:57 +01:00
fstest rcserver: set `Last-Modified` header for files served by `--rc-serve` 2023-09-23 12:20:29 +01:00
graphics build: Add file properties and icon to Windows executable (fixes #4304) 2020-06-11 09:26:14 +01:00
lib dropbox: factor batcher into lib/batcher 2023-10-03 18:01:34 +01:00
librclone librclone:Added example on using librclone with golang. 2023-03-17 12:00:27 +00:00
vfs vfs: re-implement CacheMode with fs.Enum 2023-10-03 15:14:24 +01:00
.gitattributes build: add azure pipelines build 2019-08-06 10:31:32 +01:00
.gitignore gitignore: add .DS_Store and remove *.log 2023-08-12 17:24:21 +01:00
.golangci.yml build: re-enable revive linters 2023-08-29 13:01:15 +01:00
CONTRIBUTING.md s3: add docs on how to add a new provider 2023-09-23 14:36:48 +01:00
COPYING Initial commit - some small parts working 2012-11-18 17:32:31 +00:00
Dockerfile docker: add missing fuse3 dependency - fixes #6844 2023-03-15 10:54:30 +00:00
MAINTAINERS.md Add @nielash as bisync maintainer 2023-09-05 04:05:39 -04:00
MANUAL.html Version v1.64.0 2023-09-11 15:59:44 +01:00
MANUAL.md Version v1.64.0 2023-09-11 15:59:44 +01:00
MANUAL.txt Version v1.64.0 2023-09-11 15:59:44 +01:00
Makefile build: add btesth target to output beta log in HTML for email pasting 2023-09-21 16:15:48 +01:00
README.md s3: add Linode provider 2023-09-23 14:34:00 +01:00
RELEASE.md docs: add notes on how to update the website between releases 2023-09-13 17:02:29 +01:00
VERSION Start v1.65.0-DEV development 2023-09-12 11:24:17 +01:00
go.mod storj: update storj.io/uplink to v1.12.0 2023-09-14 14:01:35 +01:00
go.sum storj: update storj.io/uplink to v1.12.0 2023-09-14 14:01:35 +01:00
notes.txt docs: spelling: etc. 2020-10-28 18:16:23 +00:00
rclone.1 Version v1.64.0 2023-09-11 15:59:44 +01:00
rclone.go lib: add plugin support 2019-09-29 11:05:10 +01:00

README.md

rclone logo rclone logo

Website | Documentation | Download | Contributing | Changelog | Installation | Forum

Build Status Go Report Card GoDoc Docker Pulls

Rclone

Rclone ("rsync for cloud storage") is a command-line program to sync files and directories to and from different cloud storage providers.

Storage providers

Please see the full list of all storage providers and their features

Virtual storage providers

These backends adapt or modify other storage providers

  • Alias: rename existing remotes 📄
  • Cache: cache remotes (DEPRECATED) 📄
  • Chunker: split large files 📄
  • Combine: combine multiple remotes into a directory tree 📄
  • Compress: compress files 📄
  • Crypt: encrypt files 📄
  • Hasher: hash files 📄
  • Union: join multiple remotes to work together 📄

Features

  • MD5/SHA-1 hashes checked at all times for file integrity
  • Timestamps preserved on files
  • Partial syncs supported on a whole file basis
  • Copy mode to just copy new/changed files
  • Sync (one way) mode to make a directory identical
  • Check mode to check for file hash equality
  • Can sync to and from network, e.g. two different cloud accounts
  • Optional large file chunking (Chunker)
  • Optional transparent compression (Compress)
  • Optional encryption (Crypt)
  • Optional FUSE mount (rclone mount)
  • Multi-threaded downloads to local disk
  • Can serve local or remote files over HTTP/WebDAV/FTP/SFTP/DLNA

Installation & documentation

Please see the rclone website for:

Downloads

License

This is free software under the terms of the MIT license (check the COPYING file included in this package).