On Wed, Jan 26, 2005 at 01:17:04PM -0500, Payal Rathod wrote:
> I have a client uploading a few designs (25-30 Mbs) daily at a remote
> ftp server. [...] I don't want to download partially uploaded files
> (we pay per mb).
The best thing to do when transferring files via ftp is to use the idiom
of
Use rsync with --partial flag SET. It allows you to
resume download from where the connection was dropped
last time.
Regarding Stopping download of partially UPLOADED
FILES. you can exclude them using an exclude flag.
What needs to be excluded needs to be digged out??
As per my knowledge you c
Hi,
An offtopic quesiton, but I could not think of asking any other list
where it might be answered.
I have a client uploading a few designs (25-30 Mbs) daily at a remote
ftp server. We download them in morning. Since we have a slow
connection we daily waste a couple of hours downloading it. Is