* ftpfs.c (ftpfs_first_cd_then_ls): Enable this functionality by default.

This commit is contained in:
Pavel Tsekov 2006-01-23 09:52:07 +00:00
parent 465972e0b9
commit 8de760e37b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-01-23 Pavel Tsekov <ptsekov@gmx.net>
* ftpfs.c (ftpfs_first_cd_then_ls): Enable this functionality
by default.
2006-01-18 Pavel Tsekov <ptsekov@gmx.net>
* tar.c (tar_read_header): Skip over pax extended header and

View File

@ -118,7 +118,7 @@ int ftpfs_use_passive_connections_over_proxy = 0;
int ftpfs_use_unix_list_options = 1;
/* First "CWD <path>", then "LIST -la ." */
int ftpfs_first_cd_then_ls;
int ftpfs_first_cd_then_ls = 1;
/* Use the ~/.netrc */
int use_netrc = 1;