Calling the Done_Event with SFTP.NET - WeOnlyDo Discussion board

Calling the Done_Event with SFTP.NET (wodSFTP / wodSFTP.NET / wodSFTPdll)

by Jason, Thursday, October 14, 2004, 13:55 (7133 days ago)

Is it possible to call the Done_Event from another event in the SFTP.NET component without calling a function such as ListNames? For example...I can call the Done_Event within the Done_Event by using Call Done_Event(sender, args) but that code won't work in the Connected_Event because ConnectedArgs cannot be converted to DoneArgs. Is there a way around this?


Complete thread: