1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

ftp: revert to upstream github.com/jlaffaye/ftp from our fork

...now all of our patches have been merged #5810
This commit is contained in:
Nick Craig-Wood
2022-06-08 11:28:33 +01:00
parent 9eb3470c9c
commit 26db80c270
3 changed files with 8 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"