mirror of
https://github.com/rclone/rclone.git
synced 2026-08-07 05:22:48 -04:00
1 parent
d69b96a94c
commit
8b96933e58
38 files changed
+48
-48
No files matched your search
+1
-1
@@ -339,7 +339,7 @@ func NewFs(ctx context.Context, name, root string, m configmap.Mapper) (ff fs.Fs
|
||||
}
|
||||
f.features = (&fs.Features{
|
||||
CanHaveEmptyDirectories: true,
|
||||
}).Fill(f)
|
||||
}).Fill(ctx, f)
|
||||
// Make a connection and pool it to return errors early
|
||||
c, err := f.getFtpConnection()
|
||||
if err != nil {
|
||||
|
||||
Reference in new issue
Block a user