Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
FTP Script
Name: Mukund Date: February 22, 2007 at 07:19:16 Pacific OS: windows XP Professional CPU/Ram: 512
Comment:
How can i create a batch file to check the status of my FTP site?
Name: SmittyZ3M Date: February 22, 2007 at 12:33:30 Pacific
Reply:
How do you plan on checking the status? You could do as little as writing a script to ping the IP address, and write the results of the ping to a text file. Open the file, parse it out, and post output based on the parsing results.
You could also go a bit further and transfer a file and output based on the results. A reply from a ping does not mean that the FTP service itself is running properly.
0
Response Number 2
Name: Fist (by fmwap) Date: February 22, 2007 at 15:18:08 Pacific
Reply:
Yea, some more details on this would help, what kind of health checks do you want? Just a script to check TCP connectivity? Or do you want layer7 stuff??
Summary: Hi guys, I need help ASAP. I need to write an FTP script that logs on to a remote machine, and copies (or moves) files from one folder on that remote machine to another folder (on the same remote m...
Summary: Hi. I need a FTP batch script to transfer the files to a remote server directory. Also, the point we need to consider here is it shouldn't copy the files which are already present at the destination a...
Summary: if you want to use a batch script then you can upload with ease, where as downloading will still be a problem. The script to use would be as follows: @echo off rem Transmits all in commandline specif...