Access your computers from FTP

Discussion in 'Programming' started by sk89q, Feb 23, 2013.

  1. Circuitbomb

    Circuitbomb His name was Robert Paulson

    Joined:
    Feb 17, 2013
    Messages:
    14
    Likes Received:
    2
    It seems that new computers/turtles aren't accessible via ftp or the ide with the recent server update.
     
    Legoman132 likes this.
  2. Platinum831

    Platinum831 AKA THE ZEKE MAN

    Joined:
    Jan 21, 2012
    Messages:
    51
    Likes Received:
    6
    i am have trouble getting this to work can some one walk me througt it
     
  3. Morphogenic

    Morphogenic New Member

    Joined:
    Feb 26, 2013
    Messages:
    12
    Likes Received:
    0
    cannot connect to ftp server filezilla error
    ECONNREFUSED - Connection refused by server
     
  4. ZoomerX

    ZoomerX Sent to exile for no reason

    Joined:
    Feb 13, 2013
    Messages:
    223
    Likes Received:
    88
    FTP has not been moved over to 1.6 yet.
     
  5. Morphogenic

    Morphogenic New Member

    Joined:
    Feb 26, 2013
    Messages:
    12
    Likes Received:
    0
    thx for the answer :)
     
  6. glitch80

    glitch80 Active Member

    Joined:
    Mar 26, 2012
    Messages:
    345
    Likes Received:
    232
    I can see my computer but trying to access the directory does not work:

    Code:
    -> CWD /alice-overworld-computer/gcontrol 
    250 "/alice-overworld-computer/gcontrol" is the current directory.
    -> PASV 
    227 Entering passive mode (176,9,154,246,234,92).
    -> LIST 
    550 Not enough privileges.
    Failure retrieving contents of directory /alice-overworld-computer/gcontrol
     
  7. glitch80

    glitch80 Active Member

    Joined:
    Mar 26, 2012
    Messages:
    345
    Likes Received:
    232
    Follow SK's instructions at the top of this thread to make the files you need on your CC computer (skcraft-authorize is not setup for 1.6). Then follow these instructions to connect to the FTP server.

    If something does not work, tell us how far you got. Post any error messages you've received.
     
  8. TripleDogDare

    TripleDogDare New Member

    Joined:
    Jan 23, 2013
    Messages:
    10
    Likes Received:
    0
    Is skcraft-authorize working properly? Is there something else I need to do or is it just broken?
    Code:
    Status:    Resolving address of alice.sk89q.com
    Status:    Connecting to 176.9.154.246:24000...
    Status:    Connection established, waiting for welcome message...
    Response:    220-Welcome to the SKCraft files server! Login with your SKCraft FTP access key (NOT your forum password).
    Response:    220
    Command:    USER TripleDogDare
    Response:    331 Username ok, send password.
    Command:    PASS *****************
    Response:    230 SKCraft welcomes you!
    Command:    SYST
    Error:    Connection closed by server
    Error:    Could not connect to server
     
  9. NolanSyKinsley

    NolanSyKinsley IRC lurker

    Joined:
    Nov 2, 2012
    Messages:
    497
    Likes Received:
    179
    I have been trying to access FTP too. I double checked the files after I used skcraft-authorize and all the files are in place and containing the proper information. I believe there is an issue with the FTP server itself.
     
  10. SomeEnderpenguin

    SomeEnderpenguin Not a Penguin

    Joined:
    Mar 28, 2014
    Messages:
    301
    Likes Received:
    66
    Well this is cool, but for some reason NppFTP tells me I have no permission to upload or make directories or anything.
     
  11. Pathaleon

    Pathaleon Forum & Server Administrator
    Staff Member

    Joined:
    Jul 3, 2012
    Messages:
    1,014
    Likes Received:
    670
    If FTP is not working use the web IDE. IDE.skcraft.com
     
  12. NolanSyKinsley

    NolanSyKinsley IRC lurker

    Joined:
    Nov 2, 2012
    Messages:
    497
    Likes Received:
    179

    >.> I did not know there was such a thing...
     
  13. SomeEnderpenguin

    SomeEnderpenguin Not a Penguin

    Joined:
    Mar 28, 2014
    Messages:
    301
    Likes Received:
    66
    The IDE does not allow me permissions either.
     
  14. Pathaleon

    Pathaleon Forum & Server Administrator
    Staff Member

    Joined:
    Jul 3, 2012
    Messages:
    1,014
    Likes Received:
    670
    Because you need to use skcraft-authorize on the pcs first. Make sure you are logged into the forums when you are trying to use IDE
     
  15. NolanSyKinsley

    NolanSyKinsley IRC lurker

    Joined:
    Nov 2, 2012
    Messages:
    497
    Likes Received:
    179
    Also, label your computers, that is always a first, because if anything goes wrong you can break an re place the computer without losing data, also the name will be the folder on the IDE/FTP for easier location.
     
  16. SomeEnderpenguin

    SomeEnderpenguin Not a Penguin

    Joined:
    Mar 28, 2014
    Messages:
    301
    Likes Received:
    66
    I know, I do that all the time. Now that I know about skcraft-authorize, I can finally make all the dumb doge programs I can. Thanks, Path!
     
  17. CodingWithClass

    CodingWithClass A coder. With class.

    Joined:
    Jul 15, 2014
    Messages:
    18
    Likes Received:
    0
    I suggest the IDE adds an emulator...
     
  18. sk89q

    sk89q Administrator
    Staff Member

    Joined:
    Dec 1, 2011
    Messages:
    2,490
    Likes Received:
    1,504
    Maybe a Lua runtime but I don't know about a full emulator. That'd require implementing the entire ComputerCraft API.
     
  19. CodingWithClass

    CodingWithClass A coder. With class.

    Joined:
    Jul 15, 2014
    Messages:
    18
    Likes Received:
    0
    You can use 1lann's Mimic: https://github.com/1lann/Mimic