LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-27-2008, 03:54 AM   #1
mohanreddy_vr
LQ Newbie
 
Registered: Feb 2008
Posts: 3

Rep: Reputation: 0
File Transfer in Linux by streaming method


Dear Members,

I want to transfer a video file(may be 1.5GB) from linux server machine to linux client machine in a secured manner by dividing total file into streams.if file transfer is stoped due to unknown errors then next time file transfer should start from where previous transfer was stoped.

Please tell me which protocol i can use for this type of file transfer.

Thanks.....
 
Old 02-28-2008, 08:20 AM   #2
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
I suggest a combination of split and wget.

say you know that it takes x minutes to d/load @ y Kilobytes per sec per meg, there are online web sites that you can use to time your transfers.

you decide to split it into 400 kB

split -b 400k filename

creates files xaa xab xac xad

tell user when files are d/loaded they can join them by the cat command

cat xaa xab > file
cat file xac > file2
cat file2 xad > movie.mpg

test this locally b4 you advise them of files.

2) man wget advises it can retry if d/load breaks
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
software framegrabber - video streaming - image transfer Gatemaze Linux - Software 0 10-19-2007 03:51 PM
file transfer from linux to winxp niharikach Linux - Software 1 02-15-2007 10:52 PM
How to do file transfer in linux pspandu Linux - General 7 09-12-2006 02:09 AM
File Transfer from XP to Linux e11 Linux - Newbie 8 11-06-2004 11:17 AM
file transfer from linux to xp michi56 Linux - Newbie 5 03-07-2004 12:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration