Easily access files on the RPI from your computer

All the topics related to QLC+ on the Raspberry Pi
Post Reply
conradcliff
Posts: 48
Joined: Wed Jan 20, 2016 12:35 am
Real Name: Clifford Conrad Sumner

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 :)
Ruben
Posts: 9
Joined: Mon Apr 11, 2016 3:45 pm
Location: Nederland
Real Name: Ruben Dijk

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
conradcliff
Posts: 48
Joined: Wed Jan 20, 2016 12:35 am
Real Name: Clifford Conrad Sumner

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
Post Reply