rclone:v1.62-stable

Last commit made on 2023-03-16
Get this branch:
git clone -b v1.62-stable https://git.launchpad.net/rclone

Branch merges

Branch information

Name:
v1.62-stable
Repository:
lp:rclone

Recent commits

78d0f48... by Nick Craig-Wood

Version v1.62.2

785c6d5... by Ozaki Naoya

ftp: fix 426 errors on downloads with vsftpd

Sometimes vsftpd returns a 426 error when closing the stream even when
all the data has been transferred successfully. This is some TLS
protocol mismatch.

Rclone has code to deal with this already, but the error returned from
Close was wrapped in a multierror so the detection didn't work.

This properly extract `textproto.Error` from the errors returned by
`github.com/jlaffaye/ftp` in all the cases.

See: https://forum.rclone.org/t/vsftpd-vs-rclone-part-2/36774

f99d4cd... by asdffdsazqqq <email address hidden>

docs: fix size documentation

change `Google Drive` to `Google Docs`

0056c22... by Nick Craig-Wood

docker volume plugin: add missing fuse3 dependency #6844

4452be3... by Nick Craig-Wood

Start v1.62.2-DEV development

fa053a8... by Nick Craig-Wood

Version v1.62.1

4603580... by Nick Craig-Wood

build: update release docs to be more careful with the tag

2d696f0... by Nick Craig-Wood

Set Github release to draft while uploading binaries

34f5cc7... by cycneuramus <email address hidden>

docker: add missing fuse3 dependency - fixes #6844

d08c577... by Nick Craig-Wood

Start v1.62.1-DEV development