docker-sftp icon indicating copy to clipboard operation
docker-sftp copied to clipboard

SFTP Server for Docker

Results 31 docker-sftp issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.AspNetCore.JsonPatch](https://github.com/dotnet/aspnetcore) from 6.0.1 to 7.0.3. Release notes Sourced from Microsoft.AspNetCore.JsonPatch's releases. .NET 7.0.3 Release .NET 7.0.2 Release .NET 7.0.1 Release .NET 7.0.0 Release .NET 7.0 RC 2 Release .NET...

dependencies

Was trying to change /etc/ssh/sshd_config using openshift terminal to enable password authentication but the changes will revert to default once restart. Anyway to allow only password authenticate but not key?

Already looked through issues for this, saw one but it was closed three years ago Basically I want to be able to create a user, and give it an UID...

Are there any plans to fill out the `advanced configuration` section of the readme?

FIx example docker run commands by moving image argument to after the flags.

I need that all directories must be created with a specific GID. Actually, the `sftp-user-inventory` group is created with a default “user” GID : https://github.com/emberstack/docker-sftp/blob/main/src/ES.SFTP/Security/UserManagementService.cs#L38 For the moment, I have...

These are arrays as per `deployment.yaml`and not dicts

I would like to change the default `Global.Chroot` to something else, like: `%h/sftp`. No other `Chroot` configuration in `Users`. Still, the users get configured with the default `Chroot` of `%h`....

Is it possible to add the -R parameter to the chown command in SessionHandler to authorize existing sub-files or folders? `await ProcessUtil.QuickRun("chown", $"-R {username}:{SftpUserInventoryGroup} {dir.FullName}");` ![image](https://github.com/user-attachments/assets/d786843a-c0e0-48b0-a8c4-6629751ff807)

I have tried in several ways to set the home directory as the start path of each user and the cases are, either it has no write permissions, which I...