简体   繁体   English

如何通过3个互联网连接将3个文件上传到ftp?

[英]How to upload 3 files with 3 internet connection to ftp?

I have to stream video with 3 internet connection bonded 1st step i split video into seconds files 我必须通过3个互联网连接绑定流式传输视频的第一步,然后将视频拆分为几秒钟的文件
2nd step i need to upload every second using different gateway 3rd step i merge seconds files 第二步,我需要使用不同的网关每秒上传一次。第三步,我合并秒文件

My problem how to choose the specify network card to upload specify file in C# language 我的问题如何选择指定网卡以C#语言上传指定文件

Normally you don't need to care about which network card is used. 通常,您不需要关心使用哪个网卡。 If one card has a public IP and the second one a private IP the internal traffic will go over this card and traffic to the internet to the card which has a gateway. 如果一张卡具有公用IP,第二张卡具有专用IP,则内部流量将通过该卡,并且将流量发送到具有网关的卡的Internet。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM