Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleHow do you upload files from OneDrive files to your home directory?
  • For researchers: No just navigate Navigate to the OneDrive folder via terminal and follow instructions here. Afterwards, ssh into Research cluster and enter ‘ls’ to view files.

  • For administrators: At ‘sftp>’ step, enter ‘cd /datasets/home/72/072/kkt008/’. Then enter ‘put filename.txt’ to upload files.

To upload files via the terminal to the group storage, proceed with the following steps:

  • Via the terminal navigate to the folder that stores the file(s).

Image Removed
  • Image Added
  • Enter ‘ls’ to list the files.

  • Enter ‘sftp

bah@dsmlp
  • username@dsmlp-login.ucsd.

edu’
  • edu’ and enter your AD password.

  • Enter ‘cd /uss/labname’.

    1. Entering this code will direct your uploads to the team storage. This command is not shown in the image below.

  • Enter ‘put filename.txt’. Repeat this code for every file to be uploaded.

Image Removed
  • Image Added
  • Enter ‘exit’ or ‘quit’ when done uploading files.

  • Next, ssh in the Research Cluster ‘ssh dsmlp-login.ucsd.edu’ and enter AD password

  • Enter ‘cd /dsmlp/teams’ to view files in the shared storage.

  • For administrators:

    • At ‘sftp>’ step, enter ‘cd /uss’. Then 'cd /sharename'. Next, enter ‘put filename.txt’ to upload files.

  • Expand
    titleHow do you upload files to shared storage (e.g. lab, group, or USS storage)?
    • For researchers:

      • For saving to team shared storage enter ‘cd /uss/sharename’ (after sftp>) as a the step prior to uploading files. To view files after logging into the RC, enter ‘cd /dsmlp/teams’.

    Expand
    title

    ...

    titleTo upload files via the terminal to the group storage, proceed with the following steps:
    • Via the terminal navigate to the folder that stores the file(s).

    Image Removed

    • Enter ‘ls’ to list the files.
    • Enter ‘sftp bah@dsmlp-login.ucsd.edu’ and enter your AD password.
    • Enter ‘cd /uss/labname’.
      1. Entering this code will direct your uploads to the team storage. This command is not shown in the image below.
    • Enter ‘put filename.txt’. Repeat this code for every file to be uploaded.

    Image Removed

    ...

      • .

    Jupyter Notebook: File uploads

    ...