Multicast File copy with Unicast responses
- by kirbuchi
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.