rclone-dev:fix-ftp-PRET

Last commit made on 2020-09-13
Get this branch:
git clone -b fix-ftp-PRET https://git.launchpad.net/rclone-dev

Branch merges

Branch information

Name:
fix-ftp-PRET
Repository:
lp:rclone-dev

Recent commits

f843646... by Nick Craig-Wood

ftp: Update ftp library to support PRET for drftpd

See: https://forum.rclone.org/t/ftp-client-error/18983

a2a9434... by Nick Craig-Wood

drive: don't stop server side copy if couldn't read description

Before this change we would error out of a server side copy if we
couldn't read the description for a google doc.

This patch just logs an ERROR message and carries on.

See: https://forum.rclone.org/t/rclone-google-drive-to-google-drive-migration-for-multiple-users/19024/3

6a56ac1... by Nick Craig-Wood

vfs,local: Log an ERROR if we fail to set the file to be sparse

See: https://forum.rclone.org/t/rclone-1-53-release/18880/73

9629962... by Nick Craig-Wood

Add wjielai to contributors

75de30c... by Nick Craig-Wood

sync: fix --cutoff-mode soft & cautious so it doesn't end the transfer early

Before ths fix --cutoff-mode soft and cautious would emit a Fatal
error which stopped the sync immediately.

This fix introduces a new error which is checked in the sync error
processing which stops the sync gracefully.

Fixes #4576

233bed6... by buengese <email address hidden>

dropbox: implement IDer - fixes #2928

b3964ef... by buengese <email address hidden>

docs/dropbox: update docs with information regarding the new flags to access shared files and folders

575f061... by buengese <email address hidden>

dropbox: add support for viewing shared files and folders

640d7d3... by Evan Harris <email address hidden>

opendrive: Do not retry 400 errors

This type of error is unlikely to be an error that can be resolved by a retry,
and is triggered in #2296 by files with a timestamp before the unix epoch.

e92294b... by Evan Harris <email address hidden>

docs: Updated mount command to reflect that it requires Go 1.13 or newer