WinSCPnet Error -2146233079 Session is already opened
With a certain FTP that has 12471 files in the root folder, this error appears when requesting the list of files.
It connect fine, but in this point:
Dim directory As winscpnet.RemoteDirectoryInfo Set directory = mySession.ListDirectory("/")
With other FTP, it works fine.-2146233079 Session is already opened
Any idea?
Thanks.