possibility to open a file by FTP
It would be great to be able to open a file in FTP, in order to consult the logs of an apache server. I don't think I've seen this feature.
Is there a way to do it? I tried to write a FTP URL (ftp://username:password@ip-adress/directory/file.log) in the "open from URL" option but I got this message:
Thanks in advance.
Klogg supports network protocols that are provided with Qt. A couple of years ago there were no easy to use cross-platform ftp library for c++. There is one in Poco, but that is a huge dependency.
Klogg supports network protocols that are provided with Qt. A couple of years ago there were no easy to use cross-platform ftp library for c++. There is one in Poco, but that is a huge dependency.
What about opening logs over ssh?
Ssh is not supported by Qt directly. Might be possible using some other library. Mounting sshfs to local folder should work.