Howdy folks, Im just trying to come up with a batch file that will download a tarball off of my ftp account but i keep getting stuck at the login. I've tried both, with and without the -n option
ftp -n salt.dreamhost.com
user
username
password
binary
get test.txt
quit
Any thoughts? Thanks!
ftp -n salt.dreamhost.com
user
username
password
binary
get test.txt
quit
Any thoughts? Thanks!