mirror of
https://github.com/rclone/rclone.git
synced 2025-08-17 00:51:34 +02:00
Version v1.62.2
This commit is contained in:
@ -5,6 +5,16 @@ description: "Rclone Changelog"
|
||||
|
||||
# Changelog
|
||||
|
||||
## v1.62.2 - 2023-03-16
|
||||
|
||||
[See commits](https://github.com/rclone/rclone/compare/v1.62.1...v1.62.2)
|
||||
|
||||
* Bug Fixes
|
||||
* docker volume plugin: Add missing fuse3 dependency (Nick Craig-Wood)
|
||||
* docs: Fix size documentation (asdffdsazqqq)
|
||||
* FTP
|
||||
* Fix 426 errors on downloads with vsftpd (Lesmiscore)
|
||||
|
||||
## v1.62.1 - 2023-03-15
|
||||
|
||||
[See commits](https://github.com/rclone/rclone/compare/v1.62.0...v1.62.1)
|
||||
|
@ -26,7 +26,7 @@ recursion.
|
||||
|
||||
Some backends do not always provide file sizes, see for example
|
||||
[Google Photos](/googlephotos/#size) and
|
||||
[Google Drive](/drive/#limitations-of-google-docs).
|
||||
[Google Docs](/drive/#limitations-of-google-docs).
|
||||
Rclone will then show a notice in the log indicating how many such
|
||||
files were encountered, and count them in as empty files in the output
|
||||
of the size command.
|
||||
|
@ -171,7 +171,7 @@ These flags are available for every command.
|
||||
--use-json-log Use json log format
|
||||
--use-mmap Use mmap allocator (see docs)
|
||||
--use-server-modtime Use server modified time instead of object metadata
|
||||
--user-agent string Set the user-agent to a specified string (default "rclone/v1.62.1")
|
||||
--user-agent string Set the user-agent to a specified string (default "rclone/v1.62.2")
|
||||
-v, --verbose count Print lots more stuff (repeat for more)
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user