While using this command works

lftp -u user,pass ftp://site.com/ -e mirror -c --parallel=2 --use-pget-n=7 "some dir"


using the same with pget throws an error

lftp -u user,pass ftp://site.com/ -e pget -c -n 7 "some file.zip"

lftp: unknown option -- c
Try `lftp --help' for more information


Furthermore the option --use-pget-n=x should be valid too with pget. I see that the syntax varies randomly between builtin command for no specific reason.
_______________________________________________
lftp mailing list
[email protected]
http://univ.uniyar.ac.ru/mailman/listinfo/lftp

Reply via email to