Filezilla FTP
From 2047Servers Support
(Created page with "Category:Linux 350px ==FTP (Filezilla)== Filezilla is a well known Free FTP client, But you can use any other FTP software that you like in ord...") |
|||
| Line 56: | Line 56: | ||
The options are as they say Read Access (Allow them to open / read the file - Not to save or edit), Write Access (Allow them to open, edit, save & make new files) & Execute (Let them run the program or file) | The options are as they say Read Access (Allow them to open / read the file - Not to save or edit), Write Access (Allow them to open, edit, save & make new files) & Execute (Let them run the program or file) | ||
| + | |||
| + | ===FTP Permission Numbers Explained=== | ||
| + | |||
| + | 1st Number = Owner Access | ||
| + | |||
| + | 2nd Number = Group Access | ||
| + | |||
| + | 3rd Number = Public Access | ||
| + | |||
| + | |||
| + | 0 No Permissions - The User(s) can't do anything | ||
| + | |||
| + | 1 Execute Only - The User(s) can only execute the file) | ||
| + | |||
| + | 2 Write Only - The User(s) can only write to the file / folder) | ||
| + | |||
| + | 3 Write and Execute Permissions - The User(s) can only Write & Execute the file) | ||
| + | |||
| + | 4 Read Only - The User(s) can only read from the file / folder | ||
| + | |||
| + | 5 Read and Execute Permissions - The User(s) can only read from the file / folder & execute the file | ||
| + | |||
| + | 6 Read and Write Permissions - The User(s) can only read & write to the file / folder | ||
| + | |||
| + | 7 Read, Write and Execute Permissions - The User(s) can do everything - Read, Write & Execute the file / folder | ||