Is it possible to keep a local mirror of an FTP site with aria2?

Viewed 1228

I have a website to which I have FTP access only (otherwise I'd use rsync for this) and I'd like to keep a local copy of it. At the moment I run the following wget command every once in a while

wget -m --ftp-user=me --ftp-password=secret ftp://my.server.com

When there are many updates it does get tedious with wget only having one connection at a time. I read about aria2 but couldn't find any hints as to answer the questions whether it would be possible to use aria2 as a replacement for this purpose?

1 Answers
Related