drakkan / sftpgo

Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage, Azure Blob
https://sftpgo.com
GNU Affero General Public License v3.0
9.52k stars 739 forks source link

create share link via API #1814

Open dsobral opened 6 days ago

dsobral commented 6 days ago

Is your feature request related to a problem? Please describe.

We tend to add files directly to the folder that is being served by sftpgo, and then generate share links to those files in sftpgo that we send to the final users. At the moment the generation of these share links is manual, which is quite tedious.

Describe the solution you'd like

I would like to be able to make an API call that would generate sftpgo share links directly when I copy the files instead of having to manually generate the share in the interface.

Describe alternatives you've considered

No response

What are you using SFTPGo for?

Medium business

Additional context

No response