FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour tFtp Question
Posts: 363
Joined: Wed Feb 15, 2006 02:06 PM
tFtp Question
Posted: Fri Apr 09, 2010 02:06 PM

Hi,

I have written an application that downloads files from an ftp site. On my pc and a test Windows 2008 server it is working fine. On one of my clients, the system will not connect. They can access the internet and the ftp site without a problem by using internet explorer, so i was wondering if there is anything else i should check on there system which is blocking the connection to the ftp site?

The way i'm connecting to the ftp site is:

oInternet := TInternet():New()
oFTP := TFTP():New( cFtp, oInternet, cUserName, cPassWord )

oFTP:hFTP is empty

Any ideas?

Thanks in advance

Pete

Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: tFtp Question
Posted: Fri Apr 09, 2010 05:07 PM

Maybe that site requires SSL?

James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion