@Дмитрий-Суричев said in NppFTP Unable to connect:
provide debug information
and where to get it? I would like to see it myself.
Go to the ? menu in Notepad++, and it has a Debug Info entry.
When I tried with the ftp://91.122.30.115/ URL (by the way, it would have been nice if your “working filezilla” example had actually been to the same site as your “not-working NppFTP” example) – FileZilla gave
Status: Connecting to 91.122.30.115:21... Status: Connection established, waiting for welcome message... Status: Insecure server, it does not support FTP over TLS. Status: Server does not support non-ASCII characters. Status: Logged in Status: Retrieving directory listing of "/"... Status: Directory listing of "/" successfulWith no username or password, using FTP, NppFTP gave
[NppFTP] Everything initialized -> TYPE I Connecting -> Quit 220 Welcome to Pineforest.info FTP service. -> USER 331 Please specify the password. -> PASS *HIDDEN* 503 Login with USER first. Unable to connect DisconnectedWhen I changed the settings to give an anonymous username, and ask for a dummy password
87dadb31-fcf1-4c38-aa81-a064a9c121d9-image.png
When I ran that connection I typed anonymous, it gave:
-> TYPE I Connecting -> Quit 220 Welcome to Pineforest.info FTP service. -> USER anonymous 331 Please specify the password. -> PASS *HIDDEN* 230 Login successful. -> TYPE A 200 Switching to ASCII mode. -> MODE S 200 Mode set to S. -> STRU F 200 Structure set to F. -> PWD 257 "/" is the current directory Connected -> CWD / 250 Directory successfully changed. -> PASV 227 Entering Passive Mode (91,122,30,115,135,92) -> LIST 150 Here comes the directory listing. 226 Directory send OK.So NppFTP connected just fine to ftp://91.122.30.115/
? > Debug Info:
Notepad++ v7.9 (64-bit) Build time : Sep 22 2020 - 03:19:04 Path : C:\usr\local\apps\notepad++\notepad++.exe Admin mode : OFF Local Conf mode : ON OS Name : Windows 10 Enterprise (64-bit) OS Version : 1903 OS Build : 18362.1016 Current ANSI codepage : 1252 Plugins : ComparePlugin.dll LuaScript.dll MarkdownViewerPlusPlus.dll mimeTools.dll NppConsole.dll NppConverter.dll NppEditorConfig.dll NppExec.dll NppExport.dll NppFTP.dll NppUISpy.dll PreviewHTML.dll PythonScript.dll QuickText.dll TagLEET.dll XMLTools.dllPlugins > NppFTP > About
3e9ee8d8-d892-46b7-9ceb-029b2f0f2236-image.png
So, it works for me.