LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

transferring folder using ftp

HI,

I am trying to transfer a folder with all its contents (files/sub folders) from an RT server to my local machine. How can I do that? Is there any function or VI taking care of that... kindly attach some vi to give a better idea if possible...

Plz Help!!!

Sreedhar
Regards,
Sreedhar T
0 Kudos
Message 1 of 5
(3,142 Views)
You need the internet toolkit. It has an extensive library of ftp functions and a lot more tools. Cost about $1000= but will save you lots of development time.

aartjan
0 Kudos
Message 2 of 5
(3,137 Views)
actually, I am not sure about the price anymore: $1000= may be the "enterprise connectivity toolkit," which includes the internet toolkit. Request a quote from NI for real information.

aartjan
0 Kudos
Message 3 of 5
(3,134 Views)
I am already having that, but it only gives me the way to transfer file/multiple files (not folders) from one particular folder from the RT Machine.... I want to transfer complete folder with the files/sub folders inside that.

Regards
Sreedhar
Regards,
Sreedhar T
0 Kudos
Message 4 of 5
(3,130 Views)
SreedharT wrote:

> I am already having that, but it only gives me the way to transfer file/multiple files >(not folders) from one particular folder from the RT Machine.... I
want to transfer
>complete folder with the files/sub folders inside that.<br><br>Regards<br>Sreedhar

The FTP library in the Internet Toolkit gies you all the functionality
to do that with a little work. You will have to list the directory
contents and for every directory change down into it and do this all
recursively. If you are new to recursive programming you could take a
look at the List Directory Recursive.vi from the File package in the
OpenG toolkit. http://sourceforge.net/projects/opengtoolkit/

Rolf Kalbermatter

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 5 of 5
(3,127 Views)