Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I need a help with ftp
Message
From
04/06/2011 14:55:46
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
I need a help with ftp
Miscellaneous
Thread ID:
01512871
Message ID:
01512871
Views:
158
Hi Michel, sorry for disturbing you, but I don't know what to do for connecting to a ftp server from a under proxy client.

I'm using the Robert Abram ftp service V.2.0.9 and it works fine without proxy but I don't know what to do for bypassing the proxy

actually I call the openinternet function in this way
	this.Ftp = createobject('ftp_service')
	this.ftp.cProxyPort      = zProxyPort  && 3128
	this.ftp.cProxyHost	= zProxyIp   &&  10.4.50.10     

       this.connStatus = this.Ftp.OpenInternet(zUserFtp, zPwFtp, zFtpAddress, zFtpPort)
well, i can't connect

what should I do to make it working ?

Thank you so much
Alessio
Next
Reply
Map
View

Click here to load this message in the networking platform