Hi, I would like to have hostmonitor upload reports to a specific website which is hosted by an ISP.
I haven't been able to create a script for this purpose myself. I hope this is something which can be done in a future release???
upload reports to an ISP using ftp
Just use a windows command script from the prompt. Use a text file as input for the ftp commands. In other words: Try an ftp upload from the command line and remember all you've typed in at the command prompt. Put all these commands in a text file (e.g. input.txt), with every command on a single line. If the input file is correct, the following command will run the whole set automatically:
Code: Select all
ftp < input.txt