Skip to main content

Download Data

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

1. Use the JupyterLab File Manager

  • Select the file in the left file manager and click the "Download" button.

2. Use the scp Command

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

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