Hi, I was trying to use WinInet APIs.
The code segment that set this error code is given below:
Used 'InternetOpen', 'InternetConnect' prior to this API. FTP Service is on a LINUX machine & using direct access in 'InternetOpen'.
Any help on this is highly appreciated. -Thanks
ps: Error 123 is "The filename, directory name, or volume label syntax is incorrect" ERROR_INVALID_NAME.
The code segment that set this error code is given below:
Code:
bResult = ::FtpPutFile(
hFTPSession,
"c:\ftptest.txt",
"ftptest.txt",
FTP_TRANSFER_TYPE_BINARY,
0);
Any help on this is highly appreciated. -Thanks
ps: Error 123 is "The filename, directory name, or volume label syntax is incorrect" ERROR_INVALID_NAME.