Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wininet proxy ftp
Message
From
10/07/2002 10:10:57
 
 
To
02/07/2002 12:37:07
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00674549
Message ID:
00677035
Views:
35
Hi Lorenz ;

Im not sure if this is an answer for your problem, but when we were trying to do FTP with Wininet using a Proxy server, we had to send in the UserName along with the FTP Address. Here is what I am talking about :

Using FTP without a Proxy:
s1 = UserName
s2 = Password
s3 = FTP Address
s4 = Port
FtpObj.OpenInternet(s1,s2,s3,s4)

Using FTP With A Proxy :
s1 = UserName + '@' + FTP Address
s2 = Password
s3 = Proxy Address
s4 = Port
FtpObj.OpenInternet(s1,s2,s3,s4)

I hope this helps!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform