- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- wget file size limitation
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2003 12:18 PM
тАО01-30-2003 12:18 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2003 01:30 PM
тАО01-30-2003 01:30 PM
Re: wget file size limitation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2003 02:35 PM
тАО01-30-2003 02:35 PM
Re: wget file size limitation
'wget' uses a pointer to a LONG to store where it's up to in a file.
Simply put, 2GB baby.
Unfortunately, their mailing lists are useless, and have no decent information in them.
Official home page (http://www.gnu.org/software/wget/wget.html) mentions nothing about a file size limit either.
And sorry, I don't feel like a source-code poking to confirm it, but it's what it seems.
Any particular reason you are using 'wget' instead of a real FTP client (NCFTP's 'ncftpget' command comes to mind) ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2003 03:20 PM
тАО01-30-2003 03:20 PM
Re: wget file size limitation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2003 04:20 PM
тАО01-30-2003 04:20 PM
Re: wget file size limitation
There's the standard 'ftp' FTP client, then theres the 3rd party (but usually distributed) 'ncftp' packages.
There are a number of things on a Linux box that can do 'ftp'.
Also, what is the FTP server that's serving it out? It's possible that it has a limitation also, which might be worth looking into.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2003 05:09 PM
тАО01-30-2003 05:09 PM
Re: wget file size limitation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2003 05:18 PM
тАО01-30-2003 05:18 PM
Re: wget file size limitation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2003 05:37 PM
тАО01-30-2003 05:37 PM
Re: wget file size limitation
See if it has the same issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2003 07:46 PM
тАО01-30-2003 07:46 PM
Re: wget file size limitation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2003 07:59 PM
тАО01-30-2003 07:59 PM
Re: wget file size limitation
ncftpget host /local/path /path/to/file
That will retrieve that file. By default, it will attempt to resume.
You can also use FTP URL's:
ncftpget ftp://host/path/to/file
to do the same thing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2003 09:20 AM
тАО01-31-2003 09:20 AM
Re: wget file size limitation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2003 10:56 PM
тАО01-31-2003 10:56 PM
Re: wget file size limitation
No, it's not session based. Yes, if you break out of it, it will continue where it left off.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2003 11:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2003 10:54 AM
тАО02-20-2003 10:54 AM
Re: wget file size limitation
Does the filesystem type support large files?
(Ext2 and Ext3 do not support files larger than 2GB).
You might try scp, or netpipes, netcat, or nfs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2003 02:23 PM
тАО02-20-2003 02:23 PM
Re: wget file size limitation
The 2GB file-size limitation was a kernel limit, not an FS design limit.
The late 2.2 series, and 2.4 series of kernel support up to 2TB file sizes.