CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2009
    Posts
    1

    Accessing Online Folders

    Hello,

    I have an MFC application. I would like to download files (pictures, video, mp3) from online locations to a specific folder on the local computer, without any user promptings. Some of this online locations might be passworded.

    I would prefer using HTTP over FTP access but still open to suggestions. I know there is SOAP, CAtlHTTP (or something). I would just like advise on the best and fastest option to get the files and have them downloaded to a hardcoded location.

    Thanks in advance.

    (posted before but this forum might be better)

  2. #2
    Join Date
    Sep 2005
    Location
    London
    Posts
    208

    Re: Accessing Online Folders

    Quote Originally Posted by xclusivex View Post
    I would just like advise on the best and fastest option to get the files and have them downloaded to a hardcoded location.
    Use can use URLDownloadToFile
    http://msdn.microsoft.com/en-us/libr...23(VS.85).aspx


    Regards
    Doron Moraz
    Last edited by Doron Moraz; June 23rd, 2009 at 02:32 PM. Reason: url = URL

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured