ashkulz / NppFTP

Plugin for Notepad++ allowing FTP, FTPS, FTPES and SFTP communications
https://ashkulz.github.io/NppFTP/
320 stars 93 forks source link

FTPES Directory opening issue #265

Open Saeedghb opened 4 years ago

Saeedghb commented 4 years ago

Description of the Issue

When I try to open a FTP connection in FTPES mode (explicit) It only opens the default directory, and when I try to open a subdirectory, it does nothing, and the little triangle beside the subdirectory name, disappears.

Steps to Reproduce the Issue

  1. Setup a FTPES (Explicit)
  2. Connect to FTP
  3. Open a subdirectory

Debug Information

N++ version 7.8 (32 bit) NppFTP version 0.30.1 unicode Authentication type: password

chcg commented 4 years ago

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

darren-st commented 4 years ago

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

Thanks for this, saved me lots of time