ftpgetput: add EPSV support (PASV-like thing for IPv6)
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 4 Feb 2018 18:08:34 +0000 (19:08 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 4 Feb 2018 18:08:34 +0000 (19:08 +0100)
commit05b84d4e92b79fa47259907a78d8375bb5490135
treeb49cb8b43943d02370bbf260a239acbfecbd761b
parentdaa643205f76da5cb3e899aba2a047fc2c6f1994
ftpgetput: add EPSV support (PASV-like thing for IPv6)

Based on a patch by Kev Kitchens.

function                                             old     new   delta
xconnect_ftpdata                                     149     223     +74

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/ftpgetput.c