I have been trying to get wget to download all files to a specific directory. I tried the -O option but I get
/home/user/xml/: Is a directory
This is what I have so far
wget -m --user=user --password=pass -r -l1 --no-parent -A.rss ftp://localhost/public_html/
I need to download all .rss files from ftp to a specific directory on my secondary server.