Help test NppFTP auto-connect and multi-connect file saving!
-
I kept saving files in Notepad++ and not actually saving them on the FTP server because I wasn’t “connected”, and I thought that wasn’t very cool. So I edited the NppFTP plugin to automatically match the file being saved to the appropriate FTP server it came from, and automatically connect to that server and upload the file. This has the combined benefit of never having to click the “connect” button to start saving to your FTP server, but you can also have multiple files open that all belong to different FTP servers, and when you save it will connect to the correct server for each one.
I could really use some testers
Just drop the appropriate binary into your plugins folder, mine is C:\Program Files (x86)\Notepad++\plugins\
x64 https://ci.appveyor.com/project/ashkulz/nppftp/build/0.27.4.58/job/17uho6e0bv7ttg6y/artifacts
x32 https://ci.appveyor.com/project/ashkulz/nppftp/build/0.27.4.58/job/yu316rudr8tcchrj/artifactsHere’s the full pull request for more info so you know it’s legit:
https://github.com/ashkulz/NppFTP/pull/225
Also, please post bugs you find to the github thread above.
THANKS SO MUCH