error chowning path #859
Answered
by
drakkan
rashmimaharana
asked this question in
Q&A
-
Hi @drakkan and Team, We have deployed sftpgo as container in GKE. Getting below error frequently but file transfer is success. error chowning path transfer/sms_splits/incoming/upf/upf-ONLY-CNAONLY-84-20220530143931-5680eb85911a5da49d9147773e4c48d7.done: not supported |
Beta Was this translation helpful? Give feedback.
Answered by
drakkan
May 30, 2022
Replies: 1 comment 1 reply
-
Hi, I guess you have set a UID/GID! = 0. In this case SFTPGo tries to change permissions for uploaded files. The GCS backend does not support changing file permissions |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rashmimaharana
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I guess you have set a UID/GID! = 0. In this case SFTPGo tries to change permissions for uploaded files. The GCS backend does not support changing file permissions