Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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

steveh14

Sorry for the delay. That server isn't mine but rather is a 3rd party server that I am trying to send the files too. I have asked them for any logging info they can provide me but haven't received anything back from them yet.
martin

Re: VB.NET program hanging on Session.open

I can only see from the log that your server denied you an access. Can you see any explanation for that in the server's log?
steveh14

VB.NET program hanging on Session.open

Hi,
I have an sftp program that is normally working fine but every few days it seems to get stuck where it just sits there doing nothing. It finally happened again while I had your logging on so I have included that along with a short snippet of the code as well at the bottom. Basically I write an entry to a log file before issuing the Session.Open command and then another entry after the Open command. When this happens it never writes the second log entry (even after many hours), almost like it never returned from Session.Open. Any suggestions would be appreciated.

VB.NET 2013
.NET Framework 4.5
Windows Server 2008 R2
WinSCP 5.7.3



Thanks,
Steve