Live user
2012-12-02 00:30:53 UTC
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 -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.