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

Right Angle FTP Server STAT incompatibility #4297

Closed
cyberduck opened this issue Mar 12, 2010 · 3 comments
Closed

Right Angle FTP Server STAT incompatibility #4297

cyberduck opened this issue Mar 12, 2010 · 3 comments
Assignees
Labels
bug ftp FTP Protocol Implementation thirdparty Issue caused by third party

Comments

@cyberduck
Copy link
Collaborator

56c3b6b created the issue

We have a client that is running a BulletProof FTP Server that we just upgraded to the latest 2010 version. The Sales guy and at least one of his clients, use Cyberduck from his Mac to access files on the server. When connection to the server using Auto, Port, or PASV mode, the system gets to "Listing Directory" and then just hangs there. It retries twice and then fails. From the FTP Server console, I can see they are logged in and the last command is "STAT ". Is there a work around for this? You can test this by pointing at 66.213.252.131 and login with raguest/guest.

Please let me know ASAP, as I cannot easily downgrade the FTP server.

Mark Holm

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

220 Right Angle FTP Server (BP2010)
USER raguest
331 Password required for raguest.
PASS ********
230 User raguest logged in.
FEAT
211-Extensions supported:
 CLNT
 MDTM
 PASV
 REST STREAM
 SIZE
211 End.
PWD
257 "/" is current directory.
NOOP
200 NOOP command successful.
SYST
215 UNIX Type: L8
STAT /
211- Server Status for User:raguest on RA2003srv :
211- (80.218.2.235:62456 <-> 192.168.10.104:21)
211-
211- Uploaded : 0 Kbytes
211- Downloaded : 0 Kbytes
211- 
211- End of STAT

@cyberduck
Copy link
Collaborator Author

@dkocher commented

As a workaround, disable the usage of STAT as described in the wiki.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The problem is that there is an invalid response line from this server. We fail to recognize the answer is complete and expect more to follow. The line 211- End of STAT is not a valid end marker but should be with a whitespace like 211 End.. Please report this bug to the server vendor.

@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