The command-line app for transferring files and synchronizing directories

Rclone

Rclone 1.71.0 (32-bit)

  -  22.3 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.71.0 (32-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.71.0 (32-bit) Screenshots

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

    Rclone 1.71.0 (32-bit) Screenshot 1
  • Rclone 1.71.0 (32-bit) Screenshot 2

What's new in this version:

New S3 providers:
- Exaba
- We've been working with Exaba and they would love early adopters, self-hosters and testers
- OVHcloud Object Storage
- Zata

New Features:
- Allow global config to be overriden or set on backend creation
- bisync: Promoted from beta to stable
- build
- Update to go1.25 and make go1.24 the minimum required version
- Update all dependencies
- Upgrade golangci-lint to v2 and fix code and config
- Add markdown linting to workflow and fix all the docs
- Extend check for edits of autogenerated files to all commits in a pull request
- Set default shell to bash in build.yml
- config
- Make parsing of Duration options consistent
- Add error if RCLONE_CONFIG_PASS was supplied it but didn't decrypt the config
- copy, copyto: Implement logger flags to store result of sync
- doc fixes
- hash: Add support for BLAKE3, XXH3, XXH128
- http
- Add --client-pass support for encrypted --client-key files
- Allow setting of --http-proxy from the command line
- lib/mmap: Convert to using unsafe.Slice to avoid deprecated reflect.SliceHeader
- lib/transform: Avoid empty charmap entry
- log: Add log rotation options when using --log-file
- move, moveto: Implement logger flags to store result of sync
- pool: Unify memory between multipart and asyncreader to use one pool
- purge: Exit with a fatal error if filters are set on rclone purge
- rc
- Add config/unlock to unlock the config file
- Fix config/listremotes to send an empty array instead of nil
- Populate transfer snapshot with "what" value
- serve sftp: Add support for more hashes
- transform: Add truncate_keep_extension and truncate_bytes

Fixed:
- about: Fix potential overflow of about in various backends
- accounting
- Fix incorrect stats with --transfers=1
- Fix stats
- bisync
- Fix concurrent runs via rc
- Fix --no-slow-hash settings on path2
- config: fix problem reading pasted tokens over 4095 bytes
- oauthutil: Fix nil pointer crash when started with expired token
- operations: Fix too many connections open when using --max-buffer-memory
- pool: Fix deadlock with --max-buffer-memory and multipart transfers
- rc: Fix operations/check ignoring oneWay parameter

Mount:
- Fix identification of symlinks in directory listings

Local:
- Configurable supported hashes
- Fix --copy-links on Windows when listing Junction points

Azure Blob:
- Add support for client assertion based authentication
- Fix deadlock with --max-connections with InvalidBlockOrBlob errors
- Fix double accounting for multipart uploads

Azurefiles:
- Add support for client assertion based authentication
- Fix hash getting erased when modtime is set

Box:
- Fix about: cannot unmarshal number 1.0e+18 into Go struct field

Combine:
- Fix directory not found errors with ListP interface

Filescom:
- Document that hashes need to be enabled

FTP:
- Allow insecure TLS ciphers
- Make TLS config default to global TLS config
- This allows --ca-cert, --client-cert etc to be used.
- This also allows override.ca_cert = XXX to be used in the config file.

Googlephotos:
- Added warning for Google Photos compatability-fixes

Imagekit:
- Return correct error when attempting to upload zero length files
- Don't low level retry uploads
- Remove server side Copy method as it was downloading and uploading

Internetarchive:
- Fix server side copy of files with &

Mega:
- Fix tls handshake failure

Oracleobjectstorage:
- Add read only metadata support

Pikpak:
- Rewrite upload to bypass AWS S3 manager
- Enhance Move for better handling of error and name collision
- Enhance Copy method to handle name collisions and improve error management
- Add file name integrity check during upload

S3:
- Add --s3-use-arn-region flag
- Fix memory leak by cloning strings
- Fix multipart upload and server side copy when using bucket policy SSE-C
- Fix Content-Type: aws-chunked causing upload errors with --metadata

SFTP:
- Add support for more hashes

Smb:
- Add --smb-kerberos-ccache option to set kerberos ccache per smb backend
- Refresh Kerberos credentials when ccache file changes
- Improve multithreaded upload performance using multiple connections