Cant Edit Delete or Transfer File in File Manager after Update 1.9.4

Hello Everyone

I have problem with editing file in file manager, after edit popup notification said Updated but when i check the file again nothing change. Then i tried to delete file, the file still there. When i tried to transfer/upload file, status show transfer Done but file not uploaded.
Whats wrong with it, any idea?

OS Debian 12 64bit - Hestia v1.9.4.

Hi @pakdhetimin

Show the output of this command:

grep -Ev '^$|^#|^\s$' /etc/ssh/sshd_config

Hello @sahsanu here is the output

I dont know why after i did this command, everything is working again on file manager (edit, delete or upload file).

That command only shows the conf for sshd so that makes no sense…

The main problem is a bug when modifying Subsystem sftp. Fix it using below commands:

sed -i -E 's/internal-sftp.*/internal-sftp/' /etc/ssh/sshd_config && systemctl restart ssh
1 Like

yes, i think so.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.