ashkulz / NppFTP

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

Changes on connections list disappears when Notepad++ crash #273

Open blaskognia opened 4 years ago

blaskognia commented 4 years ago

If you make some changes (change login / password / add new connection) and close Notepad++ not naturally, every changes will disappear.

Steps to Reproduce the Issue

  1. Open Notepad++
  2. Open connections list
  3. Add new connection AND save it by closing popup (return to main Notepad++ window) - in this moment you can connect to the FTP server via this new connection
  4. Open task manager (in Windows)
  5. Force Notepadd++ to close by ending his process in task manager
  6. Open Notepad++ again

Expected Behavior

New connection who has been added will be on the list.

Actual Behavior

New connection who has been added is disappears.

This bug is very annoing because Notepad++ crashing often when connection with FTP server is freezing.

chcg commented 4 years ago

@blaskognia The profile data is just stored on closing N++ normally with the corresponding signal from N++ (probably not send by closing N++ via the task manager), not just by closing the popup.

Which version of N++ and NppFTP are you using? Under which conditions do you observe the freezes on the ftp connection and are they really leading to a crash of N++? Obviously a crash of N++ itself should not happen.