I am trying to write a batch file which can do;
1.FTP to a site.
2.Downloan a file to local machine.
3.In FTP site, rename the file download to *.old
4.close the connection.
I am stuck on #2. I want to send “mget” command and send “y” after that. How can do this?
Sunny