wodSFTP using without events (wodSFTP / wodSFTP.NET / wodSFTPdll)
Hi,
i want use wodsftp in a multithreaded enviroment. Is it possible to use the commands synchron without any event handling?
I need something like
sftp.connect() 'Wait here until connect is ready
sftp.putfile(test.txt) 'Wait until file is transfered
sftp.disconnect
This code should run in a asynchron thread, so i do not need any events.
Thank you for your help
Peter
Complete thread:
- wodSFTP using without events - peter.kurz@itelio.de, 2007-01-23, 11:09
- Re: wodSFTP using without events - wodDamir, 2007-01-23, 11:18