Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rclone/rclone
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.62.1
Choose a base ref
...
head repository: rclone/rclone
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.62.2
Choose a head ref
  • 5 commits
  • 13 files changed
  • 3 contributors

Commits on Mar 15, 2023

  1. Start v1.62.2-DEV development

    ncw committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    4452be3 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    0056c22 View commit details
    Browse the repository at this point in the history
  2. docs: fix size documentation

    change `Google Drive` to `Google Docs`
    asdffdsazqqq authored and ncw committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    f99d4cd View commit details
    Browse the repository at this point in the history
  3. 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
    Lesmiscore authored and ncw committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    785c6d5 View commit details
    Browse the repository at this point in the history
  4. Version v1.62.2

    ncw committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    78d0f48 View commit details
    Browse the repository at this point in the history
Loading