ftp: revert to upstream github.com/jlaffaye/ftp now fix is merged

This reverts to using the upstream now the patch to fix hang when
using ExplicitTLS to certain servers is merged.

Fixes #6426
This commit is contained in:
Nick Craig-Wood
2023-02-10 17:27:46 +00:00
parent 28a8ebce5b
commit 96609e3d6e
3 changed files with 4 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ import (
"sync"
"time"
"github.com/rclone/ftp"
"github.com/jlaffaye/ftp"
"github.com/rclone/rclone/fs"
"github.com/rclone/rclone/fs/accounting"
"github.com/rclone/rclone/fs/config"