variar / klogg

Really fast log explorer based on glogg project
https://klogg.filimonov.dev
GNU General Public License v3.0
2.36k stars 207 forks source link

Add ssh support #278

Open ghost opened 3 years ago

ghost commented 3 years ago

Would it be possible to add support for viewing logfiles over ssh?

variar commented 3 years ago

Theoretically there is QSsh library that can be used to download files via ssh/sftp. However, I don't see any big advantage over using sshfs or some ssh GUI client (like MobaXterm, for example).

Shentoza commented 12 months ago

According to this issue, appearently sftp is (was?) available? I think in general it's a great feature to have some possibility to view remote files

variar commented 12 months ago

As far as I understand sftp is not supported anymore by Qt directly, need thirdparty libraries for that.