Hi everyone
I need to know if there is a way to know if the connection made to an FTP was successful. because if I try to put the wrong FTP address and execute FTP1.Initialize with all the relative parameters, I don't get any response to know if I'm connected to the FTP server or not....
This is because I would like to test if the FTP server is online before starting to transfer or read data...
I tried to PING but it takes too long...
Is there a way?
A thousand thanks
I need to know if there is a way to know if the connection made to an FTP was successful. because if I try to put the wrong FTP address and execute FTP1.Initialize with all the relative parameters, I don't get any response to know if I'm connected to the FTP server or not....
This is because I would like to test if the FTP server is online before starting to transfer or read data...
I tried to PING but it takes too long...
Is there a way?
A thousand thanks