Is It Possible to Download or Upload Files from Intel® Developer Cloud Instance to the Local System?
Content Type: Product Information & Documentation | Article ID: 000093991 | Last Reviewed: 05/31/2024
Unable to find steps on how to download or upload files from Intel® Developer Cloud instance to the local system.
To download files from a launched instance, open a new terminal on the local system and type command:
scp -P 10022 devcloud@localhost:[PATH_TO_DESTINATION]
To upload files to launched instance, open a new terminal on the local system and type command:
scp -P 10022 [FILE_NAME] devcloud@localhost:[PATH_TO_DESTINATION]
Refer to Intel® Developer Cloud Get Started guide.