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

Support for Unitree/DiskXtender ftp server #3788

Closed
cyberduck opened this issue Oct 6, 2009 · 5 comments
Closed

Support for Unitree/DiskXtender ftp server #3788

cyberduck opened this issue Oct 6, 2009 · 5 comments
Assignees
Labels
enhancement fixed ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

402d9c9 created the issue

Unitree (aka DiskXtender) is a hierarchical storage management solution that provides an ftp frontend through its own server, uftpd.
When listing files, uftpd adds two extra columns (compared to a standard ftpd). Cyberduck chokes on these two columns, and thus cannot be used with Unitree servers.
Therefore, I propose the enclosed patch (against the rococoa branch, rev 5418). It implements a new parser that takes into account the extra columns, ignoring any information contained therein.


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Thanks for the patch. I will try to get it into the 3.3 release. Is there a unique response to SYST from uftpd?

@cyberduck
Copy link
Collaborator Author

402d9c9 commented

This is what I get:

ftp> quote SYST
215 UNIX Type: L8 Version: DiskXtender Storage System.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:2 Ansgar Esztermann <aeszter@…>]:

This is what I get:

ftp> quote SYST
215 UNIX Type: L8 Version: DiskXtender Storage System.

I could check then for DiskXtender in the response then and configure only this parser. Or are there other products using uftpd with the same directory listing format?

@cyberduck
Copy link
Collaborator Author

402d9c9 commented

Replying to [comment:3 dkocher]:

I could check then for DiskXtender in the response then and configure only this parser. Or are there other products using uftpd with the same directory listing format?

None that I know of.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 77a00e8.

@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
enhancement fixed ftp FTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants