Error 30007 ...component busy with sftp1.GetFile (wodSFTP / wodSFTP.NET / wodSFTPdll)
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
Re: Error 30007 ...component busy with sftp1.GetFi
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.
Re: Error 30007 ...component busy with sftp1.GetFi
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