Multicast File copy with Unicast responses
Posted
by
kirbuchi
on Server Fault
See other posts from Server Fault
or by kirbuchi
Published on 2012-09-08T01:54:11Z
Indexed on
2012/09/08
3:39 UTC
Read the original article
Hit count: 206
I'm trying to do some multicast big file copies over to remote clients on the other side of a satellite link. The idea is to minimize the amount of traffic going up to the satellite.
I tried using uftp without luck. The problem is that, even though we can reach clients via multicast from our central Hub, they aren't able to respond to a multicast address (it's not supported by the return link). As uftp needs to respond to a multicast address in order to report any missing packets I'm out of luck.
So does anyone have any recommendations or alternatives I can use to do the trasfers? Any tip or pointer would be appreciated.
© Server Fault or respective owner