Updates:
Status: Assigned
Owner: [email protected]
Comment #2 on issue 21006 by [email protected]: REGRESSION: New FTP:
symlinks are not listed
http://code.google.com/p/chromium/issues/detail?id=21006
Note to myself: it's a bug in url_request_new_ftp_job (we do nothing for
FTP_TYPE_SYMLINK):
case net::FTP_TYPE_FILE:
if (StringToInt64(result.fe_size, &file_size))
file_entry.append(net::GetDirectoryListingEntry(
RawByteSequenceToFilename(result.fe_fname, encoding_),
result.fe_fname, false, file_size,
base::Time::FromLocalExploded(result.fe_time)));
break;
case net::FTP_TYPE_SYMLINK:
case net::FTP_TYPE_JUNK:
case net::FTP_TYPE_COMMENT:
break;
default:
break;
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---