An existing connection was forcibly closed by the (wodFtpDLX / wodFtpDLX.NET)
I m getting the following error when i try to connect to FTPS server
Error:
An existing connection was forcibly closed by the remote host
Code:
mFtp1.Blocking = True
mFtp1.Hostname = sHost
mFtp1.Login = sLogin
mFtp1.Password = sPwd
mFtp1.TempAuthorization = 633651011318356000 | yPNPPyMBfUXE2bJHHBnAxHIl8FI=
mFtp1.Authentication = WeOnlyDo.Client.Authentications.Password
mFtp1.Protocol = WeOnlyDo.Client.Protocols.FTPSwithdata
Try
mFtp1.Connect()
If Not mFtp1.LastError Is Nothing Then
Return False
Else
Return True
End If
mFtp1.Disconnect(True)
mFtp1 = Nothing
Catch ex As System.Exception
System.Windows.Forms.MessageBox.Show(ex.Message, Ftp1 Connect Error , System.Windows.Forms.MessageBoxButtons.OK, System.Windows.Forms.MessageBoxIcon.Stop)
Return False
End Try
Complete thread:
- An existing connection was forcibly closed by the - Tamil, 2008-12-18, 12:27
- Re: An existing connection was forcibly closed by - wodDamir, 2008-12-18, 12:48
- Re: An existing connection was forcibly closed by - tamil, 2008-12-18, 12:53
- Re: An existing connection was forcibly closed by - tamil, 2008-12-18, 12:56
- Re: An existing connection was forcibly closed by - tamil, 2008-12-18, 12:59
- Re: An existing connection was forcibly closed by - wodDamir, 2008-12-18, 13:26
- Re: An existing connection was forcibly closed by - tamil, 2008-12-19, 06:35
- Re: An existing connection was forcibly closed by - wodDamir, 2008-12-19, 08:31
- Re: An existing connection was forcibly closed by - tamil, 2008-12-22, 07:48
- Re: An existing connection was forcibly closed by - woddrazen, 2008-12-22, 09:32
- Re: An existing connection was forcibly closed by - tamil, 2008-12-22, 10:09
- Re: An existing connection was forcibly closed by - tamil, 2008-12-22, 10:21
- Re: An existing connection was forcibly closed by - tamil, 2008-12-22, 11:13
- Re: An existing connection was forcibly closed by - woddrazen, 2008-12-22, 11:45
- Re: An existing connection was forcibly closed by - tamil, 2008-12-22, 12:47
- Re: An existing connection was forcibly closed by - tamil, 2008-12-29, 07:10
- Re: An existing connection was forcibly closed by - woddrazen, 2008-12-29, 09:52
- Re: An existing connection was forcibly closed by - tamil, 2008-12-29, 10:22
- Re: An existing connection was forcibly closed by - woddrazen, 2008-12-29, 11:23
- Re: An existing connection was forcibly closed by - tamil, 2008-12-29, 12:32
- Re: An existing connection was forcibly closed by - woddrazen, 2008-12-29, 15:35
- Re: An existing connection was forcibly closed by - tamil, 2008-12-29, 12:32
- Re: An existing connection was forcibly closed by - woddrazen, 2008-12-29, 11:23
- Re: An existing connection was forcibly closed by - tamil, 2008-12-29, 10:22
- Re: An existing connection was forcibly closed by - woddrazen, 2008-12-29, 09:52
- Re: An existing connection was forcibly closed by - tamil, 2008-12-29, 07:10
- Re: An existing connection was forcibly closed by - tamil, 2008-12-22, 12:47
- Re: An existing connection was forcibly closed by - woddrazen, 2008-12-22, 11:45
- Re: An existing connection was forcibly closed by - tamil, 2008-12-22, 11:13
- Re: An existing connection was forcibly closed by - tamil, 2008-12-22, 10:21
- Re: An existing connection was forcibly closed by - tamil, 2008-12-22, 10:09
- Re: An existing connection was forcibly closed by - woddrazen, 2008-12-22, 09:32
- Re: An existing connection was forcibly closed by - tamil, 2008-12-22, 07:48
- Re: An existing connection was forcibly closed by - wodDamir, 2008-12-19, 08:31
- Re: An existing connection was forcibly closed by - tamil, 2008-12-19, 06:35
- Re: An existing connection was forcibly closed by - wodDamir, 2008-12-18, 13:26
- Re: An existing connection was forcibly closed by - tamil, 2008-12-18, 12:59
- Re: An existing connection was forcibly closed by - tamil, 2008-12-18, 12:56
- Re: An existing connection was forcibly closed by - tamil, 2008-12-18, 12:53
- Re: An existing connection was forcibly closed by - wodDamir, 2008-12-18, 12:48