-
-
Notifications
You must be signed in to change notification settings - Fork 849
Open
Labels
bugSomething isn't workingSomething isn't working
Description
⚠️ This issue respects the following points: ⚠️
- This is a bug, not a question or a configuration issue.
- This issue is not already reported on Github (I've searched it).
Bug description
Hi,
I have a program that uploads files to an SFTP server and changes its mode bits. This program works with several SFTP servers, but fails with SFTPGo when using an S3 backend (MinIO). The following SFTP requests are sent:
- SSH_FXP_OPEN to open the file for writing
- one or more SSH_FXP_WRITE requests to write data into it
- SSH_FXP_STAT to query the current file attributes for modification
...
However, the SSH_FXP_STAT request fails with a "no such file" error, if the file does not exist before uploading.
Steps to reproduce
See the description.
Expected behavior
SSH_FXP_STAT should work for the file.
SFTPGo version
2.6.6
Data provider
SQLite
Installation method
Community Docker image
Configuration
Added administrative user, normal user and setup a bucket on the MinIO backend (RELEASE.2025-06-13T11-33-47Z) as a virtual folder mapped for the user.
Relevant log output
What are you using SFTPGo for?
Private user, home usecase (home backup/VPS)
Additional info
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working