Greets,
This latest upgrade exhibits a couple of problems. On one FTP server, login succeeds, but fails to list directory. On another FTP server, if fails to log in at all. Checked access to both servers with another FTP product with no problems. Duplicated the problem with 2.8.1 on a second OSX machine.
Reverted back to version cyberduck 2.7.1. Problems no longer occur.
phil mc
Version 2.8.1 release problems
really cyberduck?
ftp> !date
Tue Nov 27 22:31:15 CET 2007
ftp> ls
229 Entering Extended Passive Mode (|||51108|)
500 Illegal EPRT command
200 PORT command successful
150 Opening ASCII mode data connection for file list
drwxr-xr-x 3 xxx xxx 4096 Oct 1 12:32 .
drwxr-xr-x 3 xxx xxx 4096 Oct 1 12:32 ..
226 Transfer complete.
ftp> !date
Tue Nov 27 22:32:35 CET 2007
ftp>
This is command line ftp and as you can see it took more than a minute. Same thing timed out in Cyberduck. I'm not so sure that this is a Cyberduck problem. If it would be possible to set up more than 30 sec as timeout in Cyberduck, I think this would work.
I'm having Leopard and all the latest updates rolled out.
cheers,
soka
PS: there are 2 very similar errors reported in the ticket system ...
Tue Nov 27 22:31:15 CET 2007
ftp> ls
229 Entering Extended Passive Mode (|||51108|)
500 Illegal EPRT command
200 PORT command successful
150 Opening ASCII mode data connection for file list
drwxr-xr-x 3 xxx xxx 4096 Oct 1 12:32 .
drwxr-xr-x 3 xxx xxx 4096 Oct 1 12:32 ..
226 Transfer complete.
ftp> !date
Tue Nov 27 22:32:35 CET 2007
ftp>
This is command line ftp and as you can see it took more than a minute. Same thing timed out in Cyberduck. I'm not so sure that this is a Cyberduck problem. If it would be possible to set up more than 30 sec as timeout in Cyberduck, I think this would work.
I'm having Leopard and all the latest updates rolled out.
cheers,
soka
PS: there are 2 very similar errors reported in the ticket system ...
Last edited by soka on Wed Nov 28, 2007 4:47 pm, edited 1 time in total.
probably a leopard problem
I verified on my other mac, under tiger, that 2.8.1 works well. I bet this is a leopard related issue.
soka
soka
-
- Harmless
- Posts: 1
- Joined: Thu Nov 29, 2007 3:23 pm
pretty sure that it's not Cyberduck causing your speed problems ... it's just an application ... it's not installing anything ...brucekeener wrote:Speaking of potential Leopard issues, my Leopard startup seems to have slowed down a lot since installing CyberDuck, even though I cannot find any indication that it is included in the startup set.
Any thoughts or advice on this?
... some debug info ...
well ... I think the problem is somewhere here ... but too tired to continue now
FTPControlSocket.java -> protected FTPDataSocket createDataSocketPASV()
This function would create a passive data socket at the end
return new FTPPassiveDataSocket(new Socket(ipAddress, port));
but this one fails (FTPPassiveDataSocket.java).
soka
PS: http://trac.cyberduck.ch/ticket/1353
FTPControlSocket.java -> protected FTPDataSocket createDataSocketPASV()
This function would create a passive data socket at the end
return new FTPPassiveDataSocket(new Socket(ipAddress, port));
but this one fails (FTPPassiveDataSocket.java).
soka
PS: http://trac.cyberduck.ch/ticket/1353