Customer area
FR NL EN
Gigaweb Guide — FTP & files

The file manager

Send, edit and organise your site's files directly from your browser, with no FTP software.

1
Open the Control Panel. If you manage several hosting plans, select the right one from the Subscription menu at the top of the screen.
2
Click the Websites & Domains tab, then File Manager.
3
Place your site's files and directories in httpdocs (and your CGI scripts in cgi-bin).

From this screen, you can in particular:

  • Upload a file: click Add New File, browse your computer and confirm.
  • Upload a ZIP archive: once uploaded, check it and click Extract Files.
  • Create a folder or file, with the option to insert a basic HTML template.
  • Edit the source code of a file directly in the interface.
  • Copy, move or rename a file or folder via the dedicated icons.
  • Delete a file or folder after confirmation.

Understanding and changing permissions

When you upload content via FTP or the file manager, the Panel automatically assigns access permissions to each file and folder. On Linux hosting, these permissions are shown as three groups of symbols, for example rwx rwx r--:

1st group

What the owner of the file or folder can do.

2nd group

What the associated user group can do.

3rd group

What other users can do (the rest of the internet).

R (read), W (write) and X (execute the file or browse the folder) are the three possible permissions for each group.

To change a file or folder's permissions: in the File Manager, click the menu to the right of the relevant row, then choose Change Permissions.

Action menu for a file in the manager, with the Change Permissions option

Check or uncheck the desired permissions for each group (read, write, execute), then confirm. For example, to remove all write permission on a file or folder:

A file's permissions with the Write mode box unchecked for all groups

To harden a CMS's security after installation, see our page on securing your CMS, which explains how to remove unnecessary write permissions.

Do remember to keep write permission for the owner on folders that need to stay editable — for example the one that holds your images (often uploads) — so you can keep adding content to it:

A folder's permissions with the Write mode box checked only for the owner