Welcome, Guest
Username: Password: Remember me
General discussions, feature requests for CodeTyphon Project and discussions that don't fit in any of the other specific CodeTyphon forum categories.
  • Page:
  • 1

TOPIC:

C.T. 2.80 Indy Ftp 11 years 8 months ago #2363

  • Maurizio
  • Maurizio's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 15
  • Thank you received: 0
C.T 2.40 pl_indycomp 10.5.8.1
indy Tcp, Ftp all operation work

C.T 2.70 pl_indycomp 10.5.8.3
  idFtp1.Host := 'ftp......';
  idFtp1.Port := 21;
  idFtp1.Username := '..user..';
  idFtp1.Password := '..pwd..';
  
  ---> error time out when exceute Connect
  idFtp1.Connect;
  idFtp1.List;

C.T. 2.80 package installed pl_Indycomp 10.5.8.8
  idFtp1.Host := 'ftp.........';
  idFtp1.Port := 21;
  idFtp1.Username := '..user..';
  idFtp1.Password := '..pwd..';
  idFtp1.Connect;

  not exwcute List read TimeOut
  .\source\base\IdIOHandler.pas line 1435

  idFtp1.List;
how to solve this problem ? :angry:

Please Log in or Create an account to join the conversation.

C.T. 2.80 Indy Ftp 11 years 8 months ago #2366

  • Adriano Soares
  • Adriano Soares's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 40
  • Thank you received: 9
Sir

I suggest you compare the code pl_indycomp of CT 2.40 with CT 2.80 C
I use WinMerge (winmerge.org/) to do this kind of work.
After comparison you can find the point or points to adjust the code.

Please Log in or Create an account to join the conversation.

C.T. 2.80 Indy Ftp 11 years 8 months ago #2378

  • Maurizio
  • Maurizio's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 15
  • Thank you received: 0
hard to change rel. different even though I consider it risky to 10.x;
would be safer to uninstall the package 10.5.8.8, 10.5.8.1 and try the
but the problem remains that not uninstall.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1