Re: How to check notification after successfully t (General questions)
Venkat,
usually Done event is fired as notification, but since it's unavailable in ASP, you can't get notified this way. Instead, you use Blocking = True, and all methods are blocking execution until they are completed. So, once you call PutFile/GetFile, it will transfer file, and when it returns to your code that means file is transferred. Do determine if any errors occurred, you should check if Error is set in Err object.
Complete thread:
- How to check notification after successfully trans - venkat, 2005-07-26, 10:36
- Re: How to check notification after successfully t - wodSupport, 2005-07-26, 12:50