Multiple instances of Session Class running concurrently
I have some scheduled ftp 'serivces' loaded by a windows service and when the ftp services kick-off, I encounter exceptions when multiple instances of WinSCP run concurrently.
Each ftp services creates an instance of the Session class and dispose's it after it has completed the operations.
Thanks,
Luke
Each ftp services creates an instance of the Session class and dispose's it after it has completed the operations.
Thanks,
Luke