Bug 9597

Summary: FTP option of RPM doesn't work
Product: [Retired] Red Hat Linux Reporter: Stephen Rasku <redhat>
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-02-21 09:45:37 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Stephen Rasku 2000-02-20 00:25:57 UTC
I have tried this with rpm-3.0.3-0.32 and rpm-3.0.4-0.38.  The following
didn't work for either version:

rpm -qip ftp://ftp.redhat.com/rawhide/i386/RedHat/RPMS/rdate-1.0-1.i386.rpm

I got the error:

open of ftp://ftp.redhat.com/rawhide/i386/RedHat/RPMS/rdate-1.0-1.i386.rpm
failed: File not found on server

However, I am able to download the file with either netscape or the command
line ftp just fine.

Comment 1 Jeff Johnson 2000-02-21 09:45:59 UTC
Try

rpm -qip ftp://ftp.redhat.com/pub/rawhide/i386/RedHat/RPMS/rdate-1.0-1.i386.rpm

(note extra pub at front)