wget: add EPSV support
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 6 Feb 2018 14:48:12 +0000 (15:48 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 6 Feb 2018 14:48:12 +0000 (15:48 +0100)
commit1783ffa990814e2aac14e7ff5a4bbf2d5bebe3cc
tree7e792db0260222476ec186db33fec49a22039731
parent403f2999f94937ba3f37db6d093832f636815bb9
wget: add EPSV support

function                                             old     new   delta
parse_pasv_epsv                                        -     151    +151
wget_main                                           2440    2382     -58
xconnect_ftpdata                                     223      94    -129
------------------------------------------------------------------------------
(add/remove: 2/0 grow/shrink: 0/2 up/down: 151/-187)          Total: -36 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/libbb.h
networking/ftpgetput.c
networking/parse_pasv_epsv.c [new file with mode: 0644]
networking/wget.c