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

Can't open Links on server #4453

Closed
cyberduck opened this issue May 6, 2010 · 4 comments
Closed

Can't open Links on server #4453

cyberduck opened this issue May 6, 2010 · 4 comments
Assignees
Labels
bug duplicate ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

48c54c5 created the issue

HI Today I discover a new bug.

Cyberduck Version: 3.4.2 (5902)/5902
MacOS: 10.6.3

In my FTP server I have a symbolic link the program can't open.
Now cyberduck try to download the file and return this error:

"I can only retrieve regular files."

220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 2 of 50 allowed.
220-Local time is now 17:28. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
USER ftpsavonacs
331 User XXXXXXXX OK. Password required
PASS ********
230-User XXXXXXXXXX has group access to: webmaste
230 OK. Current restricted directory is /
FEAT
211-Extensions supported:
EPRT
IDLE
MDTM
SIZE
REST STREAM
MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
MLSD
ESTP
PASV
EPSV
SPSV
ESTA
AUTH TLS
PBSZ
PROT
211 End.
NOOP
200 Zzz...
TYPE I
200 TYPE is now 8-bit binary
SIZE /path-to-file
550 Can't check for file existence
CWD /
250 OK. Current directory is /
PASV
227 Entering Passive Mode (89,16,163,33,195,177)
RETR savonacarsharing
550 I can only retrieve regular files
QUIT
221-Goodbye. You uploaded 0 and downloaded 0 kbytes.
221 Logout.


Of course because it's not a file, but it's only a link.

I try to work on other FTP client link FireFTP, or using FTP by shell and I don't have any problem so I think that it's a client problem... I recently upgrade cyberduck.

In the past everything works fine.

Thanks for your support

Regards
Davide

Usually works fine but today

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

Reformatted above transcript

220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 2 of 50 allowed.
220-Local time is now 17:28. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
USER ftpsavonacs
331 User XXXXXXXX OK. Password required
PASS ********
230-User XXXXXXXXXX has group access to:  webmaste
230 OK. Current restricted directory is /
FEAT
211-Extensions supported:
 EPRT
 IDLE
 MDTM
 SIZE
 REST STREAM
 MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
 MLSD
 ESTP
 PASV
 EPSV
 SPSV
 ESTA
 AUTH TLS
 PBSZ
 PROT
211 End.
NOOP
200 Zzz...
TYPE I
200 TYPE is now 8-bit binary
SIZE /path-to-file
550 Can't check for file existence
CWD /
250 OK. Current directory is /
PASV
227 Entering Passive Mode (89,16,163,33,195,177)
RETR savonacarsharing
550 I can only retrieve regular files
QUIT
221-Goodbye. You uploaded 0 and downloaded 0 kbytes.
221 Logout.

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

Please post the transcript from the directory listing.

@cyberduck
Copy link
Collaborator Author

39ca5bf commented

A client of mine also has a similar issue. I also use PureFTPd on my server. My guess is that this is the root of the problem.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Possibly a duplicate for #4126. Please try the latest snapshot.

@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