Re: How to check notification after successfully t - WeOnlyDo Discussion board

Re: How to check notification after successfully t (General questions)

by wodSupport, Tuesday, July 26, 2005, 12:50 (7059 days ago) @ venkat

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: