Hi!
My customers get some strange errors when using the component:
Server Error in '/hmmhmmm Application.
--------------------------------------------------------------------------------
DELE command successful (code=250)
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: EnterpriseDT.Net.Ftp.FTPException: DELE command successful (code=250)
Stack Trace:
[FTPException: DELE command successful (code=250)]
EnterpriseDT.Net.Ftp.FTPControlSocket.ValidateReply(FTPReply reply, String[] expectedReplyCodes) +89
EnterpriseDT.Net.Ftp.FTPClient.Quit() +122
EnterpriseDT.Net.Ftp.FTPConnection.Close(Boolean abruptClose) +145
EnterpriseDT.Net.Ftp.FTPConnection.Close() +9
hmmhmmm .ftpArchive.Page_Unload(Object sender, EventArgs e) in I:\hmmhmmm \admin\ftpArchive.aspx.vb:159
System.Web.UI.Control.OnUnload(EventArgs e) +67
System.Web.UI.Control.UnloadRecursive(Boolean dispose) +121
System.Web.UI.Page.ProcessRequestCleanup() +23
System.Web.UI.Page.ProcessRequest() +216
System.Web.UI.Page.ProcessRequest(HttpContext context) +18
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
At the line 159 I have:
If ftpConn.IsConnected = True Then
ftpConn.Close()
End If
Anyone have a clue to the problem?