Bug 117520 - Saving multiple files over ftp creates multiple ftp connections
Summary: Saving multiple files over ftp creates multiple ftp connections
Status: RESOLVED DUPLICATE of bug 117264
Alias: None
Product: kio
Classification: Unmaintained
Component: ftp (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: András Manţia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-02 18:01 UTC by Chris Dunning
Modified: 2005-12-02 22:39 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***