As the title would suggest, I'm hopign to be able to use commant prompt to help me with a task. The end result would be running a batch file which would tell command prompt to login to an ftp, download a file, rename said file and then move on to another ftp. Repeat and rinse for about 400 more. I know I would have to input the ips and names manually in the batch file, but I don't know where to start. I tried opening command prompt and typing:
ftp user:pass@199.199.199.9 but that doesn't work. Any ideas on how to make this run and download this files for me and rename them?