Hello,
I have a problem with long ftp download/upload. If the transer take longer than 4 mintues, the operation fails.
ftp> mget test2.tar
200 PORT command successful.
150 Opening BINARY mode data connection for test2.tar(1111726080 bytes).
421 Service not available, remote server has closed connection
684864340 bytes received in 242 seconds (2832440 bytes/s)
ftp> mget test2*
200 PORT command successful.
150 Opening BINARY mode data connection for test2.tar(1111726080 bytes).
421 Service not available, remote server has closed connection
804770644 bytes received in 241 seconds (3345585 bytes/s)
I tried the same thing on our second wingate server (same hardware, same os windows 2003, same wingate version 6.5.2) and the problem does not occur.
Any idea what stop the transfer after 4 minutes?