drakkan / sftpgo

Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage, Azure Blob
https://sftpgo.com
GNU Affero General Public License v3.0
9.54k stars 743 forks source link

Support SSH commands #1794

Open MichalisDBA opened 1 month ago

MichalisDBA commented 1 month ago

Is your feature request related to a problem? Please describe.

Hello.

Can you support additional SSH commands like ls and wc ? I believe they are must have so you can list and count files and folders via ssh directly and more fast than sftp.

Describe the solution you'd like

In supportedSSHCommands add ls and wc.

Describe alternatives you've considered

No response

What are you using SFTPGo for?

Private user, home usecase (home backup/VPS)

Additional context

No response