ashkulz / NppFTP

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

Feature Request: Command Line Option To Open notepad++.exe With FTP Connection #244

Closed drewwesley closed 4 years ago

drewwesley commented 5 years ago

Feature Request

It would be helpful to be able to open an instance of Notepad++ with a session already connected to an FTP profile with something like: C:\Program Files\Notepad++>notepad++.exe -multiInst -openSession -NppFTP

chcg commented 5 years ago

See https://github.com/notepad-plus-plus/npp-usermanual/blob/master/command-line.md that would require a N++ change to forward a command line parameter to a plugin. That is currently not possible. This request would first need a N++ change. So a https://github.com/notepad-plus-plus/notepad-plus-plus/issues need to be created.