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