Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with using WinInet for FTP
Message
 
 
To
10/06/2002 11:29:23
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00666544
Message ID:
00666570
Views:
18
>Hello All ;
> We wrote an App that hits our FTP server(which is running in NT 4.0,SP6)
>and it downloads/uploads files automatically based on Client Number / File Name. The process works great on our FTP server, however not at all when we change the settings to hit our Client's server(which is running with Unix). Is it not possible to connect to a Unix Server using WinInet, or are there some settings that I don't know about(We are currently setting the User Name, Password, Ip Address values only) ?
>
>P.S. - we are able to connect to their FTP Site using CuteFTP, so atleast we know the settings that we are using are correct.
>

What error do you get? Are you using Active or Passive mode? You can get some extended info about FTP error using InternetGetLastResponseInfo function
	DECLARE Integer InternetGetLastResponseInfo IN WinInet ;
		Integer @nError, String @lpcBuffer, Integer @nBuffSize
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform