- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to transfer file from my PC to the devcloud remote machine using scp command. So I need the ip address for the host machine.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thank you for posting in Intel Communities. Transferring files to Devcloud doesn’t require IP. Please follow the steps as below to transfer files from devcloud to pc and vice versa:
Using SCP
How to upload files to Intel® DevCloud:
scp path/to/file devcloud:~/
How to download files from Intel DevCloud:
scp devcloud:~/file .
Documentation link : https://devcloud.intel.com/oneapi/documentation/job-submission/#transferring-files
Using Jupyter notebook
1. Sign in to https://devcloud.intel.com/oneapi/home/
2. Go to end of the page in https://devcloud.intel.com/oneapi/get_started/
3. Click “Launch JupyterLab*” under the heading as highlighted as below.
4. Click the upload files button as marked as below:
Hope this helps
Regards
Gopika
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for reply,
I just tried the following command in my PC cmd terminal :
C:\Users\user>scp dataset.csv devcloud:~/
It gave me the following error
ssh: Could not resolve hostname devcloud: No such host is known.
lost connection
Can you please suggest a solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Also, I just tried your second option using Jupyter notebook.
when I Click the upload files button as marked in the picture
it gave me this page:
500 : Internal Server Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thank you for the update. Please try to connect to devcloud from the same terminal as above terminal.
To connect to devcloud. Execute:
ssh devcloud
- If you are unable to connect, please try the scp command in a terminal(Cygwin or Mobaxterm) where you can connect to the devcloud.
- Also specify the absolute/relative path to the file to be transferred
If you’ve not configured devcloud, please configure using the documentations.
Windows(cygwin): https://devcloud.intel.com/oneapi/documentation/connect-with-ssh-windows-cygwin/
Linux/MacOS: https://devcloud.intel.com/oneapi/documentation/connect-with-ssh-linux-macos/
VSCode: https://devcloud.intel.com/oneapi/documentation/connect-with-vscode/
Regards
Gopika
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for reply,
Actually, I just try the following steps:
1- I opened the Mobaxterm terminal
2- type shh devcloud
3- type the following command:
u86327@login-2:~$ scp dataset.csv devcloud:~/
Unfortunately it gave me the following error:
lost connection
Any suggestion please !!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thank you for the update.
1. The jupyter issue is temporary. We are checking this with the internal team. We will get back to you as soon as we get an update.
2. We could see that you are able to connect to devcloud, but you executed scp inside the login node of devcloud.
SCP command works outside devcloud.
For transferring the files, please follow the below steps:
a. Copy the files to be transferred into home folder of Mobaxterm(eg: C:\Users\XXXXX\Documents\MobaXterm_Portable_v20.3\home)
b. Open Mobaxterm terminal
c. Execute
scp /home/mobaxterm/<filename> devcloud:~/
d. NOTE: Unlike the absolute path you mentioned before “C:\Users\user”, “/home/mobaxterm/<filename>” is the path relative to Mobaxterm home folder. Hence, there is a need to copy the required file to the home folder of Mobaxterm.
e. NOTE: (No need to connect to devcloud)
Hope this helps
Regards
Gopika
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you very much for you cooperation, I really appreciate it.
I just tried the following command in MobaXterm terminal without login to devcloud :
scp /home/mobaxterm/Desktop/<filename> devcloud:~/
Then I login to devcloud and finally the file is copied to the home folder of my devcloud
Thank you very much again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thank you for the confirmation. As the query is resolved, can we discontinue monitoring this thread?
Regards
Gopika
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yes you can close the thread
thank you very much
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thank you for the confirmation. Also, the JupyterLab 500:Internal Server error issue has been resolved. You can try moving files from PC to Devcloud using the upload files button as mentioned in the previous post.
If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.
Regards
Gopika

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page