CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Jul 2002
    Location
    Denmark
    Posts
    5

    Question where to get a very simple webserver ?

    Hi all

    Can anybody help me to get a very small webserver, not more than 100 kb (size) and no user interface ? The only function it most have, is to browse the disk, so it is possible to download files from the computer. Just executing the webserver, and you have access to all the drives on the computer.


    /Heidi
    Last edited by trltrl; July 14th, 2002 at 07:54 AM.

  2. #2
    Join Date
    Feb 2001
    Location
    teh INTARWEB
    Posts
    542
    no interface as in "minimal interface, like stripped down PWS", or "absolutely no options, only command line interface"?

  3. #3
    Join Date
    Jul 2002
    Location
    Denmark
    Posts
    5

    thats okay

    Hi

    it will be okay with command line options, but it must work with out !

    /Heidi

  4. #4
    Join Date
    Feb 2001
    Location
    teh INTARWEB
    Posts
    542
    Take your pick here. (btw, that is google directory..didn't you use google?)

  5. #5
    Join Date
    Jul 2002
    Location
    Denmark
    Posts
    5

    Thumbs down I don't find anything there

    Hej Thanks for the link, but I dont find anything there, because the webserver must be hide on the computer, so no tray and no user interface.

  6. #6
    Join Date
    Feb 2001
    Location
    teh INTARWEB
    Posts
    542

    Re: I don't find anything there

    Originally posted by trltrl
    Hej Thanks for the link, but I dont find anything there, because the webserver must be hide on the computer, so no tray and no user interface.
    Well, there are many webservers that do not figure in the system tray; is there any specific requirement that this tool must behave like a spyware tool?
    Last edited by Manish Malik; July 14th, 2002 at 07:04 PM.

  7. #7
    Join Date
    Jul 2002
    Location
    Denmark
    Posts
    5
    the webserver must be a sigle file, no user interface, hide on the computer, it must default browse the computers drives, no options.

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