Delphi Example Code - WeOnlyDo Discussion board

Delphi Example Code (wodSFTP / wodSFTP.NET / wodSFTPdll)

by Bret, Wednesday, September 07, 2005, 17:35 (6811 days ago)

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: