#4924 closed Bug report (duplicate)
client not listening to resume settings
Reported by: | Jim Michaels | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | Windows | |
Operating system version: | XP Pro SP3 |
Description
3.2.8.1
either
- filezilla client is not listening to the settings I have in Edit|Settings to resume on upload (defaults on Transfer|Default file exists action...)
- or filezilla client is choosing to do a STOR when it gets a ECONNRESET, which ruins my upload resumes.
my uploads take multiple days, I don't know if that has anything to do with it.
quota is not a problem because that is not in the log for this file.
I have been having this problem over and over.
someone please fix.
here is the log section.
Error: Disconnected from server: ECONNABORTED - Connection aborted
Status: Resolving address of nowhere.com
Status: Connecting to :21...
Status: Connection established, waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [TLS] ----------
Response: 220-You are user number 3 of 50 allowed.
Response: 220-Local time is now 13:01. Server port: 21.
Response: 220-IPv6 connections are also welcome on this server.
Response: 220 You will be disconnected after 15 minutes of inactivity.
Command: USER user
Response: 331 User user OK. Password required
Command: PASS *
Response: 230-User user has group access to: user
Response: 230 OK. Current restricted directory is /
Status: Connected
Status: Starting upload of C:\www\jimm\OOo\OOo3.1.1sn_dvd.iso
Command: CWD /public_html/OOo
Response: 250 OK. Current directory is /public_html/OOo
Status: Retrieving directory listing...
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PASV
Response: 227 Entering Passive Mode (,32,118)
Command: MLSD
Response: 150 Accepted data connection
Response: 226-ASCII
Response: 226-Options: -a -l
Response: 226 15 matches total
Command: PASV
Response: 227 Entering Passive Mode (,133,103)
Command: REST 550830080
Response: 350 Restarting at 550830080
Command: STOR OOo3.1.1sn_dvd.iso
Response: 150 Accepted data connection
Error: Could not write to transfer socket: ECONNRESET - Connection reset by peer
Error: Connection timed out
Status: Resolving address of nowhere.com
Status: Connecting to :21...
Status: Connection established, waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [TLS] ----------
Response: 220-You are user number 2 of 50 allowed.
Response: 220-Local time is now 01:21. Server port: 21.
Response: 220-IPv6 connections are also welcome on this server.
Response: 220 You will be disconnected after 15 minutes of inactivity.
Command: USER user
Response: 331 User user OK. Password required
Command: PASS *
Response: 230-User user has group access to: user
Response: 230 OK. Current restricted directory is /
Status: Connected
Status: Starting upload of C:\www\jimm\OOo\OOo3.1.1sn_dvd.iso
Command: CWD /public_html/OOo
Response: 250 OK. Current directory is /public_html/OOo
Status: Retrieving directory listing...
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PASV
Response: 227 Entering Passive Mode (,241,2)
Command: MLSD
Response: 150 Accepted data connection
Response: 226-ASCII
Response: 226-Options: -a -l
Response: 226 15 matches total
Command: PASV
Response: 227 Entering Passive Mode (,252,182)
Command: STOR OOo3.1.1sn_dvd.iso
Response: 150 Accepted data connection
Change History (3)
comment:1 by , 15 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
I am not sure this is the same bug you are linking me with. mine is not asking me for confirmation. it is set to automatically resume. but you know the innards of Filezilla better than I so if you say it is due to the same bug, I'll shut up.
Duplicate of #4891