Calling the Done_Event with SFTP.NET (wodSFTP / wodSFTP.NET / wodSFTPdll)
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:
- Calling the Done_Event with SFTP.NET - Jason, 2004-10-14, 13:55
- Re: Calling the Done_Event with SFTP.NET - wodSupport, 2004-10-14, 14:33
- Re: Calling the Done_Event with SFTP.NET - Jason, 2004-10-14, 14:39
- Re: Calling the Done_Event with SFTP.NET - wodSupport, 2004-10-14, 14:33