chcg

Results 204 comments of chcg

@wandererkh Thanks for testing. Will try to tackle also the upload issue.

First part released with https://github.com/ashkulz/NppFTP/releases/tag/v0.27.4

Known remaining issue as written above. With v0.27.4 just the download issue is fixed.

Probably some workaround is needed for reserved characters, see https://msdn.microsoft.com/en-us/library/aa365247.aspx#basic_naming_conventions%22%20target=%22_new%22. > > The following reserved characters: > > < (less than) > > (greater than) > : (colon) > "...

See also #171 and #218

Needs to have some dpi awareness handling in https://github.com/ashkulz/NppFTP/blob/master/src/Windows/Toolbar.cpp, similar to https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/src/WinControls/ToolBar/ToolBar.cpp with `int iconSize = NppParameters::getInstance()->_dpiManager.scaleX(_state == TB_LARGE?32:16);` , but also named identical NppFTP is not directly comparable with...

@Roberter Could you please recheck with current release https://github.com/ashkulz/NppFTP/releases/tag/v0.27.0 if this still happens

Reproducible with FTPS and FTPES against https://test.rebex.net/ on try to open a subdir. Not happening with https://github.com/ashkulz/NppFTP/releases/tag/v0.29.1, so seems to be caused by update to OpenSSL 1.1.1

https://github.com/Thomas-Smyth/ftp-tail or https://github.com/johntdyer/ftptail