An ftp connection to a site has been established, and an attempt is made to download of a file which is a symbolic link on the remote side that point to a non-existing file. Cyberduck first reported the following in the Transfer window, which is expected:
220 Authorized users only. All activity may be monitored and reported.
USER anonymous
331 Please specify the password.
PASS ********
230 Login successful.
SYST
215 UNIX Type: L8
NOOP
200 NOOP ok.
CWD /data/products
250 Directory successfully changed.
PASV
227 Entering Passive Mode (140,90,128,71,200,244)
LIST -a
150 Here comes the directory listing.
drwxrwxrwx 2 3113 0 4096 Jun 05 2007 .
drwxrwxrwx 14 3113 0 4096 Jul 25 16:56 ..
lrwxrwxrwx 1 48 0 11 Feb 03 2006 dictionary.txt -> product.dir
226 Directory send OK.
CWD /data/products/dictionary.txt
550 Failed to change directory.
NOOP
200 NOOP ok.
TYPE I
200 Switching to Binary mode.
SIZE /data/products/product.dir
550 Could not get file size.
NOOP
200 NOOP ok.
PASV
227 Entering Passive Mode (140,90,128,71,62,71)
RETR dictionary.txt
550 Failed to open file.
QUIT
221 Goodbye.
But then, when "Cancel" is clicked on the Transfer window error message is clicked, Cyberduck crashes. Here it is the crash log:
An ftp connection to a site has been established, and an attempt is made to download of a file which is a symbolic link on the remote side that point to a non-existing file. Cyberduck first reported the following in the Transfer window, which is expected:
But then, when "Cancel" is clicked on the Transfer window error message is clicked, Cyberduck crashes. Here it is the crash log:
The text was updated successfully, but these errors were encountered: