logviewer icon indicating copy to clipboard operation
logviewer copied to clipboard

OS difference problem

Open zdary opened this issue 11 years ago • 1 comments

When running application from different platform than server, the remote file path gets corrupted. I am running logviewer from windows and try to ssh to linux server. The file name given in linux format get converted to windows format. i.e. ssh://server/opt/filename.log get translated into c:\opt\filename.log

Issue is in TailerSsh class filePath = new File(uri.getPath()).getCanonicalPath();

zdary avatar Jul 26 '14 09:07 zdary

Thanks for the two reports. I will take a look as time permits.

satyagraha avatar Jul 28 '14 19:07 satyagraha