Frequently Asked Question
How can I upload files to the platform?
Last Updated 3 years ago
You can use the Upload
button available on the file browser sidebar to upload files to the platform. It is possible to upload multiple files at once. Files are uploaded to the active folder.
Unfortunately you cannot upload directories directly. To upload a directory with multiple files or sub-directories:
- Create an archive file of the directory (e.g.
zip
,tar.gz
) - Upload the archive file to the platform
- Extract the archive file
An archive file can be extracted by the following ways:
- On the file browser, right click on the file and select
Extract Archive
- On the terminal, enter
unzip
ortar xzvf
- On the remote desktop, use
Applications > Accessories > Archive Manager