Ashish Kulkarni
Ashish Kulkarni
Yeah, I implemented something like that for gitk in ashkulz/git@4ac92e8e82c23c9080a72ae25f1ee4215a57b94e but it's lossy. Either you need parse the ANSI escape sequences (_after forcing them to generate_) or try to get...
@sc1478: sorry that your issue slipped through the cracks. There was a long hiatus before @chcg became active. Unfortunately, I don't have such a setup to verify the issue.
There's no such option right now, and I think it'll require custom logic for each backend although it shouldn't be too tough (see this [reply for libssh](https://www.libssh.org/archive/libssh/2016-12/0000003.html)).
Can you post a sequence of steps to show that the UI freezes? I saw it mentioned in TODO.txt but was unable to reproduce it, it gave an error message:...
So this is required for FTP? I was testing with SFTP above.
Can you confirm that it has the same issue with [Filezilla](https://filezilla-project.org/)? If so, I'll try to see if I can do some changes to implement this feature.
@Ishra: just wanted to know how to reproduce it, so I could use as a test case when attempting to fix the issue.
Having looked into the code, the problem is that it is very easy to add support for KeepAlives at the connection level (see the [issue_1 branch](https://github.com/ashkulz/NppFTP/commits/issue_1)) but not easy at...
@ElliotNB I haven't used Windows in ~5 years, @chcg is the maintainer :slightly_smiling_face: That said, I'm pretty sure a PR would be reviewed/merged more quickly :+1:
Without the details, I'm not sure we can really help out here.