LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to upload file using multiple WAN connections

Hi,

 

I want to know that is it possible to upload a single file via FTP

using LABview 8.6 throuigh multiple internet connections to speed up the transfer rate....

 

 

Regards

Hussain Aftab

0 Kudos
Message 1 of 3
(2,796 Views)

Hi Hussain,

 

I think that would be possible if you decimate the file and use multiple Put File VI's. If you specify a different port for each FTP connection, I'd expect all the transfers to occur simultaneously and be faster than a single Put File VI.

 

There are other ways to speed up FTP too:

http://digital.ni.com/public.nsf/allkb/583DDC3295186911862570AD004AD5C9?OpenDocument

 

Product Support Engineer
National Instruments
0 Kudos
Message 2 of 3
(2,774 Views)

Thank you for your reply...

 

Ya that is what i am planning to do but making multiple FTP connections on a single internet Connection will slightly increase the performance

and soon that internet connection will be saturated (consuming full bandwidth)...

 

what i want is to break the file into several pieces and then sending these pieces through different FTP connections

created on different internet connections (Network Adapters) so that bandwidth can be multiplied

for example on piece through an ADSL connection and other through 3G EVDO device and so on....

 

 

Thanks and regards

Hussain Aftab

 

0 Kudos
Message 3 of 3
(2,759 Views)