FTP Check

Log into an FTP server to ensure it is running and accepting connections according to RFC 959. Optionally, download a file.

Settings:

Host Address: The hostname or IP address of the host running the FTP server to be checked.

Port: The port FTP is listening on, usually port 21.

Username/Password (Optional): Log into the FTP server using this account.

Filename (Optional): If a filename is specified, an attempt will be made to download the file. If the file cannot be downloaded, an error will be generated.

Verify Text (Optional): The content returned can be checked for the presence of specific text. If not found, a "Content Error" will be generated. Note that the verification is case sensitive and the text must be found in the content exactly as it is entered here. To verify text using a regular expression, enter "regex:" followed by the expression.