How do I scp extremely large files
- From: Mike <mikesmith813@xxxxxxxxx>
- Date: Sat, 4 Feb 2012 18:03:22 -0800 (PST)
I need to copy extremely large files (30-100G) from a remove server to
a machine where my code will be running. I have code in place now
that uses an sftp connection to scan the file directory watching for
files to show up for me to copy. My question is how do I read in
chunks of these large files and write them out in chunks? I cannot
hold the bytes in memory obviously. Any help or pseudo code is
greatly appreaciated!
.
- Follow-Ups:
- Re: How do I scp extremely large files
- From: Roedy Green
- Re: How do I scp extremely large files
- From: Roedy Green
- Re: How do I scp extremely large files
- From: Arne Vajhøj
- Re: How do I scp extremely large files
- From: Arne Vajhøj
- Re: How do I scp extremely large files
- From: Robert Klemme
- Re: How do I scp extremely large files
- Prev by Date: Re: Converting Sets
- Next by Date: Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia
- Previous by thread: Lightweight postDelayed / removeCallbacks
- Next by thread: Re: How do I scp extremely large files
- Index(es):
Relevant Pages
|