mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] ChangeLog for Jan's last patch.
This commit is contained in:
parent
7b5ad90acf
commit
d1a855786c
@ -1,3 +1,24 @@
|
|||||||
|
2000-11-18 Jan Prikryl <prikryl@cg.tuwien.ac.at>
|
||||||
|
|
||||||
|
* ftpparse.c, ftpparse.h: New files.
|
||||||
|
|
||||||
|
* ftp-ls.c (ftp_parse_ls): Use ftp_parse_unix_ls for UNIX servers
|
||||||
|
only. Use ftp_parse_nonunix_ls otherwise.
|
||||||
|
(ftp_parse_nonunix_ls): Stub to the ftpparse library handling all
|
||||||
|
exotic FTP servers.
|
||||||
|
|
||||||
|
* ftp.h (stype): New enum, distinguishes UNIX, VMS, and "other"
|
||||||
|
FTP servers.
|
||||||
|
|
||||||
|
* ftp.c: New static wariables host_type, pwd, and pwd_len.
|
||||||
|
(getftp): Support for VMS. Support for FTP servers that do not
|
||||||
|
place you in the root directory after login.
|
||||||
|
(ftp_retrieve_list): VMS is silent about the real file size, issue
|
||||||
|
a more appropriate message.
|
||||||
|
(ftp_get_listing): Pass host_type to ftp_parse_ls.
|
||||||
|
|
||||||
|
* ftp-basic.c (ftp_pwd, ftp_syst): New functions.
|
||||||
|
|
||||||
2000-12-05 Hrvoje Niksic <hniksic@arsdigita.com>
|
2000-12-05 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||||
|
|
||||||
* url.c (init_unsafe_char_table): Reinstate space as an unsafe
|
* url.c (init_unsafe_char_table): Reinstate space as an unsafe
|
||||||
|
Loading…
Reference in New Issue
Block a user