Results 1 to 8 of 8

Thread: File grabbing

  1. #1

    Talking File grabbing

    I am looking a webserver. I am able to browse the c drive and others drives residing on the server, but I am unable to grab files. What would be a good way to grab files residing on the webserver itself? It is a IIS 6.0. Any tech. Docs. or other help would be much appriciated.

  2. #2
    Fastest Thing Alive s0nIc's Avatar
    Join Date
    Sep 2001
    Location
    Sydney
    Posts
    1,584
    by the word "grab" do you mean download?

  3. #3
    Yes I do.

  4. #4
    AO Ancient: Team Leader
    Join Date
    Oct 2002
    Posts
    5,197
    Is this server yours?

    If it isn't I don't think you'll find a whole lotta help round here............

    If it is yours and you can view the c: drive across the net get it off there now and visit microsoft to find out how to secure it before you place it in the public domain - then you won't have the problem of how to "grab" files 'cos you won't be able to......

    Problem solved!!!!!
    Don\'t SYN us.... We\'ll SYN you.....
    \"A nation that draws too broad a difference between its scholars and its warriors will have its thinking done by cowards, and its fighting done by fools.\" - Thucydides

  5. #5
    Senior Member
    Join Date
    Nov 2001
    Posts
    4,785
    are you sure its not a jave script showing you the files on your own computer? How are you viewing these files
    Bukhari:V3B48N826 “The Prophet said, ‘Isn’t the witness of a woman equal to half of that of a man?’ The women said, ‘Yes.’ He said, ‘This is because of the deficiency of a woman’s mind.’”

  6. #6
    Senior Member tampabay420's Avatar
    Join Date
    Aug 2002
    Posts
    953

    Talking

    Sometimes the server will let you view the contents of a folder...

    So "http://perl55.tripod.com/jungle/" might show me all of the files stored in the “jungle” directory, and it would prolly look something like this:

    __Parent_Directory___________________________________22-Dec-02_21:33:24______-__
    __ARCHIVES/__________________________________________15-Oct-02_04:10:26______-__
    __dba/_______________________________________________15-Oct-02_04:10:26______-__
    __Harry_Potter/______________________________________02-Jan-03_19:59:24______-__
    __JR_Tolkien/________________________________________11-Nov-02_10:01:36______-__
    __linux/_____________________________________________15-Oct-02_04:10:26______-__
    __microsoft/_________________________________________15-Oct-02_04:10:26______-__
    __networking/________________________________________15-Oct-02_04:10:26______-__
    __other/_____________________________________________11-Nov-02_10:00:17______-__
    __programming/_______________________________________15-Oct-02_03:57:49______-__
    __publishing/________________________________________15-Oct-02_04:10:26______-__
    __SWExpert/__________________________________________15-Oct-02_04:10:26______-__
    __web/_______________________________________________15-Oct-02_04:10:26______-__
    __rembg.sh___________________________________________23-Sep-02_23:57:18_____1k__
    __tgzipped.sh_______


    Sorry if it doesn’t look nice, AO removes a lot of spaces...
    I hope this helps, and if it doesn’t ~ keep us updated :-)

    This might not be what you're looking for... oh-yeah, if you're looking in XP it will look like a regular folder, not like it used to pre-XP... oh well, b-bye...
    yeah, I\'m gonna need that by friday...

  7. #7
    Leftie Linux Lover the_JinX's Avatar
    Join Date
    Nov 2001
    Location
    Beverwijk Netherlands
    Posts
    2,534
    take a *nix box.

    type:

    wget -m http://theserver.com

    this will mirror the server.. in other words download all !!

    I don't know if wget is also available on windows.. else there is always webzip
    ASCII stupid question, get a stupid ANSI.
    When in Russia, pet a PETSCII.

    Get your ass over to SLAYRadio the best station for C64 Remixes !

  8. #8
    Master-Jedi-Pimps0r & Moderator thehorse13's Avatar
    Join Date
    Dec 2002
    Location
    Washington D.C. area
    Posts
    2,885
    Sounds like you want to setup the IIS box to allow users (or anonymous users) the ability to download files. If this is the case, you will need to first setup the directory structure and then make IIS aware of it (I assume the FTP service is what you are configuring), then assign the appropriate ACLs to directories and users. After that, I'd seriously consider locking down the default install of IIS. There are many great sites uot there that address this. Remember that directory permissions supercede user permissions when doing this. Important safety tip. :-)


    EDIT/

    Oooops, I guess I didn't read your entire post. You can ignore this message.

Posting Permissions

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