Linksys AC Series Router Configuration Tips for OpenWRT: Difference between revisions
m →WinSCP |
|||
| Line 1,069: | Line 1,069: | ||
To install all of the above noted utilities; | To install all of the above noted utilities; | ||
* opkg update | *opkg update | ||
* opkg install lsof | *opkg install lsof | ||
==== File Transfer Programs ==== | ====File Transfer Programs==== | ||
=====SCP===== | =====SCP===== | ||
| Line 1,079: | Line 1,079: | ||
To copy from one router to another: scp -r /local/directory UserName@RemoteIPAddress:/remote/ | To copy from one router to another: scp -r /local/directory UserName@RemoteIPAddress:/remote/ | ||
===== WinSCP ===== | =====WinSCP===== | ||
A free Windows based program that enables easy Explorer like file transfers between a Windows Computer and a router via the SSH protocol (built into OpenWRT and enabled by default): https://winscp.net/eng/index.php | A free Windows based program that enables easy Explorer like file transfers between a Windows Computer and a router via the SSH protocol (built into OpenWRT and enabled by default): https://winscp.net/eng/index.php | ||
Note: SCP is not the fastest file transfer method, as it uses a copious CPU amount, but it is convenient. For large file transfers configure SAMBA (see below). | |||
===LAMP - Web Server (Apache, LighttpD, Nginx, and / or uHTTPd) MariaDB (MySQL), and PHP=== | ===LAMP - Web Server (Apache, LighttpD, Nginx, and / or uHTTPd) MariaDB (MySQL), and PHP=== | ||