Re: Any Known Issues with Windows Server 2003 SP2? - WeOnlyDo Discussion board

Re: Any Known Issues with Windows Server 2003 SP2? (General questions)

by Howie, Wednesday, May 23, 2007, 19:38 (6394 days ago) @ woddrazen

Howie,


Please try with some other SFTP client so we can be sure that this isn't firewall problem.


Drazen


Drazen,
It works from my server with PSFTP.EXE...

Also, this is the message from my .NET application:
Server Error in '/d000300m' Application.
--------------------------------------------------------------------------------

Timeout occured due to inactivity
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: WeOnlyDo.Exceptions.SFTP.TimeoutException: Timeout occured due to inactivity

Source Error:


Line 422: sftp1.Password = xxxxx
Line 423: sftp1.Blocking = *True
Line 424: sftp1.Connect()
Line 425: sftp1.PutFile(filename, remotename)
Line 426: sftp1.Disconnect()

Source File: C:Inetpubwwwrootd000300mProcess.aspx.vr Line: 424

Stack Trace:


[TimeoutException: Timeout occured due to inactivity]
..() +1797
WeOnlyDo.Client.SFTP.Connect() +12
Process.btnConfirm_Click(Object sender, EventArgs e) in C:Inetpubwwwrootd000300mProcess.aspx.vr:424
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
[color=#abcdef]Text[/color]


Complete thread: