scp command to transfer files:
Path Format
- Remote paths:
instance_id:path(e.g.,0:/home/user/data) - Local paths: Standard paths (e.g.,
./dataor/home/user/file.txt)
Upload to Instance
Download from Instance
Transfer Directories
To transfer entire directories, use the recursive flag:File transfers have a 60-second connection timeout. SSH key setup, compression, and
~/ expansion are handled automatically.Best Practices
- Compress large transfers: Zip files before transferring to reduce time
- Use cloud storage for big files: For datasets over a few GB, upload to cloud storage and download directly to your instance
- Back up important outputs: Always download critical results before deleting an instance