Opened 17 years ago

Last modified 17 years ago

#3230 closed Bug report

miss setting interface for OPTION_TRANSFERRETRYCOUNT

Reported by: tommywu Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc: tommywu, Tim Kosse
Component version: Operating system type:
Operating system version:

Description

no interface to change OPTION_TRANSFERRETRYCOUNT

Change History (5)

comment:1 by Tim Kosse, 17 years ago

This setting has been removed, OPTION_RECONNECTCOUNT is a better suited for this.

comment:2 by tommywu, 17 years ago

I check the source code, still check this option in CQueueView::IncreaseErrorCount(), and the default value is 5. not the value for OPTION_RECONNECTCOUNT.

comment:3 by tommywu, 17 years ago

Sorry, I make some test again, I found during the transfer, if failed (lost connection), FZ3 will move the item to failed queue tab. Never retry (so nothing related to OPTION_TRANSFERRETRYCOUNT or OPTION_RECONNECTCOUNT), this is a bug or not?

comment:4 by Tim Kosse, 17 years ago

This very much depends on the reason why it failed. Some errors (e.g. 5yz reply codes) are critical and a retry is futile according to the FTP specs. (Otherwise it would have been a 4yz reply code)

comment:5 by tommywu, 17 years ago

how about lost connection (timeout)?
I think timeout is not critical error, but, in current FZ3, it won't retry after timeout.

Note: See TracTickets for help on using tickets.