ashkulz / NppFTP

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

Upload hangs mid-transfer for exactly one minute #298

Open jlowntn opened 3 years ago

jlowntn commented 3 years ago

When uploading any file to my remote server with NppFTP, there is an exactly 60 second delay between these two steps: 150 Opening BINARY mode data connection 226 Transfer complete after which the transfer completes successfully. Note that the initial connection is immediate, downloads are instantaneous, and the file uploads (ftps, port 21) work smoothly with Sublime Text and Sublime FTP.

Steps to Reproduce the Issue

This seems to happen consistently with various combinations of:

Anything I can do on the NppFTP settings without bothering my server guys, since behavior seems unique to NppFTP?

image

chcg commented 3 years ago

@jlowntn Which version of N++ and NppFtp plugin do you use? How big is about.asp.

radar3301 commented 3 years ago

I can confirm I have the exact same problem.

Notepad++ v7.9 (32-bit) Build time : Sep 22 2020 - 03:24:22 Path : C:\Program Files (x86)\Notepad++\notepad++.exe Admin mode : OFF Local Conf mode : OFF OS Name : Windows 10 Enterprise (64-bit) OS Version : 1909 OS Build : 18363.1198 Current ANSI codepage : 1252 Plugins : mimeTools.dll NppConverter.dll NppExport.dll NppFTP.dll NppFTP version: 0.29.6 Unicode FTP connection: FTPES / FTPS Authentication: password

Edit: In may case, the file I am uploading is 329 bytes.

jlowntn commented 3 years ago

Notepad++ v7.8.8 (64-bit) NppFTP 0.29.6 Unicode File upload is about 15KB, but the delay is independent of file size.

Thanks!