- FileZilla Software: Supports both files and folders, and allows for easy drag-and-drop uploading and downloading.
- JupyterLab: Can download files but not folders. The advantage is its simplicity and ease of use.
- SCP Command: Supports both files and folders. Since it is executed via the command line, it has a slightly higher learning curve.
FileZilla
Refer to the documentation for FileZilla.JupyterLab
SCP Command
The following commands need to be executed on your local machine to copy data to the instance, not within the instance itself.If you are using Windows, the default Windows system does not come with an SSH client. We recommend downloading and using the Cmder tool, which is portable and can be used directly after extraction without installation.
bash
Note that the parameter in the following command is
-rP, not -rp.bash