The command-line app for transferring files and synchronizing directories

Rclone

Rclone 1.70.0 (64-bit)

  -  23.7 MB  -  Open Source

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of Rclone 1.70.0 (64-bit).


For those interested in downloading the most recent release of Rclone or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

Why is this app published on FileHorse? (More info)
  • Rclone 1.70.0 (64-bit) Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    Rclone 1.70.0 (64-bit) Screenshot 1
  • Rclone 1.70.0 (64-bit) Screenshot 2

What's new in this version:

New backends:
- DOI
- FileLu

New S3 providers:
- MEGA S4
- Pure Storage FlashBlade

New commands:
- convmv: for moving and transforming files

New Features:
- Add --max-connections to control maximum backend concurrency
- Add --max-buffer-memory to limit total buffer memory usage
- Add transform library and --name-transform flag
- sync: Implement --list-cutoff to allow on disk sorting for reduced memory use
- accounting: Add listed stat for number of directory entries listed
- backend: Skip hash calculation when the hashType is None
- build
- Update to go1.24 and make go1.22 the minimum required version
- Disable docker builds on PRs & add missing dockerfile changes
- Modernize Go usage
- Update all dependencies
- cmd/authorize: Show required arguments in help text
- cmd/config: add --no-output option
- cmd/gitannex
- Tweak parsing of "rcloneremotename" config
- Permit remotes with options
- Reject unknown layout modes in INITREMOTE
- docker image: Add label org.opencontainers.image.source for release notes in Renovate dependency updates
- doc fixes
- filter:
- Add --hash-filter to deterministically select a subset of files
- Show --min-size and --max-size in --dump filters
- hash: Add SHA512 support for file hashes
- http servers: Add --user-from-header to use for authentication
- lib/batcher: Deprecate unused option: batch_commit_timeout
- log:
- Remove github.com/sirupsen/logrus and replace with log/slog
- Add --windows-event-log-level to support Windows Event Log
- rc
- Add add short parameter to core/stats to not return transferring and checking
- In options/info make FieldName contain a "." if it should be nested
- Add rc control for serve commands
- rcserver: Improve content-type check
- serve nfs
- Update docs to note Windows is not supported
- Change the format of --nfs-cache-type symlink file handles
- Make metadata files have special file handles
- touch: Make touch obey --transfers
- version: Add --deps flag to show dependencies and other build info

Bug Fixes:
- serve s3:
- Fix ListObjectsV2 response
- Remove redundant handler initialization
- stats: Fix goroutine leak and improve stats accounting process

VFS:
- Add --vfs-metadata-extension to expose metadata sidecar files

Azure Blob:
- Add support for x-ms-tags header
- Cleanup uncommitted blocks on upload errors
- Speed up server side copies for small files
- Implement multipart server side copy
- Remove uncommitted blocks on InvalidBlobOrBlock error
- Fix handling of objects with // in
- Handle retry error codes more carefully
- Fix errors not being retried when doing single part copy
- Fix multipart server side copies of 0 sized files

Azurefiles:
- Add --azurefiles-use-az and --azurefiles-disable-instance-discovery

B2:
- Add SkipDestructive handling to backend commands
- Use file id from listing when not presented in headers

Cloudinary:
- Automatically add/remove known media files extensions
- Var naming convention

Drive:
- Added backend moveid command

Dropbox:
- Support Dropbox Paper

FTP:
- Add --ftp-http-proxy to connect via HTTP CONNECT proxy

Gofile:
- Update to use new direct upload endpoint

Googlephotos:
- Update read only and read write scopes to meet Google's requirements.

Iclouddrive:
- Fix panic and files potentially downloaded twice

Internetarchive:
- Add --internetarchive-metadata="key=value" for setting item metadata

Onedrive:
- Fix "The upload session was not found" errors
- Re-add --onedrive-upload-cutoff flag
- Fix crash if no metadata was updated

Opendrive:
- Added --opendrive-access flag to handle permissions

Pcloud:
- Fix "Access denied. You do not have permissions to perform this operation" on large uploads

S3:
- Fix handling of objects with // in
- Add IBM IAM signer
- Split the GCS quirks into --s3-use-x-id and --s3-sign-accept-encoding
- Implement paged listing interface ListP
- Add Pure Storage FlashBlade provider support
- Require custom endpoint for Lyve Cloud v2 support
- MEGA S4 support

SFTP:
- Add --sftp-http-proxy to connect via HTTP CONNECT proxy

Smb:
- Add support for kerberos authentication
- Improve connection pooling efficiency

WebDAV:
- Retry propfind on 425 status
- Add an ownCloud Infinite Scale vendor that enables tus chunked upload support