Click to See Complete Forum and Search --> : Sharing the Knowledge: FTP w/ Proxy Server


rsine
February 22nd, 2000, 04:35 PM
I finally figured out why I was having so much trouble access FTP sites outside my firewall. I could access any site I wanted from DOS but not using the internet transfer controls in VB6. After analyzing what I was entering at the DOS prompt, I figured out how to duplicate that with the Inet control. What I didn't understand at the time was the Inet1.URL needs to = ftp://web."myproxyserver".com. I thought setting the Inet1.Proxy assigned that and the URL property was used to assign the name of the FTP site I wanted to access.

Hopefully, this will help someone else and save them hours of frustration.

r_nayar_r
February 1st, 2002, 02:06 AM
hi!,

i am using intc fot accessing ftp through proxy.i did as u explained ,but it did'nt work out.could u please give me an example on how to do this.

thanks.

rsine
February 1st, 2002, 07:41 AM
I've actually moved onto something better since I encounter a "round robin" problem in which the proxy server was doing load balancing between two servers. I got the FTP download code from VBNet(http://www.mvps.org/vbnet/) which uses API calls. It has been more reliable and easier to implement than the INET control.