07-04-2014 03:40 AM
Hello
I'm currently logging to 3 different TDMS files that i place in folders named after the time the logs was created. Over time i get several of these folders on my rt target and i want to download the folders using WebDav Asynchronous Get.
In the documentation of the WebDav Asynchronous Get vi it is written that this vi returns a file or directory from a remote WebDAV server or target. However i can't figure out how to use the vi for downloading a directory. Each time i try i just get a "file" on my disk called the same as the directory on the RT target.
I was hoping this was possible so i don't have to rewrite my whole webdav client vi to use a recursive scheme to go into all folders and pulling the files - have anyone got this working?
07-05-2014 02:52 AM - edited 07-05-2014 02:56 AM
"WebDAV get to the directory" does not mean that you can download whole content of directory with one command/vi.
it means getting folder property or getting folder default file( like index.html ).
you should write recursively download client.