upload reports to an ISP using ftp

Need new test, action, option? Post request here.
Post Reply
listo
Posts: 1
Joined: Fri Dec 26, 2003 1:25 pm

upload reports to an ISP using ftp

Post by listo »

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???
User avatar
Marcus
Posts: 367
Joined: Mon Nov 18, 2002 6:00 pm

Post by Marcus »

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
Post Reply