Skip to main content

Upload Data

You can upload files from your local computer to the instance using the following methods:

1. Use the JupyterLab File Manager

  • Click the "Upload" button in the left file manager and select the file to upload.

2. Use the scp Command

  • Run the following command in your local terminal:
scp -P <port> /local/path/to/file root@<instance-address>:/path/to/target/

Replace <port>, <instance-address>, and paths as needed.