Summary: | Keep alive connection feature | ||
---|---|---|---|
Product: | [Applications] kftpgrabber | Reporter: | Paul Goldbaum <togashi.gentoo> |
Component: | general | Assignee: | Jernej Kos <kostko> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Paul Goldbaum
2005-06-18 14:18:48 UTC
Agreed - this is a necessity! Can't believe it wasn't already built in as nearly every GUI FTP client has it. SVN commit 576618 by kostko: Implemented connection keepalive for FTP connections using NOOP. FEATURE: 107653 M +2 -1 engine/commands.h M +39 -0 engine/ftpsocket.cpp M +1 -0 engine/ftpsocket.h M +23 -0 engine/socket.cpp M +17 -1 engine/socket.h M +3 -0 kftpbookmarks.cpp M +163 -47 ui/bookmark_properties.ui M +23 -7 widgets/bookmarks/editor.cpp M +1 -0 widgets/bookmarks/editor.h |