Re: FTP+SSL and login. - WeOnlyDo Discussion board

Re: FTP+SSL and login. (General questions)

by Ronny H Andersen, Wednesday, August 17, 2005, 12:48 (6820 days ago) @ Ronny H Andersen

Interesting change in the situation...

Changing

wodFtpDLX1.Login = xxx
wodFtpDLX1.Password = xxx
wodFtpDLX1.Protocol = wodFtpDLXLib.ProtocolsEnum.FTPSnodata
wodFtpDLX1.Port = 20

wodFtpDLX1.StrictHost = False
wodFtpDLX1.Passive = True
wodFtpDLX1.Blocking = True

wodFtpDLX1.Connect

to
wodFtpDLX1.Login = xxx
wodFtpDLX1.Password = xxx
wodFtpDLX1.Protocol = wodFtpDLXLib.ProtocolsEnum.FTPSnodata

wodFtpDLX1.StrictHost = False
wodFtpDLX1.Passive = True
wodFtpDLX1.Blocking = True

wodFtpDLX1.Port = 20
wodFtpDLX1.Connect

(Only the PORT property is changed).

The state change from wodFtpDLX1_StateChange is now:

State Connecting to server
State Initializing secure connection
State Setting data channel security
State Sending authentication data
State Connected to server - idle
State Downloading directory list from the server
State Setting transfer mode
State Changing current directory
State Downloading directory list from the server
State Getting secondary data channel
State Downloading directory list from the server

.. and from here it seems that the component is busy all the time..
At least I'm having a small progress...


Complete thread: