Function:
Checks to see if the host, assigned with the Host command, is available on the network.
Syntax:
HostAvailable
Example:
Host="ftp.ftpcontrol.com"
User="Anonymous"
Password="me@myhost.net"
Port=21
If HostAvailable then
Message "Host is available on the Network!"
Endif