Disconnect on save with latest NppFTP
-
Same as: topic/18606/disconnect-on-save-with-latest-nppftp
Npp (64bit) v8.1.1, NppFTP v0.29.7
See log capture below…
Verified CLI ftp works, FileZilla FTP works. Setting verified/same for all.
It must be me though, I just don’t see whish setting in NppFTP I have wrong.
Connecting
220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 3 of 50 allowed.
220-Local time is now 10:23. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
-> USER verified.host
331 User user@verified.host OK. Password required
-> PASS HIDDEN
230 OK. Current restricted directory is /
-> TYPE A
200 TYPE is now ASCII
-> MODE S
200 S OK
-> STRU F
200 F OK
-> TYPE I
200 TYPE is now 8-bit binary
-> SIZE /robots.txt
213 288
-> PASV
227 Entering Passive Mode (208,131,150,31,163,115)
-> RETR /robots.txt
150 Accepted data connection
226-File successfully transferred
226 0.000 seconds (measured here), 2.31 Mbytes per second
Download of /robots.txt succeeded, opening file.
-> Quit
Disconnected
-> Quit -
Did you find a solution to this?