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

Failure enabling UTF8 for RaidenFTPd #6176

Closed
cyberduck opened this issue Aug 27, 2011 · 4 comments
Closed

Failure enabling UTF8 for RaidenFTPd #6176

cyberduck opened this issue Aug 27, 2011 · 4 comments
Labels
bug ftp FTP Protocol Implementation thirdparty Issue caused by third party

Comments

@cyberduck
Copy link
Collaborator

Yoshitaka Konishi created the issue

RaidenFTPd requires CLNT command before OPTS UTF8 ON command.

220 Please enter your login name now.
AUTH TLS
234 AUTH Command OK. Initializing SSL connection.
USER ********
331 Password required for ********
PASS ********
230 User ******** logged in.
PBSZ 0
200 PBSZ Command OK. Protection buffer size set to 0.
PROT P
200 PROT P accepted.
FEAT
211-Extensions supported:
 SIZE
 MDTM
 MDTM YYYYMMDDHHMMSS filename
 LIST -laT
 STAT -laT
 MLST type*;lang*;size*;modify*;create*;UNIX.mode*;UNIX.owner*;UNIX.group*;WIN32.ea*
 MLSD
 REST STREAM
 XCRC filename;start;end
 XMD5 filename;start;end
 TVFS
 CLNT client_type
 LANG EN;FR;JA;DE;IT;SV;ES;RU;ZH-TW;ZH-CN
 AUTH SSL
 AUTH TLS
 PROT
 PBSZ
 SSCN
 UTF8
 EPRT
 EPSV
211 END
OPTS UTF8 ON
500 Send 'CLNT client_type' before enabling UTF8.
.
.
.
@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please report to the developers of the server software.

@cyberduck
Copy link
Collaborator Author

Yoshitaka Konishi commented

Replying to [comment:1 dkocher]:

Please report to the developers of the server software.
I reported on this problem to the developers of the RaidenFTPD, and received the answer.

This restriction is a specification to avoid a IE6 problem.

Please refer to the paragraph of OPTS UTF8 in following URL.

(http://www.raidenftpd.com/kb/kb000000027.html)


RaidenFTPD can open the option to disable this specification.

However, the server keeps having the IE6 problem in this solution.

Could you correspond to this specification on the client side if possible?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

CLNT is something not specified in any RFC and should not be required. Their interoperability fix for IE6 should not break clients that adhere to the standard.

@cyberduck
Copy link
Collaborator Author

Yoshitaka Konishi commented

Thank you for the answer. I understood your policy.

After all, I solved this problem by setting the fake CLNT command to the server side logon script.

@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

1 participant