Thread: Downloading files without using a web browser.....???

  1. #1
    Unregistered Leeman_s's Avatar
    Join Date
    Oct 2001
    Posts
    753

    Downloading files without using a web browser.....???

    Ok, at school we can download things through the cmd, like with ftp. But if I try to download with ftp through the browser, it doesn't let you. So, if I want to download thing off of an http site, how can I do that through the command prompt? (windows 2000)

    Thanks.

  2. #2
    Registered User glUser3f's Avatar
    Join Date
    Aug 2003
    Posts
    345
    is it possible for you to opne web pages in browser? if not I'm fraid your school block HTTP :/

  3. #3
    Unregistered Leeman_s's Avatar
    Join Date
    Oct 2001
    Posts
    753
    It's just normal browser stuff, with this restricting software called BESS. But what blocks the downloads is called Visual Casel.

    No, HTTP is not blocked. The part about downloading things is blocked by Visual Casel. But for some reason I was able to use FTP in the cmd prompt.

  4. #4
    It can't block ALL downloads, if it did you wouldn't even be able to surf the net. That Casel thing probably just blocks IE's downloading.

  5. #5
    ___
    Join Date
    Jun 2003
    Posts
    806
    Telnet to the sites FTP location and download from there.
    "When I die I want to pass peacefully in my sleep like my grandfather did, not screaming and yelling like the passengers in his car."

  6. #6
    Unregistered Leeman_s's Avatar
    Join Date
    Oct 2001
    Posts
    753
    I'm trying to figure out what the ftp site is....

    www.waukesha.k12.wi.us

    a teachers web site is hosted there, i need to download files from that site.

  7. #7
    Unregistered Leeman_s's Avatar
    Join Date
    Oct 2001
    Posts
    753
    oh and i forgot -- for FTP i would need to login, but i can't becuase i don't have access to that

    i just need download access like you would have by visiting the page with http

  8. #8
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    Use FTP to download Opera or Mozilla web browser. Then install it and do it via that browser, until the visual software is updated it wont even check those browsers. Same if it was Web Sense. Or go to one of the anonomyzer rip off proxy webpages and access it via those.

  9. #9
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    Away.

  10. #10
    Registered User
    Join Date
    Jul 2003
    Posts
    61
    Originally posted by Leeman_s
    oh and i forgot -- for FTP i would need to login, but i can't becuase i don't have access to that

    i just need download access like you would have by visiting the page with http
    Try 'ftp' or 'anonymous' (no quotes) as the login.
    $ENV: FreeBSD, gcc, emacs

  11. #11
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    Originally posted by cc0d3r
    Try 'ftp' or 'anonymous' (no quotes) as the login.
    Highly unlikely that any "freebie" accounts are active, and if there are its most likely to be a "guest" account.

  12. #12
    Registered User
    Join Date
    Jul 2003
    Posts
    61
    Originally posted by RoD
    Highly unlikely that any "freebie" accounts are active, and if there are its most likely to be a "guest" account.
    ftp/anonymous is the standard login for the anonymous ftp. While guest might work for other types of network software, it isn't the case here.

    Anyway, anonymous ftp on your school's server is enabled, but the password seems to be changed from the default. Maybe, try using your school username if you've got one.
    $ENV: FreeBSD, gcc, emacs

  13. #13
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    ftp/anonymous is the standard login for the anonymous ftp. While guest might work for other types of network software, it isn't the case here.
    In the case of FTP in the present this standard is very rarely followed. They go instead with the instance that the majority of average computer users know, and that is a guest account, if they allow one at all.

    Another shining example of catoring to windows users who dont know much about computers.

  14. #14
    ___
    Join Date
    Jun 2003
    Posts
    806
    I'm probably wrong but when you download a file from a site isn't the download just really a link to the file on their ftp part? And you don't nessesarily need a login for that so wouldn't it just work?
    "When I die I want to pass peacefully in my sleep like my grandfather did, not screaming and yelling like the passengers in his car."

  15. #15
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    Originally posted by ZakkWylde969
    I'm probably wrong but when you download a file from a site isn't the download just really a link to the file on their ftp part? And you don't nessesarily need a login for that so wouldn't it just work?
    No, not always FTP.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Using a Web Browser within your Linux Application
    By CaptainRon in forum Linux Programming
    Replies: 7
    Last Post: 12-21-2006, 08:22 AM
  2. Web Browser (in Borland C++)
    By Dragon227Slayer in forum C++ Programming
    Replies: 1
    Last Post: 04-30-2004, 08:48 AM
  3. Konqueror web browser!
    By Bajanine in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 01-18-2004, 03:45 PM
  4. Using c++ standards
    By subdene in forum C++ Programming
    Replies: 4
    Last Post: 06-06-2002, 09:15 AM
  5. MFC Web Browser
    By Unregistered in forum Windows Programming
    Replies: 3
    Last Post: 09-11-2001, 02:03 PM