Bug 1493749

Summary: FTP to IPv6 link-local addresses with scope identifier is no longer working
Product: [Fedora] Fedora EPEL Reporter: Peter Bieringer <pb>
Component: tnftpAssignee: David Cantrell <dcantrell>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: epel7CC: dcantrell
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-09-20 20:18:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Peter Bieringer 2017-09-20 19:56:44 UTC
Description of problem:
looks like some longer time ago, tnftp lost capability of connecting to link-local addresses using scope identifier


Version-Release number of selected component (if applicable):
tnftp-20141031-1.el7.x86_64


How reproducible:
always

Steps to Reproduce:
/usr/bin/tnftp -v -d fe80::***%eth0


Actual results:
isipv6addr: got 0 for fe80::***%eth0
fetch_ftp: `fe80::***%eth0'
fetch_ftp: user `<null>' pass `<null>' host fe80 port <null> path `:***%eth0' dir `<null>' file `:***%eth0'
tnftp: Can't lookup `fe80:ftp': Name or service not known
tnftp: Can't connect or login to host `fe80:?'


Expected results:
(found an older ftp from Ubuntu LTS 12):
isipv6addr: got 1 for fe80::***%eth0
ftp: Can't connect to `fe80::***%eth0:21': Connection refused
ftp: Can't connect to `fe80::***%eth0:ftp'
ftp> 

Additional info:
Filed bug also here, but don't know whether this is the proper place...
https://github.com/hharte/tnftp/issues/2

Comment 1 Peter Bieringer 2017-09-20 20:18:24 UTC
closed, layer 8 problem....non-existent interface specified :-(