mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
ftp: fix "unsupported LIST line" errors on startup
Before this fix a blank line in the MLST output from the FTP server would cause the "unsupported LIST line" error. This fixes the problem in the upstream fork. Fixes #6879
This commit is contained in:
@@ -15,7 +15,7 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/jlaffaye/ftp"
|
||||
"github.com/rclone/ftp"
|
||||
"github.com/rclone/rclone/fs"
|
||||
"github.com/rclone/rclone/fs/accounting"
|
||||
"github.com/rclone/rclone/fs/config"
|
||||
|
||||
Reference in New Issue
Block a user