Trying to set up a monitor to goto an ftp site, log in and find a file. I have created a user with r/w ftp access that I have tested from several ftp clients to be sure the client works in both passive and active mode. I have created a file and also tried with no file. when the file is not there I am getting this error -
Testing on node SERVERNAME: failed with 'NotAvailable' status
File "/test.txt" not found.
And when it is there I get -
Testing on node SERVERNAME: failed with 'NotAvailable' status
The file "/test.txt" was found, but its contents have changed.
I imagine it's because the credentials need to be entered right upon entering the site, THEN you can look for a file. For example, if you were to put ftp://ftp.servername.com in a web browser you would get "page can't be displayed" because it will only prompt for the uname/pwd at ftp://ftp.servername.com. We thought maybe that meant that we have to put the name of the file in the field, "Select and upload a file for snapshot creation:" but that doesn't work, either. Help!/test.txt