I need to copy a file each day (by FTP) to our Web server in the DMZ. I can manually use FTP from the command line, but I want to create a batch file and run it as a scheduled task. The FTP server needs authentication so a username and password is necessary.
I tried using a line like this.
ftp (IP Address)user: (username) pwd: (Password) put c:\x.txt w.txt y
Am I right off the track or is that close?
I tried using a line like this.
ftp (IP Address)user: (username) pwd: (Password) put c:\x.txt w.txt y
Am I right off the track or is that close?