I've been able to transfer basic files, the problem occurs when I try to transmit a large file (10GB). It is fails after 7200 seconds. I've seen this noted on other threads but no clear solution - if one exists.
I've tried the following:
Sending the FTP keep-alive commands
Setting transfer type to Binary
file type is .bak.gpg which isn't listed under the automatic file type classification which shouldn't matter since the default transfer type is binary. Both checkboxes (Treat files w/o extensions & dotfiles) are checked
Sending via an FTP connection via a browser (successful)
Below is my
[list=]Version info
Results from network config wizard
Log results[/list]
FileZilla Client
----------------
Version: 3.6.0.2
Build information:
Compiled for: i586-pc-mingw32msvc
Compiled on: x86_64-unknown-linux-gnu
Build date: 2012-11-29
Compiled with: i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2)
Compiler flags: -g -O2 -Wall -g -fexceptions
Linked against:
wxWidgets: 2.8.12
GnuTLS: 3.1.4
SQLite: 3.7.6.2
Operating system:
Name: Windows NT 6.1 (build 7601, Service Pack 1)
Version: 6.1
Platform: 64 bit system
Network Config Wizard
Connecting to probe.filezilla-project.org
Response: 220 FZ router and firewall tester ready
USER FileZilla
Response: 331 Give any password.
PASS 3.6.0.2
Response: 230 logged on.
Checking for correct external IP address
IP <external IP>
Response: 200 OK
PREP 62940
Response: 200 Using port 62940, data token 1145447613
PORT <external IP>,245,220
Connection closed
Results state that connection with server go closed prematurely.
Log Results
07:14:29 Status: Disconnected from server
07:14:29 Status: Resolving address of <host>
07:14:29 Status: Connecting to <server>:21...
07:14:29 Status: Connection established, waiting for welcome message...
07:14:29 Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
07:14:29 Response: 220-You are user number 81 of 800 allowed.
07:14:29 Response: 220-Local time is now 06:14. Server port: 21.
07:14:29 Response: 220-This is a private system - No anonymous login
07:14:29 Response: 220 You will be disconnected after 15 minutes of inactivity.
07:14:29 Command: USER <user>@<host>
07:14:29 Response: 331 User <user>@<host> OK. Password required
07:14:29 Command: PASS **********
07:14:29 Response: 230-User <user>@<host> has group access to: <home dir>
07:14:29 Response: 230 OK. Current directory is /users/<user>%<host>
07:14:29 Command: OPTS UTF8 ON
07:14:29 Response: 200 OK, UTF-8 enabled
07:14:29 Status: Connected
07:14:29 Status: Retrieving directory listing...
07:14:29 Command: PWD
07:14:29 Response: 257 "/users/<user>%<host>" is your current location
07:14:29 Status: Directory listing successful
07:14:36 Status: Resolving address of <host>
07:14:36 Status: Connecting to <server>:21...
07:14:36 Status: Connection established, waiting for welcome message...
07:14:36 Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
07:14:36 Response: 220-You are user number 83 of 800 allowed.
07:14:36 Response: 220-Local time is now 06:14. Server port: 21.
07:14:36 Response: 220-This is a private system - No anonymous login
07:14:36 Response: 220 You will be disconnected after 15 minutes of inactivity.
07:14:36 Command: USER <user>@<host>
07:14:36 Response: 331 User <user>@<host> OK. Password required
07:14:36 Command: PASS **********
07:14:36 Response: 230-User <user>@<host> has group access to: <home dir>
07:14:36 Response: 230 OK. Current directory is /users/<user>%<host>
07:14:36 Command: OPTS UTF8 ON
07:14:36 Response: 200 OK, UTF-8 enabled
07:14:36 Status: Connected
07:14:36 Status: Starting upload of <target dir>\<target file>
07:14:36 Command: CWD /users/<user>%<host>/Home
07:14:36 Response: 250 OK. Current directory is /users/<user>%<host>/Home
07:14:36 Command: PWD
07:14:36 Response: 257 "/users/<user>%<host>/Home" is your current location
07:14:36 Command: TYPE I
07:14:36 Response: 200 TYPE is now 8-bit binary
07:14:36 Command: PASV
07:14:36 Response: 227 Entering Passive Mode (xxx, xxx, xxx, xxx,195,150)
07:14:36 Command: STOR <target file>
07:14:36 Response: 150 Accepted data connection
07:14:45 Status: Retrieving directory listing...
07:14:45 Command: CWD /users/<user>%<host>/Home
07:14:45 Response: 250 OK. Current directory is /users/<user>%<host>/Home
07:14:45 Command: TYPE I
07:14:45 Response: 200 TYPE is now 8-bit binary
07:14:45 Command: PASV
07:14:45 Response: 227 Entering Passive Mode (xxx, xxx, xxx, xxx,231,249)
07:14:45 Command: MLSD
07:14:45 Response: 150 Accepted data connection
07:14:45 Response: 226-Options: -a -l
07:14:45 Response: 226 3 matches total
07:14:45 Status: Directory listing successful
07:29:45 Response: 421 Timeout - try typing a little faster next time
07:29:45 Error: Connection closed by server
09:14:36 Error: Disconnected from server: ECONNABORTED - Connection aborted
09:14:36 Error: File transfer failed after transferring 3,126,460,416 bytes in 7200 seconds
Thanks.