Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

tt_thoma

Members
  • Content Count

    5
  • Joined

  • Last visited

Posts posted by tt_thoma

  1. On 11/19/2016 at 6:47 PM, feldim2425 said:

    You can't download directories.

    I checked the Pastebin API and it doesn't look like they added directories to the API.

    And 'wget' uses the same download as your browser does and this method doesn't support downloading folders.

    Wget can download directorys
     

    Here is a guide from linux.com

    Quote

     

    wget -r –level=0 -E –ignore-length -x -k -p -erobots=off -np -N http://www.remote.com/remote/presentation/dir

    Here are the options:

    -r : Recursive retrieving (important)
    –level=0: Specify recursion maximum depth level (0 for no limit), very important
    -E: append “.html” extension to every document declared as “application/html
    useful when you deal with dirs (that are not dirs but index.html files)
    –ignore-lenght: Ignore “Content-length” http headers, sometimes useful when dealing with bugged CGI programs
    -x: Force dirs, create an hierarchy of directories even if one would not been created otherwise
    -k: here’s one of the most useful options, it converts remote links to local for best viewing
    -p: download ll the files that are necessary for proper display of the page
    (not so reliable when dealing with JS code but useful)
    -erobots=off: turn off http robots.txt usage
    -np: no parent, do not ascend to parent dir when retrieving recursively,
    one of the most useful function I’ve seen

     

    I'm pretty sure that the both programs are the same

  2. Discovered the "builder disk", and I tried it for my little robot in my creative test world.

    First, I tried to build an nbt file, but the robot just placed blocks randomly.

    Then, I tried to find a tutorial, but nothing.

    After that, I found an "example.plan" (/mnt/[insert disk name here]/usr/file and tried to build it; and it worked!

    So I tried to do my plan. I was on the logic that the robot wanna place blocs if I set special numbers (for each slot) for them and I worked 1 hour to make it. Finally, I finished the file, which is very long btw for a simple house. I saved it, ran it with builder, and...

    GOT A WALL

    So I haven't been discouraged and tried to remove the letters (why did I type letters ??) and to change them by a zero, and still a wall (The robot is placing then breaking the blocks)

    Finally, I searched again for a tutorial in the wiki of ComputerCraft and the official website, but nothing

     

    If a moderator sees that, please don't ignore me. I just want a tutorial to use YOUR APP because there is no way to find how to use it correctly.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.