Re: An existing connection was forcibly closed by (General questions)
Tamil,
I cannot duplicate your problem. Here is ASP.NET code I'm using:
[code]ftp1 = New WeOnlyDo.Client.FtpDLX
Dim cert As System.Security.Cryptography.X509Certificates.X509Certificate2
cert = New System.Security.Cryptography.X509Certificates.X509Certificate2
cert.Import( c:\00000001.p12 , ftpstest , System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.Exportable)
ftp1.Protocol = WeOnlyDo.Client.Protocols.FTPSwithdata
ftp1.Hostname = hostname
ftp1.Login = login
ftp1.Authentication = WeOnlyDo.Client.Authentications.Certificate
ftp1.Blocking = True
ftp1.Certificate = cert
ftp1.PrivateKey = cert.PrivateKey.ToXmlString(True)
ftp1.Connect()[/code]
Are you using same certificate you send us?
Did you try to connect there using some other FTPS client maybe? Is there any chance that we could connect to your server and duplicate your problem? You can send your private information to techsupport@weonydo.com
Drazen
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