[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Downloading the 4GB DVD iso
- From: steve_dum mentorg com
- To: fedora-test-list redhat com
- Cc: steved <steve_dum mentor com>
- Subject: Re: Downloading the 4GB DVD iso
- Date: Thu, 06 May 2004 22:43:49 -0700
In message <200405060353 i463r4LM007766 pinon wv mentorg com>you write:
>
Thanks to the responders - I now have 5 ways to ftp files. ftp, ncftp, lftp
gftp and perl. The last 3 will actually handle >4Gb files. I found perl
the most novel. The 6 line script from the man page for Net::FTP while
very basic was the first I found that worked.
use Net::FTP;
$ftp = Net::FTP->new("mirror.hiwaay.net", Debug => 1);
$ftp->login("anonymous",'anonymous mentor com');
$ftp->cwd("/redhat/fedora/linux/core/test/1.92/i386/iso");
$ftp->get("FC2-test3-i386-DVD.iso");
$ftp->quit;
steve
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]