ashkulz / NppFTP

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

[FEATURE] Alert when overwriting remote file with new local file (ie not from cache) #303

Open stoppeye opened 3 years ago

stoppeye commented 3 years ago

If you upload a new (= not previously opened from location, ie. not from cache) local file to the server and there is already a file with the same name in that location, there should be a warning and option to overwrite or cancel. The current behaviour is to silently overwrite any remote file with the uploaded file.