Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FTP Question
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01114615
Message ID:
01114665
Views:
16
Hi Howard,

This version doesn't support PASSIVE mode.
#define INTERNET_FLAG_PASSIVE  0x08000000  && used for FTP connections

* a small change in method OpenFTPConnection()

lnConnect_Handle = InternetConnect(This.nInet_Handle, (This.cIPAddress), VAL(This.cPort), ;
                        (This.cUserName), (This.cPassword), INTERNET_SERVICE_FTP, INTERNET_FLAG_PASSIVE, 0)
MartinJ

>I'm using Robert Abram's FTP Services (http://www.levelextreme.com/wconnect/wc.dll?2,54,33,9442) and it has been working flawlessly for years. Now the client has moved FTP servers and the address has changed from what used to be just an IP address with a login and password to the new location which is an IP address with a "/SYSMEDIC" after it and no login. The FTP program no longer works.
>
>Can someone give me an idea what's going on and what I need to do to fix it?
>
>Thanks!
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform