Opened 16 years ago

Last modified 10 years ago

#3335 closed Bug report

ftp keepalive only work for 30 minutes

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

Description

FTP keepalive function only work for 30 minutes. If really no any action by user, after 30 minutes, FZ3 will stop to send keepalive command.

I check the code in CFtpControlSocket::StartKeepaliveTimer(), it will check the value of m_lastCommandCompletionTime, but m_lastCommandCompletionTime won't be update for keepalive command, so it will stop after 30 minutes.

Is this a bug or just by design?

Change History (1)

comment:1 by Tim Kosse, 16 years ago

This is by design.

Note: See TracTickets for help on using tickets.