Opened 15 years ago

Closed 15 years ago

#4657 closed Bug report (rejected)

Upload Problem - system trying to login each time

Reported by: kayuoit Owned by:
Priority: high Component: FileZilla Client
Keywords: Uploading files Cc:
Component version: Operating system type: Windows
Operating system version: Vista Home Premium - SP1

Description

I am using version 3.2.6.1
My OS is Vista Home Premium Service Pack 1

Problem
I login in successfully, but when I try to upload a file, I get the code listed below. It appears that the system is trying to login again before uploading the file. When I disconnect, I can turn off the process queue, then turn it back on and the file is uploaded, but this is not how it is suppose to work?

Any help would be appreciated

Robin

Status: Resolving address of faculty.uoit.ca
Status: Connecting to 205.211.180.213:21...
Status: Connection established, waiting for welcome message...
Response: 220 ProFTPD 1.3.0 Server (Faculty.Uoit.Ca) [205.211.180.213]
Command: USER 100251861
Response: 331 Password required for 100251861.
Command: PASS
Response: 230 User 100251861 logged in.
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Features:
Response: MDTM
Response: REST STREAM
Response: SIZE
Response: 211 End
Status: Connected
Status: Retrieving directory listing...
Command: CWD /
Response: 250 CWD command successful
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I
Command: PASV
Response: 227 Entering Passive Mode (205,211,180,213,191,160).
Command: LIST
Response: 150 Opening ASCII mode data connection for file list
Response: 226 Transfer complete.
Status: Calculating timezone offset of server...
Command: MDTM index.html
Response: 213 20090712033746
Status: Timezone offsets: Server: 0 seconds. Local: -14400 seconds. Difference: -14400 seconds.
Status: Directory listing successful
Status: Resolving address of faculty.uoit.ca
Status: Connecting to 205.211.180.213:21...
Status: Connection established, waiting for welcome message...
Response: 220 ProFTPD 1.3.0 Server (Faculty.Uoit.Ca) [205.211.180.213]
Command: USER 100251861
Response: 331 Password required for 100251861.
Command: PASS

Response: 530 Sorry, the maximum number of clients (1) for this user are already connected.
Error: Critical error
Error: Could not connect to server
Status: Delaying connection for 5 seconds due to previously failed connection attempt...

Change History (2)

comment:1 by kayuoit, 15 years ago

Priority: criticalhigh

comment:2 by Tim Kosse, 15 years ago

Resolution: rejected
Status: newclosed

Your server has a very unhealthy limit set. Contact the server administrator to get it set to a more sane value. Real servers are able to handle thousands of simultaneous connections just fine. Unless your admin is a garden variety control freak he'll change it.

As workaround use the site manager and limit the number of connections to 1, but then you'll be unable to browse the server during transfers.

Note: See TracTickets for help on using tickets.