Opened 17 years ago
Last modified 11 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?
Note:
See TracTickets
for help on using tickets.
This is by design.