The command-line app for transferring files and synchronizing directories

Rclone

Rclone 1.74.0 (64-bit)

  -  27.9 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.74.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.74.0 (64-bit) Screenshots

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

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

What's new in this version:

New backends:
- Huawei Drive
- iCloud Photos

New S3 providers:
- Fastly Object Storage
- HCP
- Impossible Cloud
- UCloud US3
- Zadara

New commands:
- gui: launch new embedded web based GUI for basic rclone operations

New Features:
build:
- Update golang.org/x/image/webp to v0.39.0 to fix CVE-2026-33813
- Bump github.com/Azure/go-ntlmssp to 0.1.1 to fix CVE-2026-32952
- Update to go1.26 and make go1.25 the minimum required version
- Update all dependencies
- Modernize Go code with go fix for go1.25
- Fix loong64 and s390x build

docs:
- Modernize rclone.org site design
- fixes
- fshttp: Add --dump curl for dumping HTTP requests as curl commands
- graphics: Optimise images losslessly with ImageOptim
- listremotes: Add --exact flag for filtering

rc:
- Flip auth default so all endpoints require auth unless opted out
- Add core/disks to enumerate attached disks
- Add deletedDirs stat to core/stats help output

serve http:
- Add fallback embedded favicon
- Add gzip compression for text responses
- Dark mode for file browser
- Add HTTP/2 cleartext support for all http servers
- touch: Add metadata when using --metadata-set

Fixed:
accounting:
- Update String method output format for clarity in transfer rate representation
- Fix rcat/copyurl for files.com

bisync:
- Add missing rc params
- Add more structured info to rc output
- Auto-generate rc help docs
- Fix handling of unreadable lockfiles
- Fix flaky TestBisyncConcurrent by increasing random name entropy
- Fix integration tests after sftp log changes
- copyurl: Fix ignored --upload-headers and --download-headers
- librclone/ctest: Add Windows support and fix memory management
- log: Fix data race on OutputHandler.format field
- operations
- Multithread copy: grab memory before making go routines
- serve dlna: Fix Samsung TV compatibility
- serve nfs: Fix EOF flag in READ response not being set when read reaches end of file

Mount:
- rc: fix mounts created with mountPoint "*" overwriting each other

VFS:
- Fix slow nfs serve by adding --vfs-handle-caching
- Add context parameter to New() for config propagation
- Replace context.TODO/Background with stored VFS context

Local:
- Remove fadvise calls that cause spinlock contention

Azure Blob:
- Add --azureblob-copy-total-concurrency to limit total multipart copy concurrency
- Add server side copy real time accounting
- Add --azureblob-decompress flag to download gzip-encoded files

Azurefiles:
- Fix missing x-ms-file-request-intent header with OAuth

B2:
- Add server side copy real time accounting

Drime:
- Implement About
- Fix listings of large directories

Drive:
- Add integration test for handling folder names with single quotes

Filelu:
- Add multipart init response type
- Migrate API calls to lib/rest

Filen:
- Make multi-threaded upload chunks individually retryable

Iclouddrive:
- Replace plaintext signin with SRP authentication
- Use dynamic origin for SRP auth headers
- Lowercase Apple ID for SRP authentication
- Add read only iCloud Photos support and SRP authentication

Internxt:
- Implement multi-part uploads

Jottacloud:
- Add encoding of percent character to default backend encoding

Linkbox:
- Fix downloading files by using web API

Mega:
- Fix crash when logging in with previous auth keys fails

Pcloud:
- Fix recursive listing from the root

Pikpak:
- Support custom filenames for addurl backend command

Protondrive:
- Align backend with newer Proton SDK stack
- Update to latest go-proton-api to use new host
- Fix server-side moveto and DirMove against current API

S3:
- Add Fastly Object Storage provider
- Add HCP provider and list_versions_oldest_first quirk
- Add Impossible Cloud as a new S3 provider
- Add UCloud Object Storage provider
- Add Zadara Object Storage provider
- Remove StackPath Object Storage provider
- Add server side copy real time accounting
- Add OVHcloud storage classes
- Add Object Lock support
- Add new Fastly Object Storage regions
- Scaleway: ONEZONE_IA is available in all zones, GLACIER only in FR-PAR
- Ionos: updated regions & endpoints
- IBM COS: provide ibm_iam_endpoint as a configurable param for IBM IAM-based auth
- Fix Content-MD5 for Object Lock uploads and add GCS quirk
- Fix regression where PutObject fails with non-seekable readers
- Fix --s3-versions flag ignored by cleanup-hidden when GetBucketVersioning fails
- Fix bucket creation failing on Ceph/radosgw

SFTP:
- Warn the user if no host key validation is configured

WebDAV:
- Permit redirects on PROPFIND for metadata
- Request only required properties in listAll to improve performance
- Optimize performance by using Depth=0 for metadata requests