Skip to content

SFTP service discovery and easy connection #14

@drakkan

Description

@drakkan

Hi,

I'm the author of the SFTP Server SFTPGo (https://github.com/drakkan/sftpgo).

Recently some users asked for a portable mode, in SFTPGo, that allows to easily share files between pc and mobile devices:

drakkan/sftpgo#51

I'll add basic support for this soon.

As you can see in the bug report my users asked for a way to easily estabilish a connection from the mobile device, for example a QR Code or something similar.

I think that for implement this feature I need to agree a protocol with an app.

I think an easy way could be:

  1. SFTPGo advertises the service using multicast dns,
  2. Your app should search for sftp services and let the users connect.

I'm open to other solutions too, I prefer an open protocol and no a proprietary one.

Are you interested to add this feature to your app?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions