I need to have a script download all file in a given directory. I only have ftp access.
A quick test shows that I can't talk my ftp client into logging in from the command line. Even after trying Arnshea's answer it refuses to read the password from the file or stdin.
Even after logging in I can't download wild cards. (fixed with mget
, thanks Arnshea)
Trying wget
also fails.
I'd be fine with windows or Linux as long as it's simple.