mesand
Posts: 65
Joined: Tue Oct 22, 2019 9:21 pm

file transfer via ssh

Sun Nov 10, 2019 2:07 am

Hi,

How would I transfer files from my pi to my computer via SSH?

User avatar
HawaiianPi
Posts: 5839
Joined: Mon Apr 08, 2013 4:53 am
Location: Aloha, Oregon USA

Re: file transfer via ssh

Sun Nov 10, 2019 2:13 am

Look up SCP. In simple terms, it's a copy command using SSH protocol.

Code: Select all

scp --help
man scp
If you want to transfer between a Windows PC and Pi, check out WinSCP.
My mind is like a browser. 27 tabs are open, 9 aren't responding,
lots of pop-ups...and where is that annoying music coming from?

User avatar
thagrol
Posts: 3081
Joined: Fri Jan 13, 2012 4:41 pm
Location: Darkest Somerset, UK
Contact: Website

Re: file transfer via ssh

Sun Nov 10, 2019 9:07 am

Or

Code: Select all

sftp
man sftp
Arguing with strangers on the internet since 1993.

tpyo kingg
Posts: 809
Joined: Mon Apr 09, 2018 5:26 pm
Location: N. Finland

Re: file transfer via ssh

Wed Nov 13, 2019 1:39 pm

Or in the file manager on another machine press ctrl-l and then enter sftp://pi@192.168.1.100/ or whatever the IP address of the Pi is.

Return to “General discussion”