sftpgo
sftpgo copied to clipboard
Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage, Azure Blob
Would be cool to allow SSH tunneling too. Restrictions could be solved like adding virtual folders to a user, but for tunneling there are no folders but rule sets to...
Hi! I'm trying to investigate an issue where we are seeing two 'upload' actions get dispatched for the same file. The payload of the request contains identical data - including...
Hi Team, Could you add copy, cut and paste files or directories feature in web client ui ?
Hi, I am using sftpgo with a S3 backend for storage. The user mounts the bucket on "/". As the bucket contains contains quite a few files (~8k) at the...
Hi, I added the YUM repo and encountered an error when I tried to install sftpgo by running 'rpm-ostree install sftpgo'. error: Importing RPMs: Importing package 'sftpgo' : Analyzing /srv/sftpgo:...
ie some config to just have webUI but no API or a config option to just have API but not webUI
I know I can click the upload button and then navigate on the file upload dialog but would be quicker to drag a file from a folder on desktop and...
This might be helpful for people writing their config in YAML. The YAML was converted from `sftpgo.json` and comments were (automatically) extracted from `full-configuration.md`.
This PR allows the sftpgo (in portable mode) to automatically shut down if there are no connections for an adjustable time period of seconds (`--sftpd-idle-timeout`).
From our perspective, it would be a useful addition to the portable mode if a user could have multiple (virtual) directories. This PR enables the representation of multiple host paths...