Configured ASM ftp monitor to monitor the ftp site ,where as ftp site is accessible but getting the false alarm as below.
ASM monitor
Configuration issue .
To reproduce the issue > log in to the OPMS that reports the error and attempt to run the curl command from there
both for active and passive mode for example below.
passive example
curl -v --ftp-pasv ftp://<username>:<password>@ftp url
output should be similar as per error message
***************************************************
< 220-Welcome to <ABC > File Transfer - NODE 4 / SUMFT10
< 220 <ABC >File Transfer Server Ready!
> USER user1
< 331 Username OK. Need password.
> PASS password
The suspected area is either the ftp credentials provided on monitor configuration is not correct or some restriction on the role of provided ftp user .
In case out put is ok and all configuration related details are correct > open a support case along with curl command out put and monitor configuration details ..