NppFTP
NppFTP copied to clipboard
import a ftp configurazion
is it possible to import an ftp configuration or modify a file where ftp connections are stored to massively insert other accounts?
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
.
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
Sorry, I can't help with that. I only use key authentication.