Service is a background process in Android, not to be confused with *nix daemons or Windows services

learn more… | top users | synonyms

8
votes
0answers
568 views

SSH (and SFTP) server on Android discoverable through avahi/bonjour

I would like for my Android device (a Samsung Galaxy) to be discoverable through avahi/bonjour when it is connected to a WiFi network, and then to be able to access its filesystem via SSH (SFTP). For ...