Delphi Example Code (wodSFTP / wodSFTP.NET / wodSFTPdll)
The example code for the SFTP is too basic. I'm stuck in trying to waitfor events to finish.
I am looking for a more robust example that shows how to do more than one thing in procedure. for example:
begin
wodSFTP1.listNames;
wodSFTP1.putfile(FileName);
end;
The above lines will fail on PutFile() as ListNames has not completed.
Any help appreciated.
Email: bee ohh bee at 'bordwell.com' (those are read as: bob)
Complete thread:
- Delphi Example Code - Bret, 2005-09-07, 17:35
- Re: Delphi Example Code - wodSupport, 2005-09-07, 17:56
- Re: Delphi Example Code - Bret, 2005-09-07, 22:29
- Re: Delphi Example Code - wodSupport, 2005-09-07, 22:30
- Re: Delphi Example Code - Bret, 2005-09-07, 22:44
- Re: Delphi Example Code - wodSupport, 2005-09-07, 22:30
- Re: Delphi Example Code - Bret, 2005-09-07, 22:29
- Re: Delphi Example Code - wodSupport, 2005-09-07, 17:56