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

Unable to list / hang with Synology Disk Station FTP. #2554

Closed
cyberduck opened this issue Sep 7, 2008 · 1 comment
Closed

Unable to list / hang with Synology Disk Station FTP. #2554

cyberduck opened this issue Sep 7, 2008 · 1 comment
Assignees
Labels
bug duplicate ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

1aad160 created the issue

Synology Disk Station is a Linux based NAS with ftp server. I'm using firmware DSM 2.0-0640.
My ftp folder contains 5 directories. When connecting using Cyberduck only one empty nameless directory is shown. When expanding this directory in outline view Cyberduck hangs beachball style.

Using standard ftp in terminal everything is listed correctly.

Cyberduck session log:

--------------------------------------------
220 Disk Station FTP server at Ugglan ready.
USER xxxxxx
331 Password required for xxxxxx.
PASS ********
230 User xxxxxx logged in.
PWD
257 "/" is current directory.
NOOP
200 NOOP command successful.
SYST
215 UNIX Type: L8
STAT /
211- status of /:
drwxr-xr-x   1 root     root             4096 Sep  7 09:27 /
211 End of Status


And using OS X ftp (Terminal):

230 User xxxxx logged in.
ls Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls -a
229 Entering Extended Passive Mode (|||55968|)
150 Opening BINARY mode data connection for 'file list'.
drwxrwxrwx   1 root users         4096 Sep  7 17:34 data
drwxrwxrwx   1 root users         4096 Sep  7 12:10 music
drwxrwxrwx   1 root users         4096 Sep  6 23:39 photo
drwxrwxrwx   1 root users         4096 Sep  7 12:25 video
drwxrwxrwx   1 root users         4096 Sep  6 18:55 web
226 Transfer complete.
ftp> bye
221 See you later...


/Nils Fridén

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Refer to #2410.

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

No branches or pull requests

2 participants