Error 30007 ...component busy with sftp1.GetFile (wodSFTP / wodSFTP.NET / wodSFTPdll)

by John Sandst @, (7464 days ago)

Hej

Evaluating wodSFTP I try to download a list of files.
First one okay, then I get a messages for the next one
Error 30007-component busy.
When I debug, no problem and I have tried to make a delay before
the sftp.Getfile

John

locked

Re: Error 30007 ...component busy with sftp1.GetFi

by Jasmine, (7464 days ago) @ John Sandst

Hey John,

I think setting sftp.Blocking = True prior to Connect will fix your problem. You are trying to use product in non-async manner, thus Blocking = True is required.

Hope I helped.

locked

Re: Error 30007 ...component busy with sftp1.GetFi

by John, (7464 days ago) @ Jasmine

Hey John,

I think setting sftp.Blocking = True prior to Connect will fix your problem. You are trying to use product in non-async manner, thus Blocking = True is required.

Hope I helped.

Hej

Thankyou very much for your quick answer...and sorry.
I should have looked better at your very fine eksamples.
I better buy that product

Kindly
John

locked