coan.net
9-14-09, 05:49 PM
For the agency I work with, I setup a simple .BAT batch file which brings up the windows FTP window, signs into the server, changes local directory & remote directory, the runs the command:
mput *.html
In the past, this just simple ran through the 15 .html files that they can easily edit with frontpage, and just copies them out there without any issues.
Today, I've run into 2 issues when it comes to that command.
#1 - Sometimes it will just hang on that command for about 1 minute, then finally bring up a "Connection closed by remote host." message. (Note: Batch usually takes about 20 seconds to completly run).
#2 - Another time when it got to the mput *.html command, it came back with:
500 RT not understood
425 Unable to build data connection: Invalid argument
425 Unable to build data connection: Invalid argument
425 Unable to build data connection: Invalid argument
425 Unable to build data connection: Invalid argument
425 Unable to build data connection: Invalid argument
(repeats this for the 15 files that are usually copied)
... and then the batch completes with it's normal "quit" and "pause" so we can see the result.
Anyone know what is going on? If anything has changed on PowWeb's side? Again, this is a batch file that I've used for the past few years with the only issue being when PowWeb made us change passwords and I had to go and update the scripts.
I will go and manually place the files out there with a real FTP program for now, but I really need this to work like it has, and any help would be appreciated.
Thanks.
mput *.html
In the past, this just simple ran through the 15 .html files that they can easily edit with frontpage, and just copies them out there without any issues.
Today, I've run into 2 issues when it comes to that command.
#1 - Sometimes it will just hang on that command for about 1 minute, then finally bring up a "Connection closed by remote host." message. (Note: Batch usually takes about 20 seconds to completly run).
#2 - Another time when it got to the mput *.html command, it came back with:
500 RT not understood
425 Unable to build data connection: Invalid argument
425 Unable to build data connection: Invalid argument
425 Unable to build data connection: Invalid argument
425 Unable to build data connection: Invalid argument
425 Unable to build data connection: Invalid argument
(repeats this for the 15 files that are usually copied)
... and then the batch completes with it's normal "quit" and "pause" so we can see the result.
Anyone know what is going on? If anything has changed on PowWeb's side? Again, this is a batch file that I've used for the past few years with the only issue being when PowWeb made us change passwords and I had to go and update the scripts.
I will go and manually place the files out there with a real FTP program for now, but I really need this to work like it has, and any help would be appreciated.
Thanks.