-
-
Notifications
You must be signed in to change notification settings - Fork 301
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 MLST used despite compatibility protocol (FTP) #14333
Comments
Unfortunately that isn't an error in itself - just noise. We'd need the debug log to check further here. To summarize: |
I'm trying to copy the attached folder (just zipped it to upload here) and Cyberduck is just creating the empty folder on the ftp. Screenshot of Transfers attached. |
Your FTP server isn't standards1 compliant. Please report this issue to your ftp server vendor. Footnotes |
Thank you! I'll raise an issue in their issue tracker. Sadly the "FTP Compatibility"-protocol didn't fix it, I'm still getting "Transfer incomplete" and it's still using I deleted the log and tried transferring again: |
We are, despite disabling MLS*, still trying to use MLST if the server announces it. cyberduck/ftp/src/main/java/ch/cyberduck/core/ftp/FTPAttributesFinderFeature.java Line 59 in c52332e
Unfortunately, there is nothing you can do to workaround this now. |
I can still create it folder by folder 😊 Thanks for tracking the issue down! |
Do not use MLST when running with interoperability connection profile…
Describe the bug
I'm trying to upload the folder containing other folders and files via FTP. According to the logs there's an issue with the
250-Status
response, maybe it's wrongly sent by the server. Testing with a different FTP client worked, though.Screenshots
Attached screenshots of the ftpd server.
Desktop (please complete the following information):
Log Files
cyberduck.log
Additional context

Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: