|
Home > Archive > Unix administration > August 2006 > Problem with FTPing 60GB file in Solaris
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Problem with FTPing 60GB file in Solaris
|
|
| balreddy.gattu@gmail.com 2006-08-21, 7:26 pm |
| Hello All,
I want to know some details/problems that will arise while ftping
morethan 60GB files.
ftp manual page saying that it will support largefiles.
But i want to know what is the best way to ftp (>60Gb) files from
different solaris box.
Thanks in advance..
Thanks,
Bal G
| |
| Dave Hinz 2006-08-21, 7:26 pm |
| On 21 Aug 2006 14:07:39 -0700, balreddy.gattu@gmail.com <balreddy.gattu@gmail.com> wrote:
> ftp manual page saying that it will support largefiles.
> But i want to know what is the best way to ftp (>60Gb) files from
> different solaris box.
Can you try scp? Is it one really big file, or is it built up from a
bunch of smaller files that maybe you could use rsync for? That way
it'll move as much of it as it can, if you lose session or network or
something, it starts more or less where it left off.
In other words, what are you actually doing? Is it a big 60GB blob, or
are you making it that way to move it?
|
|
|
|
|