Jim Akeson wrote: > Hello, I am trying to set up a FTP script and I am having nothing but problems. here > is the script: > Filename: my_script > File Contains: > > ftp -n [IP HIDDEN] > user username > pass password
this method might work for you: cat <<DONE | ftp -n 1.2.3.4 user username pass password ... DONE Dave _______________________________________________ clug-talk mailing list [EMAIL PROTECTED] http://clug.ca/mailman/listinfo/clug-talk_clug.ca

