deskshare logo
Products
Download
Support
Support Forum

Ask questions and find solutions to common problems.


Technical Support

Your complete reference to product technical support.


Lost License Key

Retrieve your purchase history using our automated system.

Resources
Articles

Read expert insights on how to get the most out of our software.


Video Tutorials and Manuals

Learn new features and functions with our easy to follow videos and guides.

Contact Us
Contact Us

Your direct line to chat with us.


About Deskshare

Discover our story and values

| My Account -->
    Deskshare Support Forums
    • Recent
    • Popular
    • Login

    Setting file and directory permissions to 600 vs 644

    Scheduled Pinned Locked Moved Auto FTP Manager
    2 Posts 2 Posters 8.8k 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.
    • D Offline
      dave65
      last edited by

      Hi, great software. I cannot download files with permissions 600 if I change them manually to 644 then all is ok. Why is this and how can I fix it.

      1 Reply Last reply Reply Quote 0
      • D Offline
        DeskShare_-_Support
        last edited by

        Each digit in the permissions is a flag that signifies what is allowed to be done with your file, reading, writing or executing.

        Here is a breakdown of how it works:

        Permissions:
        1 – can execute
        2 – can write
        4 – can read

        The octal number is the sum of those free permissions, i.e.
        3 (1+2) – can execute and write
        6 (2+4) – can write and read

        Position of the digit in value:
        1 – what owner can
        2 – what users in the file group(class) can
        3 – what users not in the file group(class) can

        Examples:
        chmod 600 file – owner can read and write
        chmod 700 file – owner can read, write and execute
        chmod 644 file – owner can read and write, all can read
        chmod 777 file – all can read, write and execute

        If you would like to keep the permissions on 600, edit the automated profile in Auto FTP Manager, and change the FTP login and password to the owner of the file and directory your are transferring from.

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