RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    File permissions through FTP

    Scheduled Pinned Locked Moved Help and Support
    ftppermissions
    5 Posts 3 Posters 1.1k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      LaneG22
      last edited by

      I am attempting to create a custom theme by exchanging the photos in the 'art' folder in each game system in the simple theme. Whenever I go to edit these photos though it just tells me that I do not have permission to edit these files through the FTP client and there is no change. I am using fileZilla and I have attempted to right-click the file and use the "File Permissions" button in the dropdown but it did not work. any ideas would be a big help please and thank you.

      mituM 1 Reply Last reply Reply Quote 0
      • mituM
        mitu Global Moderator @LaneG22
        last edited by

        @LaneG22 Please add more info about your system - https://retropie.org.uk/forum/topic/3/read-this-first.

        1 Reply Last reply Reply Quote 0
        • L
          LaneG22
          last edited by LaneG22

          Sorry about that

          • I am using a raspberry pi 3 model b

          • I am using an xbox 1 controller (wired)

          • I am not positive what it is built from specifically but I imaged the retropie os onto my SD card with etcher

          • The error message I recieved was in my FTP client and it said that I did not have proper permissions

          • I am using retropie 4.4 and I also downloaded the simple theme within that

          If any other information is needed to help solve the problem please specify what you need if possible and I will get it ASAP

          quicksilverQ 1 Reply Last reply Reply Quote 0
          • quicksilverQ
            quicksilver @LaneG22
            last edited by quicksilver

            @LaneG22 If you are attempting to modify those files over an FTP program then you will need to enable remote root access.

            sudo nano /etc/ssh/sshd_config
            

            Find the line

            #PermitRootLogin without-password
            

            and change to

            PermitRootLogin yes
            

            Make sure to set your root password as well if you havent already done so. You should now be able to login remotely as user root.

            L 1 Reply Last reply Reply Quote 1
            • L
              LaneG22 @quicksilver
              last edited by

              @quicksilver said in File permissions through FTP:

              @LaneG22 If you are attempting to modify those files over an FTP program then you will need to enable remote root access.

              sudo nano /etc/ssh/sshd_config
              

              Find the line

              #PermitRootLogin without-password
              

              and change to

              PermitRootLogin yes
              

              Make sure to set your root password as well if you havent already done so. You should now be able to login remotely as user root.

              Thank you

              1 Reply Last reply Reply Quote 0
              • First post
                Last post

              Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

              Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.