-
Notifications
You must be signed in to change notification settings - Fork 482
FTP input plugin improvement suggestions #1162
Copy link
Copy link
Closed
Labels
Description
Findings and suggestions after testing #1161
as discussed with @liiight
Test config:
tasks:
ftpauto:
ftp_list:
username: user
password: 'a password'
host: someip
port: someport
retrieve: dirs
use_ssl: yes
dirs: ./test/
regex: pal
series:
- Girls
download: C:\Users\Administrator\Desktop\autodl\complete
- Plugin iterates over everything, making it slow to progress 1000 directories.
http://pastebin.com/gg7mPisy
Using the following in dirs property returns above.
./test/
/test/
test
-
Doesn't check/validate valid/invalid properties
-
Suggest adding a recursion flag to define how many subdirectories should be processed
-
When using dirs, it should only look into the directories defined in config.
Reactions are currently unavailable