CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2007
    Location
    poland|wrocław
    Posts
    47

    Unhappy how to map ftp://something to q:

    Hi,
    I'm trying to map some ftp folder to local windows drive. Since it is not a normal local resource mapping, and all my attemps to use WNetAddConnectionX fails. I fail have no idea, how to do that.

    Is there a hope?

    Lets assume that I would like to have that ("ftp://ftp.sileman.pl/pub/kernel/") mapped to my disk ("q:"), how can I do that?


    Many thanks!

  2. #2
    Join Date
    Mar 2003
    Location
    India {Mumbai};
    Posts
    3,871

    Re: how to map ftp://something to q:

    Not sure if FTP locations could be mapped as drive letter. Have you tested in to Windows Explorer?
    My latest article: Explicating the new C++ standard (C++0x)

    Do rate the posts you find useful.

  3. #3
    Join Date
    Sep 2007
    Location
    poland|wrocław
    Posts
    47

    Re: how to map ftp://something to q:

    Yes and it failed.
    I was able to add it to my network place, but not mapped as localdrive.

    How ever I did search the net, and found some apps that can do that. Unfortunately I think that those apps simply use some kind of ftp_clinet as virtual drive driver and that how the mapping is done.
    Correct me if Im wrong, please

  4. #4
    Join Date
    Mar 2003
    Location
    India {Mumbai};
    Posts
    3,871

    Re: how to map ftp://something to q:

    Yes, virtual drive is the only possibility. In that case you must send request to FTP site, get the content and update into your driver software. Virtual CD driver do that stuff.
    My latest article: Explicating the new C++ standard (C++0x)

    Do rate the posts you find useful.

  5. #5
    Join Date
    Sep 2007
    Location
    poland|wrocław
    Posts
    47

    Re: how to map ftp://something to q:

    How to write simple disk driver? :>

  6. #6
    Join Date
    Jul 2008
    Posts
    5

    Re: how to map ftp://something to q:

    no,it's hard to solve this problem
    but a software can solve it
    U-server
    .and u can at least make ftp://localIP successfully

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