Samething As Monica Only Better?

Posted:
in Mac Software edited January 2014
Is there a app that does what monica does and more as this app doesn't get updated much in os x, and i'd like it too finish http downloads if they get cut not restart them..is there any apps you think i should dl for this job?



Please post



Frank_t

Comments

  • Reply 1 of 5
    torifiletorifile Posts: 4,024member
    I prefer <a href="http://www.nbc.com/Friends/bios/Rachel_Green.html"; target="_blank">rachel</a> myself.



    [ 12-11-2002: Message edited by: torifile ]</p>
  • Reply 2 of 5
    Isn't there any?



    Frank_t
  • Reply 3 of 5
    if ur not sheepish about the Terminal (in osx that is) you can get "cURL". it can resume downloads from ftp and http[s] sites. it also has a bunch of options, which might qualify as the "and more" [over monica] you requested.



    actually, and i'm not sure of this, cuz i've done plenty of custom installations on my box, but i think cURL comes with osx. try this from within terminal:

    [code]curl -O http: //www.somewebsite.com/somefoldder/somefile.html</pre><hr></blockquote>

    and replace with the appropriate words in the proper places. you can also do "ftp://www.xyz.com/...."; [note that the dash-oh has a letter 'o' and not zero after the dash] [edit: i put the space after "http:" cuz ubb fxcked it up when i didn't, in curl the space doens't really belong there]



    here's another syntax that you might find useful:

    [code]curl -o whatIWantToNameTheFile http: //website.com/fileToDownload.htm</pre><hr></blockquote>

    with the little 'o' the downloaded file is named "whatIWantToNameTheFile". with the big 'O' it is named the same as it was on the server.



    i think, curl will automatically resume the downlaod if you try to download to a filename on your computer that already exists.



    [edit: ubb clobbered my attempted examples]



    [ 12-12-2002: Message edited by: thuh Freak ]</p>
Sign In or Register to comment.