Computing.Net > Forums > Unix > ftp large file .gzip

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

ftp large file .gzip

Reply to Message Icon

Name: Mehul
Date: September 11, 2003 at 18:08:35 Pacific
OS: sun
CPU/Ram: sun
Comment:

Hello,

I have a file of large file size i need to ftp to another server , i do tar or gzip to get file xxx.zip or xxx.tar

if i do ftp it takes around 5 hrs to transfer the build

is there some utility available in unix which splits the file and can ftp the split files parallely....does csplit works ?

If there is split there should be some utility also to join the split files

Does any body have any idea

Appreciate your help

Thx
Mehul



Sponsored Link
Ads by Google

Response Number 1
Name: David Perry
Date: September 12, 2003 at 04:28:44 Pacific
Reply:

I'm missing the point of your question. Do you feel it would take less time to transfer lot of little parts compared to one file if the total bytes transferred is the same ?

If that is really something you want to do, look at split and cat.


0

Response Number 2
Name: Theodore
Date: September 12, 2003 at 06:42:02 Pacific
Reply:

Yes split (csplit) is the command

RTFM for your OS to find details.

i.e.

split -b 2m myfile1
splits into 2mb files


0

Response Number 3
Name: mehul
Date: September 12, 2003 at 11:06:32 Pacific
Reply:

Hi David,

Yes i wish to ftp those splited files in parallel I hope it will be faster...

onw more thing is how do i join the splitted files together ? is it the join command

Thx
Mehul


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


XFree 4.2 and NetBSD 1.5.... change from 98se to Unix



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: ftp large file .gzip

chmod after ftp a file www.computing.net/answers/unix/chmod-after-ftp-a-file/4575.html

How to edit large files? www.computing.net/answers/unix/how-to-edit-large-files/7481.html

break large file into multiple file www.computing.net/answers/unix/break-large-file-into-multiple-file/5410.html