How can I change the access rights (permissions) of files?

From TotalcmdWiki
Revision as of 22:59, 17 September 2005 by Sheepdog (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A: If the FTP server supports the chmod command (unfortunately not supported by all servers), you can either use the function Files - Change attributes, or directly send the command through the command line, e.g. SITE chmod 755 test.cgi

Back to FTP