Opened 17 years ago
Last modified 17 years ago
#3155 closed Bug report
Single connection
Reported by: | ffes | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | ffes, elisee, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
When you set the three fields at "Concurrent transfers" all to 1, I would expect it to work the same way as it did in FZ2: reusing the current connection for a transfer and not opening a new connection.
The FTP connection to my webhoster is slow on connecting, once connected it all works as fast as you would expect. Therefore reconnecting for every transfer is annoying.
Using beta-8 on WinXP.
Change History (3)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Thanks for reporting. This issue has been fixed in the SVN
repository and will be available with the next version.
comment:3 by , 17 years ago
Please note that the transfer options in the settings dialog are only about transfers, not the number of concurrent connections (which is at most number of transfers + 1 from the browsing connection).
To actually limit the number of connections you need to limit it per-site in the site manager. Please note that with a limit of 1, you cannot browse the server while transfers are active.
I also need this for uploading files, because a FTP server (ftpperso.free.fr) wants me to use only one connection at a time.
When I try to upload a file to this server, it answers me with a 421 error code with the message (translated from french) "You can only have _2_ connections at a time", which seems unconsistent since FileZilla is trying to open that _second_ connection. Certainly an error in the message, but the result is still there: I think I need to be able to upload through the control connection.