Files uploaded via SSH not showing up in File Manager #438

Closed
opened 2026-04-05 20:27:53 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @siteservice on 1/25/2023

CloudPanel version(s) affected

2.2? latest.

Description

File manager not displaying files that have been uploaded to user root folder via sftp.

In this case it's an SSH user that was created on the account. File permissions are set at 664.

How to reproduce

  1. create application under account "user"
  2. create ssh user under account "user" called "subuser"
  3. connect via sftp and upload files as "subuser"
  4. observe file in filesystem "/home/user/filename.ext" owned by "subuser:user"
  5. observe file missing from display in cloudpanel's file manager (eg. cloudpanel:8443/site/user.com/file-manager)

Possible Solution

I tried chowning the file to be user:user and it did not help.

Additional Context

No response

*Originally created by @siteservice on 1/25/2023* ### CloudPanel version(s) affected 2.2? latest. ### Description File manager not displaying files that have been uploaded to user root folder via sftp. In this case it's an SSH user that was created on the account. File permissions are set at 664. ### How to reproduce 1. create application under account "user" 2. create ssh user under account "user" called "subuser" 3. connect via sftp and upload files as "subuser" 4. observe file in filesystem "/home/user/filename.ext" owned by "subuser:user" 5. observe file missing from display in cloudpanel's file manager (eg. cloudpanel:8443/site/user.com/file-manager) ### Possible Solution I tried chowning the file to be user:user and it did not help. ### Additional Context _No response_
Sign in to join this conversation.