ashkulz / NppFTP

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

import a ftp configurazion #319

Open maioradv opened 3 years ago

maioradv commented 3 years ago

is it possible to import an ftp configuration or modify a file where ftp connections are stored to massively insert other accounts?

Ben-Voris commented 3 years ago

The hosts are stored in %APPDATA%\Notepad++\plugins\config\NppFTP\NppFTP.xml Also be aware that this plugin uses its own known_hosts file, which is in the same directory. It is possible to link to other known_hosts. On my system, that includes %USERPROFILE%\.ssh\known_hosts and, in Cygwin, ~/.ssh/known_hosts.

maioradv commented 3 years ago

it's great thanks, i found the file. can you tell me with which algorithm the password is encrypted? so I can directly add other hosts in here thanks

Ben-Voris commented 3 years ago

Sorry, I can't help with that. I only use key authentication.