You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
When uploading files from python application using pysftp library to the SFTPGo data directory /srv/sftpgo/data/myuser using the Ubuntu root user, the files are successfully created but do not appear in the SFTPGo web client dashboard. Attempting to upload using the regular myuser results in "Permission Denied" errors.
Bug description
When uploading files from python application using pysftp library to the SFTPGo data directory
/srv/sftpgo/data/myuser
using the Ubuntu root user, the files are successfully created but do not appear in the SFTPGo web client dashboard. Attempting to upload using the regularmyuser
results in "Permission Denied" errors.Steps to reproduce
Created user 'myuser' in SFTPGo
Used Python script with pysftp to upload files:
First attempt with 'myuser' resulted in "Permission Denied"
Second attempt using root user succeeded in creating files
Logged into SFTPGo web client as 'myuser'
Result: Uploaded files are not visible in the dashboard
Expected behavior
upload files from python app using myuser credentials and show the file in the we client
SFTPGo version
2.6
Data provider
python app
Installation method
Community Docker image
Configuration
config
Relevant log output
What are you using SFTPGo for?
Small business (3-person firm with file exchange?)
Additional info
No response
The text was updated successfully, but these errors were encountered: