VB.NET program hanging on Session.open

Advertisement

steveh14
Joined:
Posts:
5

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
  • SFTP_Log.txt (6.74 KB, Private file)

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

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?

Reply with quote

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.

Reply with quote

Advertisement

You can post new topics in this forum