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

Cyberduck upgrade error #2647

Closed
cyberduck opened this issue Oct 9, 2008 · 3 comments
Closed

Cyberduck upgrade error #2647

cyberduck opened this issue Oct 9, 2008 · 3 comments
Labels
bug duplicate ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

c193b38 created the issue

Since the most recent upgrade Cyberduck is looking for a folder that doesn't exist on my server, and that I didn't ask it to look for.

I asked it to go to www/htdocs and cyberduck is defaulting to look for /www/usr/local

I don't know why? I asked it to look at path www/htdocs

FTP Error: Listing directory failed
/www/usr/local
/www/usr/local: no such file or directory

Here is my entire error. I've called my hosting company and they said it's something to do with cyberduck defaulting internally to the wrong file (a file that doesn't exist.)

Here is the rest of the error. My cousin is having the same problem since the upgrade. I am on an imac, and she is on a G4

220 cordelephotography.com FTP server (Version wu-2.6.2(1) Thu Jun 23 13:09:59 IDT 2005) ready.
USER cordelephotography@cordelephotography.com
331 Password required for cordelephotography.
PASS ********
230 User cordelephotography logged in.
NOOP
200 NOOP command successful.
TYPE I
200 Type set to I.
SIZE /www/www
550 /www/www: not a plain file.
NOOP
200 NOOP command successful.
SYST
215 UNIX Type: L8
STAT /www
213-status of /www:
lrwxrwxrwx 1 root 16 Apr 24 2007 /www -> usr/local/apache
213 End of Status
CWD /www/www
550 /www/www: No such file or directory.
NOOP
200 NOOP command successful.
MDTM /www/www
550 /www/www: No such file or directory.
NOOP
200 NOOP command successful.
NOOP
200 NOOP command successful.
SIZE /www/usr/local/apache
550 /www/usr/local/apache: not a plain file.
NOOP
200 NOOP command successful.
STAT /www/usr/local
213-status of /www/usr/local:
/bin/ls: /www/usr/local: No such file or directory
213 End of Status
TYPE A
200 Type set to A.
CWD /www/usr/local
550 /www/usr/local: No such file or directory.
CWD /www
250 CWD command successful.
TYPE I
200 Type set to I.
FEAT
500 'FEAT': command not understood.
PASV
227 Entering Passive Mode (208,131,144,160,115,160)
RETR www
550 www: No such file or directory.
QUIT
221-You have transferred 0 bytes in 0 files.
221-Total traffic for this session was 1292 bytes in 0 transfers.
221-Thank you for using the FTP service on cordelephotography.com.
221 Goodbye.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please try the latest nightly build from (http://update.cyberduck.ch/nightly). It should be fixed in that build.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please let me know if the nightly build resolves the issue.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #2625.

@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

1 participant