Networking Forums

Networking Forums > Computer Networking > Linux Networking > sending a stream in memory over TFTP

Reply
Thread Tools Display Modes

sending a stream in memory over TFTP

 
 
IDOIT.IEF@gmail.com
Guest
Posts: n/a

 
      03-21-2005, 11:03 AM
Hi All
I'm working on a programming project and i need a way to send a stream
of data in the memory over TFTP but WITHOUT writing the stream on the
hard disk
The question is (in another way) a need to make a file handle on my
stream of data in the memory so i can pass it to the TFTP client
WITHOUT writing it to the hard disk
i don't know if this is the right place to ask, so please lead me to
the right plase if it wasn't, and sorry
Thanks in advance
IDOIT

 
Reply With Quote
 
 
 
 
Mihai Osian
Guest
Posts: n/a

 
      03-21-2005, 01:43 PM
(E-Mail Removed) wrote:

>Hi All
>I'm working on a programming project and i need a way to send a stream
>of data in the memory over TFTP but WITHOUT writing the stream on the
>hard disk
>The question is (in another way) a need to make a file handle on my
>stream of data in the memory so i can pass it to the TFTP client
>WITHOUT writing it to the hard disk
>i don't know if this is the right place to ask, so please lead me to
>the right plase if it wasn't, and sorry
>Thanks in advance
>IDOIT
>
>
>

Go to http://www.advancedlinuxprogramming.com/alp-folder, chapter 5 -
Interprocess communication. Look for "Pipes".

Mihai
 
Reply With Quote
 
David Schwartz
Guest
Posts: n/a

 
      03-21-2005, 08:26 PM

"Mihai Osian" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) ...

> (E-Mail Removed) wrote:


>>Hi All
>>I'm working on a programming project and i need a way to send a stream
>>of data in the memory over TFTP but WITHOUT writing the stream on the
>>hard disk
>>The question is (in another way) a need to make a file handle on my
>>stream of data in the memory so i can pass it to the TFTP client
>>WITHOUT writing it to the hard disk
>>i don't know if this is the right place to ask, so please lead me to
>>the right plase if it wasn't, and sorry
>>Thanks in advance
>>IDOIT



> Go to http://www.advancedlinuxprogramming.com/alp-folder, chapter 5 -
> Interprocess communication. Look for "Pipes".
>
> Mihai


I doubt that will work. If the TFTP client tries to seek on or determine
the size of the pipe, it will get incorrect information or errors. You'll
probably either need to write a TFTP client that knows how to send data from
memory or use a real memory file system.

DS


 
Reply With Quote
 
IDOIT.IEF@gmail.com
Guest
Posts: n/a

 
      03-22-2005, 06:01 AM
well, I think that this depends on the TFTP implementation it self ..
if it does seek or request for the size .. anyway does anyone knows if
"atftp" does something like this ? an in case it does, is there any
TFTP client that doesn't
I'll try it anywhere
Thanks
IDOIT

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Text in WMP during web stream? DaveC Wireless Internet 4 05-01-2006 06:48 PM
Less Faster Memory or more Slower Memory? Jim Home Networking 13 01-22-2006 11:30 AM
Data Stream to IP Stream John Edgar Broadband 2 04-30-2005 09:11 AM
Virgin ADSL - IP Stream or Data Stream ??? DeeBee Broadband 19 03-06-2005 11:28 AM
Datastream vs IP Stream Free@freebies4me.fsnet.co.uk Broadband 2 02-12-2004 09:06 AM



1 2 3 4 5 6 7 8 9 10 11