NppFTP icon indicating copy to clipboard operation
NppFTP copied to clipboard

ip:port not supported

Open sbeland2 opened this issue 5 years ago • 1 comments

Description of the Issue

i have many port that connect to same ip address, the profiles contains their respective port but when opening different ip:port combination, the plugin will always save to the first matched ip.

Steps to Reproduce the Issue

  1. open 2 files at same ip address but different port
  2. save each of them, you will notice it is being save on the first matched ip

Expected Behavior

when saving, it should save at the corresponding ip:port

Actual Behavior

it is saving at the first ip that match even there is many ip's with different port

sbeland2 avatar Jan 29 '19 15:01 sbeland2

The local cache at %APPDATA%\Notepad++\plugins\config\NppFTP\Cache just contains as folder password@ip, but not the port. This is probably the problem here. This would need an extension of the folder name to contains also the port.

chcg avatar Feb 02 '19 12:02 chcg