mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 03:28:07 +00:00
As discussed in #543, we can announce the SFTP service via Avahi when sftp-server is installed. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
10 lines
254 B
Desktop File
10 lines
254 B
Desktop File
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
|
|
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
|
|
<service-group>
|
|
<name replace-wildcards="yes">%h</name>
|
|
<service>
|
|
<type>_sftp-ssh._tcp</type>
|
|
<port>22</port>
|
|
</service>
|
|
</service-group>
|