Bug 117520

Summary: Saving multiple files over ftp creates multiple ftp connections
Product: [Unmaintained] kio Reporter: Chris Dunning <chris>
Component: ftpAssignee: András Manţia <amantia>
Status: RESOLVED DUPLICATE    
Severity: normal CC: nicolasg
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Chris Dunning 2005-12-02 18:01:58 UTC
Version:           3.4.3 (using KDE 3.4.3, Kubuntu Package 4:3.4.3-0ubuntu1 )
Compiler:          Target: x86_64-linux-gnu
OS:                Linux (x86_64) release 2.6.12-9-amd64-generic

When working with multiple files on a remote server, the "save all" command seems to generate a new FTP session for each file being saved rather than using the existing connection to upload each file in succession.  This has some annoying results depending on the configuration of the remote server.  One particular client's server is configured to block IPs which make too many FTP connections in too short of a time span.  Several of my clients are limited in the number of concurrent FTP connections they can have, so when I try to save multiple files the first file is saved but all other files result in error messages.  It seems like this would be a configuration option somewhere but I can't find it.

How to reproduce:
-Open several files from a remote server over FTP
-Make changes to each file
-Save all files using File->Save All or ctrl+shift+s

Expected behavior:
-Quanta would use the existing open FTP session or, if no session is open, open a single new FTP session and upload all files in succession.
Comment 1 Nicolas Goutte 2005-12-02 22:39:43 UTC

*** This bug has been marked as a duplicate of 117264 ***