BOOL bGood=ftpFinder. FindFile (NULL);
NErrorCode=GetLastError ();
Under the above code: Windows 7 returns true download file is normal, but returns false server2008 cannot download files, found that even when the final debugging Windows 7 return true can download files, call GetLastError (); Get a value=12003. I don't know under the server2008 cannot download data, whether have this error when I call InternetGetLastResponseInfo converts error code characters are as follows:
550 - The filename, directory name, or volume label syntax is incorrect.
Win32 error: The filename, directory name, or volume label syntax is incorrect.
Error details: File system returned an Error.
The End of 550
Seemingly pConnect set path into a wrong path? But through inspection, incoming path does not contain Chinese, path, such as:/Scheme/Plan311/
I don't know which master encountered similar problems, glad, thank you
CodePudding user response:
With supplemental FlashFXP FTP client test functions,