Link to home
Start Free TrialLog in
Avatar of RGuillermo
RGuillermoFlag for United States of America

asked on

When the FTP fails...

HI Experts,
We have a VB6 application that works just fine transmitting our data.
But when the ftp goes down (for many reasons) or there is no service from our ISP; we experience troubles.

This may happen around five times a week.

So please if you can teach us how to control this kind of errors with VB6 code.
How do we realize the FTP is not working?? or is working properly??

Some source will be great.
Best regards,
Avatar of dttri
dttri
Flag of Viet Nam image

Hello,
You can use "On Error Goto" to control the error in VB application. You can view an example here:
http://www.handheld-basic.com/documentation/text/page_966.html
ASKER CERTIFIED SOLUTION
Avatar of QueueIt
QueueIt

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial