I wish to download files from the internet programatically. I can download an HTML source file very easily, but how do I download a JPG or ZIP file for example? Accessing these files must be more complicated because one can start part way through such files (useful if they're large and the link breaks during transmission) and the size can be known before the file transfer is complete. Is it easy to give passwords too � in either case?
I�ve attached a couple of examples. The first, �Download http source.vi� downloads the 26kB very simply and crudely. The second, �Download picture.vi� won�t get anything from Data socket read.
What I need is a really simple vi which will download a simple file. Anything further, like cop
ing with part-way re-starts, passwords, and knowing when the transfer is complete would be a very welcome bonus.
Can anyone help, please?