ftpConnected (Function) |
Top Previous Next |
This function will test whether a connection to the FTP server has been established. The connection state information is based on an expected response from the FTP server and does therefore not reflect the socket connection establishment itself.
Input: ID : INT The ID returned from ftpConnect.
Returns: BOOL True if connected to server, false if not.
Declaration: FUNCTION ftpConnected : BOOL;
Example: INCLUDE rtcu.inc |