root-gg / plik

Plik is a temporary file upload system (Wetransfer like) in Go.
https://plik.root.gg
Other
1.47k stars 168 forks source link

[Feature Request] support sftp as data backend #427

Closed tionis closed 2 years ago

tionis commented 2 years ago

Support for sftp as a data backend would be very useful, the built-in sftp support of go should be enough to support this I think?
https://pkg.go.dev/github.com/pkg/sftp

camathieu commented 2 years ago

For SFTP I think a SSHFS mount could do the trick better than implementing/maintaining a specific backend in Plik.