FTPSImplicit and GXS - WeOnlyDo Discussion board

FTPSImplicit and GXS (wodFtpDLX / wodFtpDLX.NET)

by AndyBrunnock, Monday, August 05, 2013, 19:53 (3916 days ago)

Hi all.

Anyone using wodFtpDLX with GXS? I can connect with FileZilla (so I know the firewall works) but I keep getting a timeout connecting with FtpDLX. Code is below and then a network trace (from System.Net) follows.

Any ideas?

[code]
FtpDLX myConn = new FtpDLX();
myConn.Protocol = Protocols.FTPSimplicit;
myConn.Port = 6366;
myConn.Authentication = Authentications.Password;
myConn.Blocking = true;
myConn.Hostname = 204.90.130.215 ;
myConn.Login = ???????? ;
myConn.Password = ???????? ;
myConn.LicenseKey = ???????????? ;
myConn.LocalPath = @ C:GXSTemp ;
myConn.Passive = true;
myConn.Resume = false;
myConn.StrictHost = false;
myConn.Timeout = 30;
myConn.TransferMode = TransferModes.AscII;
myConn.DirFormat = DirFormats.GXS;

myConn.Connect();
if (myConn.LastError != null)
throw (myConn.LastError);
[/code]

Re: FTPSImplicit and GXS

by AndyBrunnock, Monday, August 05, 2013, 21:26 (3916 days ago) @ AndyBrunnock

System.Net.Sockets Verbose: 0 : [9496] Socket#64923656::Socket(InterNetwork#2)
System.Net.Sockets Verbose: 0 : [9496] Exiting Socket#64923656::Socket()
System.Net.Sockets Verbose: 0 : [6436] Socket#64923656::Connect(215:6366#-679329262)
System.Net.Sockets Verbose: 0 : [6436] Exiting Socket#64923656::Connect()
System.Net Information: 0 : [6436] SecureChannel#39086322::.ctor(hostname=?124, #clientCertificates=0)
System.Net Information: 0 : [6436] Enumerating security packages:
System.Net Information: 0 : [6436] Negotiate
System.Net Information: 0 : [6436] NegoExtender
System.Net Information: 0 : [6436] Kerberos
System.Net Information: 0 : [6436] NTLM
System.Net Information: 0 : [6436] Schannel
System.Net Information: 0 : [6436] Microsoft Unified Security Protocol Provider
System.Net Information: 0 : [6436] WDigest
System.Net Information: 0 : [6436] TSSSP
System.Net Information: 0 : [6436] pku2u
System.Net Information: 0 : [6436] CREDSSP
System.Net Information: 0 : [6436] SecureChannel#39086322 - Client delegate did not provide a certificate; and there are not other user-provided certificates. Need to attempt a session restart.
System.Net Information: 0 : [6436] SecureChannel#39086322 - Left with 0 client certificates to choose from.
System.Net Information: 0 : [6436] AcquireCredentialsHandle(package = Microsoft Unified Security Protocol Provider, intent = Outbound, scc = System.Net.SecureCredential)
System.Net Information: 0 : [6436] InitializeSecurityContext(credential = System.Net.SafeFreeCredential_SECURITY, context = (null), targetName = ?124, inFlags = ReplayDetect, SequenceDetect, Confidentiality, AllocateMemory, InitManualCredValidation)
System.Net Information: 0 : [6436] InitializeSecurityContext(In-Buffer length=0, Out-Buffer length=108, returned code=ContinueNeeded).
System.Net.Sockets Verbose: 0 : [6436] Socket#64923656::Send()
System.Net.Sockets Verbose: 0 : [6436] Data from Socket#64923656::Send
System.Net.Sockets Verbose: 0 : [6436] 00000000 : 16 03 01 00 67 01 00 00-63 03 01 51 FF DD 4F CC : ....g...c..Q..O.
System.Net.Sockets Verbose: 0 : [6436] 00000010 : 85 4D 69 50 64 07 B9 3B-77 DD 1D 8E B6 6B EF B0 : .MiPd..;w....k..
System.Net.Sockets Verbose: 0 : [6436] 00000020 : 10 28 86 4E D6 FD 12 81-8B 59 A0 00 00 18 00 2F : .(.N.....Y...../
System.Net.Sockets Verbose: 0 : [6436] 00000030 : 00 35 00 05 00 0A C0 13-C0 14 C0 09 C0 0A 00 32 : .5.............2
System.Net.Sockets Verbose: 0 : [6436] 00000040 : 00 38 00 13 00 04 01 00-00 22 FF 01 00 01 00 00 : .8....... ......
System.Net.Sockets Verbose: 0 : [6436] 00000050 : 00 00 09 00 07 00 00 04-3F 31 32 34 00 0A 00 06 : ........?124....
System.Net.Sockets Verbose: 0 : [6436] 00000060 : 00 04 00 17 00 18 00 0B-00 02 01 00 : ............
System.Net.Sockets Verbose: 0 : [6436] Exiting Socket#64923656::Send() -> 108#108
System.Net.Sockets Verbose: 0 : [6436] Socket#64923656::Receive()
System.Net.Sockets Verbose: 0 : [6436] Data from Socket#64923656::Receive
System.Net.Sockets Verbose: 0 : [6436] 00000000 : 15 03 01 00 02 : .....
System.Net.Sockets Verbose: 0 : [6436] Exiting Socket#64923656::Receive() -> 5#5
System.Net.Sockets Verbose: 0 : [6436] Socket#64923656::Receive()
System.Net.Sockets Verbose: 0 : [6436] Data from Socket#64923656::Receive
System.Net.Sockets Verbose: 0 : [6436] 00000005 : 02 0A : ..
System.Net.Sockets Verbose: 0 : [6436] Exiting Socket#64923656::Receive() -> 2#2
System.Net.Sockets Verbose: 0 : [6436] Socket#64923656::Receive()
System.Net.Sockets Verbose: 0 : [6436] Data from Socket#64923656::Receive
System.Net.Sockets Verbose: 0 : [6436] 00000007 : :
System.Net.Sockets Verbose: 0 : [6436] Exiting Socket#64923656::Receive() -> 0#0
System.Net.Sockets Verbose: 0 : [10304] Socket#64923656::Close()
System.Net.Sockets Verbose: 0 : [10304] Socket#64923656::Dispose()
System.Net.Sockets Verbose: 0 : [10304] Exiting Socket#649

Re: FTPSImplicit and GXS

by wodSupport, Monday, August 05, 2013, 22:31 (3916 days ago) @ AndyBrunnock

Andy hi,

Is there any chance that we can try connect there? All credentials and data will be safe. We will just connect and disconnect immediately.

If you can provide us such info please contact us here:
http://www.weonlydo.com/index.asp?helpdesk=1