Results 1 to 3 of 3
I'm looking for a method to send small packets (<2KB) over a low-bandwidth connection (~40kbps) at high frequency. I've attempted to do this using passive ftp, however after initiating a ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-15-2005 #1Linux Newbie
- Join Date
- May 2005
- Posts
- 127
Faster transmission methods than ftp?
I'm looking for a method to send small packets (<2KB) over a low-bandwidth connection (~40kbps) at high frequency. I've attempted to do this using passive ftp, however after initiating a "put" command there is always a 1 to 2 second delay before the actual transfer occurs. I assume this has something to do with how ftp handles packets. Thus I'm wondering if there are any alternative transfer protocols than can essentially stream small packets without that 1 to 2 second ramp up time that is associated with ftp. Any ideas?
- 07-18-2005 #2Just Joined!
- Join Date
- Feb 2005
- Location
- Noplace Interesting
- Posts
- 76
It's my worst suggestion yet, but here it goes...
Perhaps you could completely dump the TCP/IP suite and just exchange IP packets (raw ones, no UDP or TCP, so no port numbers, just IP addr). Doing this is completely out of my league, though.
BTW, you have heard of tftp, right? Never tried it myself but...
- 07-18-2005 #3Linux Newbie
- Join Date
- May 2005
- Posts
- 127
Yes I have heard of tftp, I have it on my system, just haven't tried it yet as I would expect it to take longer. It think tftp has to go through the whole log in sequece every time a transfer is requested. There is no sequence of commands in tftp to my best understanding, everything is executed on one line (I think).


Reply With Quote
