Re: WeOnlyDo.Exceptions.SFTP.InvalidStateException (General questions)
Hi Puja,
I think you can use multiple GetFile Method call in Blocking mode.You should change local path to this:
[code]sftp1.LocalPath = C:\Data\xyz ;[/code]
Drazen
=============================================================
I don't understand what do you mean by blocking mode. I'm already calling sftp1.Blocking = true before connect. Do I need to call that again inside the loop.