Re: Need to upload 2 GB file to server, how ?

From: +Alan Hicks+ (alan_at_lizella.netWORK)
Date: 06/30/05


Date: Thu, 30 Jun 2005 03:42:36 -0000


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

In comp.unix.bsd.freebsd.misc, siliconmike dared to utter,
> I think rsync is what I want then, since it makes the upload safe from
> interruption while a multi-hour upload session going on.
>
> Or how about using split to split the file into fragment files before
> uploading?

Some one correct me if I'm wrong, but doesn't rsync do something
similar to this anyhow by splitting the file into multiple smaller
chunks and taking md5sums of those chunks so it only has to move the
pieces that have changed?

> In this case how do I join the fragments?

man cat

- --
It is better to hear the rebuke of the wise,
Than for a man to hear the song of fools.
Ecclesiastes 7:5
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFCw2npzLTO1iU1uO4RAqHMAJ9gPU77IJCsimzuh9EfovC9c7H0kQCg1VEQ
4DqReAvtZMHqG0A8eVsiAQ4=
=SOWP
-----END PGP SIGNATURE-----



Relevant Pages

  • Re: Need to upload 2 GB file to server, how ?
    ... I think rsync is what I want then, since it makes the upload safe from ... interruption while a multi-hour upload session going on. ... Or how about using split to split the file into fragment files before ...
    (comp.unix.bsd.freebsd.misc)
  • Re: Script, bash: Help with very simple ftp script
    ... >> script to upload my html files? ... I don't know if rsync is possible or not. ... I was hoping for a simple script to ... I useit to upload all to houghi.org. ...
    (alt.os.linux.suse)
  • Re: php execution time
    ... time using set_time_limit if I wanted to upload say a 100 mb file. ... performance/security use scp or rsync over ssh. ... I would never handle such large files over http - it's missing some good features, ...
    (comp.lang.php)
  • Re: rsync - excluding all files older than ?
    ... I want rsync to only upload ... with modification times newer than 10 days ago. ... The server where I am ... So what do I do to make rsync to consider files only newer than 10 ...
    (comp.os.linux.misc)
  • Re: [PHP] Large/unreliable file uploading over HTTP
    ... annoyances with file uploading - multipart form encodings, ... BitTorrent splits everything up into chunks. ... send request to the server - with the info - use JSON? ... client compares checksum for identifier, if okay, move to next chunk ...
    (php.general)