Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| docs:guide-user:services:nas:sftp.server [2023/01/17 06:13] – [Popular clients] use wiki links vgaetera | docs:guide-user:services:nas:sftp.server [2023/03/04 11:21] – [Popular clients] stokito | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| ===== Instructions ===== | ===== Instructions ===== | ||
| - | Install | + | The SSH File Transfer (SFTP) is a file transfer protocol that works over SSH. It's like SCP but has more features. |
| + | For a basic usage the low level SCP may be enough but if you need, for example, to mount drive then use the SFTP. | ||
| + | |||
| + | The vanilla OpenWrt out of the box has a small [[docs: | ||
| + | But it doesn' | ||
| + | The package comes from another OpenSSH server which is bigger but has more features and default on desktop systems like Ubuntu. | ||
| + | Many [[docs: | ||
| + | So for this routers you really don't need anything to do and just start using it. | ||
| + | |||
| + | But if not then install the required package: | ||
| <code bash> | <code bash> | ||
| - | # Install packages | ||
| opkg update | opkg update | ||
| opkg install openssh-sftp-server | opkg install openssh-sftp-server | ||
| Line 25: | Line 33: | ||
| <code bash> | <code bash> | ||
| - | sftp:// | + | sftp:// |
| </ | </ | ||
| Line 49: | Line 57: | ||
| ===== Extras ===== | ===== Extras ===== | ||
| ==== Popular clients ==== | ==== Popular clients ==== | ||
| - | * [[wp> | + | * Windows: [[docs: |
| - | * [[wp> | + | * Windows: [[https:// |
| - | * [[docs:guide-quick-start:sshadministration# | + | * Linux, macOS, FreeBSD: [[https:// |
| + | * Linux, macOS, FreeBSD: [[https:// | ||
| + | * Linux: | ||
| + | * Linux: [[https:// | ||
| + | * Windows, macOS, Linux, FreeBSD: | ||
| + | * macOS: [[https:// | ||
| + | * Android: | ||
| + | * Android TV, RapberryPI: [[https:// | ||
| + | * [[https:// | ||
| ==== Service discovery ==== | ==== Service discovery ==== | ||
| Line 57: | Line 73: | ||
| <code bash> | <code bash> | ||
| - | # Install packages | ||
| opkg update | opkg update | ||
| opkg install announce | opkg install announce | ||
| </ | </ | ||
| + | See also [[docs: | ||