I need a script in windows that I can run to ftp files from my desktop to many of my unix servers.
I created a bat file ( this is a script that we use in unix to ftp files ) with the following info but it does not work.
Please help
ftp -v -n -i 111.19.13.126 <<EOF
user uid pwd
bin
put test.tar
bye
EOF
I have been using ssh secure file transfer to transfer files to all my servers but that is slow. I need to have a script where I can ftp to al lthe servers I need.
thanks
I created a bat file ( this is a script that we use in unix to ftp files ) with the following info but it does not work.
Please help
ftp -v -n -i 111.19.13.126 <<EOF
user uid pwd
bin
put test.tar
bye
EOF
I have been using ssh secure file transfer to transfer files to all my servers but that is slow. I need to have a script where I can ftp to al lthe servers I need.
thanks