Page 1 of 1

Easily access files on the RPI from your computer

Posted: Sun Mar 20, 2016 5:05 am
by conradcliff
Just found this great little article here: https://www.raspberrypi.org/documentati ... sh/sftp.md

Simply download the latest FileZilla Client version for your operating system from filezilla-project.org.

Launch FileZilla and go to File > Site manager.

Fill in the IP address (default is 192.168.0.252), the port number (22), user name (default is root) and password (default is raspberry) of your Raspberry Pi in the dialog and choose SFTP as the protocol.

Click Connect and you will see the root folder.

Hope that helps someone :)

Re: Easily access files on the RPI from your computer

Posted: Wed Apr 27, 2016 9:25 am
by Ruben
Hello,

i use WinSCP (its only for windows)
link : https://winscp.net/eng/docs/free_ssh_client_for_windows
if you use putty, it knows you saved connections and auto given you the option to quick connect
for the windows users its a very nice programm

Grz Ruben Dijk

Re: Easily access files on the RPI from your computer

Posted: Wed Apr 27, 2016 9:25 am
by conradcliff
Ruben wrote:Hello,

i use WinSCP (its only for windows)
link : https://winscp.net/eng/docs/free_ssh_client_for_windows
if you use putty, it knows you saved connections and auto given you the option to quick connect
for the windows users its a very nice programm

Grz Ruben Dijk
Awesome, thanks man, I'll check that out