- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I tried it like this too:
scp devcloud:~/people_class14_train .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I got it with Jupyter, thanks!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

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