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

FTP Connection Error #5907

Closed
cyberduck opened this issue Apr 18, 2011 · 3 comments
Closed

FTP Connection Error #5907

cyberduck opened this issue Apr 18, 2011 · 3 comments
Assignees
Labels
bug ftp FTP Protocol Implementation thirdparty Issue caused by third party
Milestone

Comments

@cyberduck
Copy link
Collaborator

b5c49ff created the issue

I was trying to deliver a commercial to a TV station that I've transferred files to before and the connection would no longer connect.

When I go to connect I get this message.

I/O Error: Could not parse response code.
Server Reply: 04-15-11  01:16AM            168541585 0412-DTV-11-51 - SD.mov

In the window below that says Toggle Transcript I get this:

220 Microsoft FTP Service
FEAT
530 Please login with USER and PASS.
USER kltvftp
331 Password required for kltvftp.
PASS ********
230 User kltvftp logged in.
NOOP
200 NOOP command successful.
SYST
215 XXXXXXXXXX
STAT /kltv
213-status of /kltv:
04-15-11  01:16AM            175116309 0412-DTV-11-50 - SD.mov
CWD /kltv
PWD

I have a coworker that still has 3.8.1 and he can connect fine. I have 4.0.2 and cannot connect. I have 5 other companies that I transfer files to and so far their connections seem to be fine. It's just this one that is giving me problems.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The server is sending an invalid reply string. It should be finalized with 211 End of status or similar text.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

You can disable the use of STAT to work around this interoperability issue.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Milestone 4.0.3 deleted

@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