Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud

Download file

ghnunes
Beginner
410 Views

Hi, I'm trying to download a file to my computer with this command, but nothing happens. What am I doing wrong?

scp devcloud:people_class_14_train2.pkl /home/gustavo/Downloads/14

0 Kudos
3 Replies
ghnunes
Beginner
407 Views
 
I tried it like this too:

scp devcloud:~/people_class14_train .
0 Kudos
ghnunes
Beginner
395 Views

I got it with Jupyter, thanks!!

0 Kudos
AthiraM_Intel
Moderator
373 Views

Hi,


Thank you for posting in Intel Communities.


Glad to know that your issue is resolved.


scp devcloud:~/people_class14_train .


The above command you used was correct. Please note that if you are downloading a folder please add -r option.


scp -r devcloud:~/people_class14_train .


If you need any additional information, please post a new question as this thread will no longer be monitored by Intel 



Thanks


0 Kudos
Reply