rclone-dev:fix-sftp-debug

Last commit made on 2021-07-31
Get this branch:
git clone -b fix-sftp-debug https://git.launchpad.net/rclone-dev

Branch merges

Branch information

Name:
fix-sftp-debug
Repository:
lp:rclone-dev

Recent commits

97ade36... by Nick Craig-Wood

sftp: add extra debuging if --dump headers is used

6545755... by Nick Craig-Wood

sftp: remove spurious error message on --sftp-disable-concurrent-reads

c86a55c... by Nick Craig-Wood

vfs: fix duplicates on rename - fixes #5469

Before this change, if there was an existing file being uploaded when
a file was renamed on top of it, then both would be uploaded. This
causes a duplicate in Google Drive as both files get uploaded at the
same time. This was triggered reliably by LibreOffice saving doc
files.

This fix removes any duplicates in the upload queue on rename.

1d28008... by Nick Craig-Wood

Add Mariano Absatz (git) to contributors

f48cb59... by Nick Craig-Wood

Add Justin Winokur (Jwink3101) to contributors

55e766f... by Ivan Andreev

mountlib: restore daemon mode after #5415

63a2425... by Alex Chen <email address hidden>

onedrive: handle HTTP 400 better in PublicLink() (#5419)

bc74f06... by Cnly

http: fix serve http exits directly after starting

f39a08c... by "Mariano Absatz (git)" <email address hidden>

clarification of the process for creating custom client_id

6755480... by "Justin Winokur (Jwink3101)" <email address hidden>

fs/operations: add rmdirs -v output - fixes #5464