FTP+SSL and login. - WeOnlyDo Discussion board

FTP+SSL and login. (wodFtpDLX / wodFtpDLX.NET)

by Ronny H Andersen, Tuesday, August 16, 2005, 15:25 (6826 days ago)

Evaluating the product, and the lic is soon to expire. The server I'm using is Ipswitch WS_FTP server (on my desk) and prototype with VB.
We're using a signed cert on the client together with user/pass on the server. What's missing here... ?

The wodFtpDLX1_StateChange reports:
Connecting to server
Initializing secure connection
Disconnected from server

There's no problem when I use the ws_ftp client - cert and password is valid..


Set wodFtpDLX1 = New wodFtpDLX
Set theCert = New Certificate

theCert.LoadKey C:Certsws_ftp_test_mot_pc46172.key , test
theCert.Load C:Certsws_ftp_test_mot_pc46172.crt , test

wodFtpDLX1.Authentication = authBoth
Set wodFtpDLX1.Certificate = theCert

wodFtpDLX1.HostName = 10.23.24.226
wodFtpDLX1.Login = xxx
wodFtpDLX1.Password = xxx
wodFtpDLX1.Port = 20

wodFtpDLX1.Connect

Any help....


Complete thread: