FTP Access
Dear All,
I'm using CASIO IT700 Pocket Pc device and im connecting the device to the RAS server using a dial-up connection. Once the connection is established i tried to connetc the FTP server to download the file.
Im using the following code to connect to the FTP site.
hOpen = InternetOpen (L"Test",INTERNET_OPEN_TYPE_PRECONFIG,NULL, NULL, 0); to open the Internet and then
hInternetConnect = InternetConnect(hOpen,L"ftp://124.30.91.40",INTERNET_DEFAULT_FTP_PORT,L"UserName ",L"PassWord",INTERNET_SERVICE_FTP,INTERNET_FLAG_P ASSIVE,0);
Im using the IP address of my FTP site, is this correct.
And this function is returing error 120 ERROR_CALL_NOT_IMPLEMENTED
Some one kindly suggest me what went wrong and how could i achieve my functionality.
Regards
Bose
Regards
Bose
|