No. I wouldn't mind a UDF using CreateObject("Microsoft.XMLHTTP") that had a histogram or something showing percent completed. The UDF FTPget() is one but there is not completion feedback. It's name is also deceptive and it should really be called HTTPget(). ;-) But, that is not why I am posting.

The UDF FTPget() uses CreateObject("Microsoft.XMLHTTP") and performs a http get using TCP port 80.
I'm looking for similar functionality/UDF using the FTP protocol, TCP port 21.

I hope I have expressed my desire better than the original post.