mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
* ftpfs.c (ftpfs_first_cd_then_ls): Enable this functionality by default.
This commit is contained in:
parent
465972e0b9
commit
8de760e37b
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user