This part of my code..how do I verify whether it connects or not? Whether the remote server is available?
If it can't connect, I need to perform other functions of the program. I'm using the free version..
Thanks
ftp.ServerAddress = "x.x.x.x"
ftp.ServerPort = 21
ftp.UserName = "username"
ftp.Password = "password"
ftp.Connect()