Hardware Reference
In-Depth Information
4.3 SFTP
If you want to access SFTP to Arduino Yún, we can install openssh-sftp-server via opkg.
Type this command on SSH Terminal.
$
opkg update
$
opkg install openssh-sftp-server
After installed, you can test using SFTP client. For Windows users, you can use WinSCP,
http://winscp.net/
. Create a new site. Fill
arduino.local
for Host name and port 22. Entry
user: root and Arduino password.
