Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

burghcoder

Thanks. Now I just have to wait for the server to fail again.
burghcoder

Prevent session reconnect

Is it possible to prevent WinSCP session from reconnecting after a transfer error? We send files to a load balanced server and we are seeing periodic errors with a session connection. My code does not try to reconnect after an error, but we do see a new session being created on the load balancer when a timeout occurs.

I am also not seeing an error from TransferOperationResult, I only ever get IsSuccess true.

Thanks for your help.