<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Setting file and directory permissions to 600 vs 644]]></title><description><![CDATA[<p dir="auto">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.</p>
]]></description><link>http://nodebbtest.deskshare.com/topic/22277/setting-file-and-directory-permissions-to-600-vs-644</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 12:53:58 GMT</lastBuildDate><atom:link href="http://nodebbtest.deskshare.com/topic/22277.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 Apr 2013 12:06:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Setting file and directory permissions to 600 vs 644 on Thu, 18 Apr 2013 18:30:31 GMT]]></title><description><![CDATA[<p dir="auto">Each digit in the permissions is a flag that signifies what is allowed to be done with your file, reading, writing or executing.</p>
<p dir="auto">Here is a breakdown of how it works:</p>
<p dir="auto">Permissions:<br />
1 – can execute<br />
2 – can write<br />
4 – can read</p>
<p dir="auto">The octal number is the sum of those free permissions, i.e.<br />
3 (1+2) – can execute and write<br />
6 (2+4) – can write and read</p>
<p dir="auto">Position of the digit in value:<br />
1 – what owner can<br />
2 – what users in the file group(class) can<br />
3 – what users not in the file group(class) can</p>
<p dir="auto">Examples:<br />
chmod 600 file – owner can read and write<br />
chmod 700 file – owner can read, write and execute<br />
chmod 644 file – owner can read and write, all can read<br />
chmod 777 file – all can read, write and execute</p>
<p dir="auto">If you would like to keep the permissions on 600, edit the automated profile in <a href="https://www.deskshare.com/ftp-client.aspx" rel="nofollow ugc">Auto FTP Manager</a>, and change the FTP login and password to the owner of the file and directory your are transferring from.</p>
]]></description><link>http://nodebbtest.deskshare.com/post/35720</link><guid isPermaLink="true">http://nodebbtest.deskshare.com/post/35720</guid><dc:creator><![CDATA[DeskShare_-_Support]]></dc:creator><pubDate>Thu, 18 Apr 2013 18:30:31 GMT</pubDate></item></channel></rss>