Re: Error 30007 ...component busy with sftp1.GetFi (General questions)
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.