Check if a connect (and a test transfer) works fine with your ftp server
If Net::FTP is installed, it will be used and the testfile-tag is possible to specify. IfNet::FTP is not installed, a simple socket connection with logon will be processed.
FTP is the enclosing tag for all ftp servers to check.
0 or 1. If you don't define FTP, no ftp check will run.
<FTP>
<FTPCHECK>
<CHECKPOINTNAME>ftp-server01</CHECKPOINTNAME>
<HOST>192.168.1.1</HOST>
<ERRORLEVEL>ERROR</ERRORLEVEL>
<USER>anonymous</USER>
<PASSWORD>your@email.de</PASSWORD>
<TESTFILE>test.bin</TESTFILE>
</FTPCHECK>
<FTPCHECK>
<CHECKPOINTNAME>ftp-server02</CHECKPOINTNAME>
<HOST>192.168.1.2</HOST>
<ERRORLEVEL>WARNING</ERRORLEVEL>
<USER>anonymous</USER>
<PASSWORD>your@email.de</PASSWORD>
</FTPCHECK>
</FTP>