Error 30007 ...component busy with sftp1.GetFile - WeOnlyDo Discussion board

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

by John Sandst, Tuesday, November 23, 2004, 16:18 (7096 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

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

by wodSupport, Tuesday, November 23, 2004, 16:22 (7096 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.

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

by John, Wednesday, November 24, 2004, 10:30 (7095 days ago) @ wodSupport

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