FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour proxy setup
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
proxy setup
Posted: Wed Mar 17, 2010 07:25 AM

I'm working with ftp send and get files
the function run ok

MsgRun( "Conectando al Servidor via FTP...", "Por favor, espere",{ || oInternet := TInternet():New(),;
If( Empty( oInternet:hSession ),MsgAlert( "Internet no disponible!" ),),;
oFTP := TFTP():New( cFTPSite, oInternet,aUsuario,aPassword )})

My problem ow is to insert the possibility to set also a proxy before this function (msgrun() ) because some customer could have a proxy before to go out to

internet

How I can make to set this proxy ?

Any sample ?

Best Regards, Saludos



Falconi Silvio

Continue the discussion