09-27-2013 10:44 AM
I have setting up the FTP server in the Windows 7 system, it not use any password and account. I can use the browser to view the result. But if use InetFTPLogin("ftp://127.0.0.1", " ", "") to login the server, it always return -9, means cannot connect the FTP server. what is wrong?
David
10-02-2013 08:57 AM
Hi David,
I'm not sure about it but maybe you should try it :
InetFTPLogin("127.0.0.1" , " ", " ");
(without "ftp://")
J.