Wrox Programmer Forums
|
Visual C++ Questions specific to Microsoft's Visual C++. For questions not specific to this Microsoft version, use the C++ Programming forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual C++ section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 9th, 2007, 01:36 AM
Registered User
 
Join Date: Oct 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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





Similar Threads
Thread Thread Starter Forum Replies Last Post
ftp zaghmout C# 2005 2 November 6th, 2007 09:55 AM
FTP pakman Excel VBA 2 June 30th, 2005 05:58 AM
FTP pakman BOOK: Excel 2003 VBA Programmer's Reference 0 June 27th, 2005 04:24 AM
Using FTP Commands from Access 2000 timmaher Access VBA 7 March 9th, 2005 11:28 AM
FTP? Nasimov Visual C++ 1 December 24th, 2003 09:24 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.