]> sjero.net Git - wget/blobdiff - src/ChangeLog
"LIST" or "LIST -a" ftp command according to the remote system
[wget] / src / ChangeLog
index 13b6f6445292a97599a8310c0672320cd3260e5a..566db745f38ad60ad74e8887929a41a1879c0dd3 100644 (file)
@@ -1,4 +1,26 @@
+2013-10-17  Andrea Urbani  <matfanjol@mail.com>
+
+       * ftp.c (getftp): force "LIST" or "LIST -a"
+         according to the remote system type. If the remote
+         system is not known, it tries, only the first time,
+         "LIST -a", after "LIST" and decides which one to use.
+         For more information look for "__LIST_A_EXPLANATION__"
+       * ftp.h (enum ustype): New ustype enum.
+       * ftp.h (ftp_syst): New enum ustype *unix_type parameter.
+       * ftp.h (ftp_list): Removed enum stype rs parameter, added.
+         bool avoid_list_a, bool avoid_list, bool *list_a_used
+         parameters.
+       * ftp.h (wget_ftp_fstatus): New AVOID_LIST_A, AVOID_LIST,
+         LIST_AFTER_LIST_A_CHECK_DONE values.
+       * ftp-basic.c (ftp_list): it handles the new avoid_list_a,
+         avoid_list and list_a_used parameters.
+       * ftp.h (ftp_syst): it stores information about the "215 UNIX"
+         systems into the new unix_type parameter.
+
 2013-10-26  Bykov Aleksey <gnfalex@rambler.ru>
+
+       * utils.c (match_tail): Fix cookies reject
+
        * ftp-ls.c (ftp_parse_unix_ls): Fix parsing month name in uppercase
 
 2013-09-09  Tim Ruehsen  <tim.ruehsen@gmx.de>