Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connection refused #6562

Closed
cyberduck opened this issue Feb 27, 2012 · 1 comment
Closed

connection refused #6562

cyberduck opened this issue Feb 27, 2012 · 1 comment
Assignees
Labels
bug ftp FTP Protocol Implementation thirdparty Issue caused by third party

Comments

@cyberduck
Copy link
Collaborator

3c9299b created the issue

I have cyberduck connecting to a shared file resurce, while it does work for some machines not all.

I have a log of a user and it logs on ok, but then the prgram quits and issues error message "connection refused"

here is the comment from servu :

Based on this log, Serv-U is acting correctly - the last two numbers in the PASV response are for the PASV port, which is different per-session. However, in the case of the user who can't log in, the user quits right after logging in. You'll have to work with Cyberduck support to find out why it is using QUIT right after connecting.

Here is rhe log :
At the bottom is where the quit commend started.

[20] Mon 27Feb12 09:48:02 - (063099) USER mhustad
[21] Mon 27Feb12 09:48:02 - (063099) 331 User name okay, need password.
[20] Mon 27Feb12 09:48:02 - (063099) PASS **********
[02] Mon 27Feb12 09:48:02 - (063099) User "mhustad" logged in
[21] Mon 27Feb12 09:48:02 - (063099) 230 User logged in, proceed.
[20] Mon 27Feb12 09:48:03 - (063099) PBSZ 0
[21] Mon 27Feb12 09:48:03 - (063099) 200 PBSZ command OK. Protection buffer size set to 0.
[20] Mon 27Feb12 09:48:03 - (063099) PROT P
[21] Mon 27Feb12 09:48:03 - (063099) 200 PROT command OK. Using private data connection.
[20] Mon 27Feb12 09:48:04 - (063099) FEAT
[21] Mon 27Feb12 09:48:04 - (063099) 211-Extensions supported
[21] Mon 27Feb12 09:48:04 - (063099) UTF8
[21] Mon 27Feb12 09:48:04 - (063099) OPTS MODE;MLST;UTF8
[21] Mon 27Feb12 09:48:04 - (063099) CLNT
[21] Mon 27Feb12 09:48:04 - (063099) CSID Name; Version;
[21] Mon 27Feb12 09:48:04 - (063099) HOST domain
[21] Mon 27Feb12 09:48:04 - (063099) SITE PSWD;SET;ZONE;CHMOD;MSG;EXEC;HELP
[21] Mon 27Feb12 09:48:04 - (063099) AUTH TLS;SSL;TLS-C;TLS-P;
[21] Mon 27Feb12 09:48:04 - (063099) PBSZ
[21] Mon 27Feb12 09:48:04 - (063099) PROT
[21] Mon 27Feb12 09:48:04 - (063099) CCC
[21] Mon 27Feb12 09:48:04 - (063099) SSCN
[21] Mon 27Feb12 09:48:04 - (063099) RMDA directoryname
[21] Mon 27Feb12 09:48:04 - (063099) DSIZ
[21] Mon 27Feb12 09:48:04 - (063099) AVBL
[21] Mon 27Feb12 09:48:04 - (063099) EPRT
[21] Mon 27Feb12 09:48:04 - (063099) EPSV
[21] Mon 27Feb12 09:48:04 - (063099) MODE Z
[21] Mon 27Feb12 09:48:04 - (063099) THMB BMP|JPEG|GIF|TIFF|PNG max_width max_height pathname
[21] Mon 27Feb12 09:48:04 - (063099) REST STREAM
[21] Mon 27Feb12 09:48:04 - (063099) SIZE
[21] Mon 27Feb12 09:48:04 - (063099) MDTM
[21] Mon 27Feb12 09:48:04 - (063099) MDTM YYYYMMDDHHMMSS[+-TZ];filename
[21] Mon 27Feb12 09:48:04 - (063099) MFMT
[21] Mon 27Feb12 09:48:04 - (063099) MFCT
[21] Mon 27Feb12 09:48:04 - (063099) MFF Create;Modify;
[21] Mon 27Feb12 09:48:04 - (063099) XCRC filename;start;end
[21] Mon 27Feb12 09:48:04 - (063099) MLST Type*;Size*;Create;Modify*;Perm;Win32.ea;Win32.dt;Win32.dl
[21] Mon 27Feb12 09:48:04 - (063099) 211 End (for details use "HELP commmand" where command is the command of interest)
[20] Mon 27Feb12 09:48:04 - (063099) OPTS UTF8 ON
[21] Mon 27Feb12 09:48:04 - (063099) 200 OPTS UTF8 is set to ON.
[20] Mon 27Feb12 09:48:04 - (063099) PWD
[21] Mon 27Feb12 09:48:04 - (063099) 257 "/" is current directory.
[20] Mon 27Feb12 09:48:04 - (063099) NOOP
[21] Mon 27Feb12 09:48:04 - (063099) 200 Command okay.
[20] Mon 27Feb12 09:48:04 - (063099) SYST
[21] Mon 27Feb12 09:48:04 - (063099) 215 UNIX Type: L8
[20] Mon 27Feb12 09:48:04 - (063099) STAT /
[21] Mon 27Feb12 09:48:04 - (063099) 211-Status for user mhustad from 72.225.231.117:
[21] Mon 27Feb12 09:48:04 - (063099) Connected for 0 minutes, 9 seconds
[21] Mon 27Feb12 09:48:04 - (063099) 24 logins, 24 in the past 24 hours.
[21] Mon 27Feb12 09:48:04 - (063099) Stored 0 files, 0.00 KB, 0.00 KB/sec average
[21] Mon 27Feb12 09:48:04 - (063099) Retrieved 0 files, 0.00 KB, 0.00 KB/sec average
[21] Mon 27Feb12 09:48:04 - (063099) Current transfer mode is BINARY
[21] Mon 27Feb12 09:48:04 - (063099) 211 End of status.
[20] Mon 27Feb12 09:48:04 - (063099) CWD /
[21] Mon 27Feb12 09:48:04 - (063099) 250 Directory changed to /
[20] Mon 27Feb12 09:48:04 - (063099) TYPE A
[21] Mon 27Feb12 09:48:04 - (063099) 200 Type set to A.
[20] Mon 27Feb12 09:48:04 - (063099) PASV
[21] Mon 27Feb12 09:48:04 - (063099) 227 Entering Passive Mode (209,151,254,98,7,241)
[20] Mon 27Feb12 09:48:04 - (063099) PWD
[21] Mon 27Feb12 09:48:04 - (063099) 257 "/" is current directory.
[20] Mon 27Feb12 09:48:15 - (063099) QUIT
[21] Mon 27Feb12 09:48:15 - (063099) 221 Goodbye, closing session.
[02] Mon 27Feb12 09:48:15 - (063099) User "mhustad" logged out
[02] Mon 27Feb12 09:48:15 - (063099) Closed session

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The transcript looks fine but it doesn't seem to originate from the log drawer. A Connection refused message would indicate that the client wants to connect to a server and port which can be reached but does not accept the connection.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug ftp FTP Protocol Implementation thirdparty Issue caused by third party
Projects
None yet
Development

No branches or pull requests

2 participants