in reply to Re^2: Net::ftp && IPv6
in thread Net::ftp && IPv6
the transfer of the data works:$ diff /usr/local/sisis-pap/perl5.16.2/lib/site_perl/5.16.2/Net/INET6G +lue/FTP.pm* 30c30 < LocalAddr => $ftp->sockhost, --- > LocalAddr => 'fe80::250:56ff:feb6:5310%eth0'
this underpins that somehow on the way down the %eth0 is droped off the $ftp->sockhost;Net::FTP=GLOB(0x83b0080)<<< 150 Here comes the directory listing. Net::FTP=GLOB(0x83b0080)<<< 226 Directory send OK. file: file file: tr Net::FTP=GLOB(0x83b0080)>>> EPRT |2|fe80::250:56ff:feb6:5310|35672| Net::FTP=GLOB(0x83b0080)<<< 200 EPRT command successful. Consider usin +g EPSV. Net::FTP=GLOB(0x83b0080)>>> RETR file Net::FTP=GLOB(0x83b0080)<<< 150 Opening BINARY mode data connection fo +r file (12 bytes). Net::FTP=GLOB(0x83b0080)<<< 226 File send OK. Net::FTP=GLOB(0x83b0080)>>> QUIT Net::FTP=GLOB(0x83b0080)<<< 221 Goodbye.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Net::ftp && IPv6
by Loops (Curate) on Nov 11, 2014 at 14:19 UTC | |
by gurucubano (Initiate) on Nov 12, 2014 at 12:43 UTC |