Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

need help with script to ftp files

Status
Not open for further replies.

ssaachi

Technical User
Sep 24, 2001
42
US
I need a scripto in windows that I can run to ftp files from my desktop to 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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top