Files Operations
LiCO allows access to the tree view of file directories, making it easy for file operations on web interface.
- Click
button on the upper right navigation bar. - If the file tree does not appear, click
on the lower left side. - The file tree should appear on the left side.
Creating/Uploading files
Click on
to either create a
directory or a file on that path.
We can drag and drop files/directories from your computer to the file tree window as well. The file(s) will automatically transfer from your computer to the cluster.
Editing files
- Right-click on the file inside the file tree.
- Select “Edit”.
- The web will show a buffer window. Edit it.
- Click “Save” to save the change.
Tip
It is more convenient to edit the file(s) in your computer with your desired IDE and later overwrite the file(s) on the cluster by uploading.
Deleting files
- Select the file(s) to be deleted from the file tree.
- Click
button. - Confirm deletion.
Advanced
Since the cluster is based on Slurm, files can be transferred directly via scp
or rsync programs as another remote server.
scp -r your/project/directory your_username@10.198.253.15:~/your/working/directory
rsync -avPh your/project/directory your_username@10.198.253.15:~/your/working/directory
Interactive files editing on the cluster can also be done with ssh with given
credentials.