Sorry, after looking into it further, I realized that due to file-naming conventions in these statements and the ones like it, they prevent the user from implementing any global address and force use of only local files. Much in the same way that you can't add a grafic to a form that is located at an internet address.
So you are left with a more difficult path; implementing an FTP service library and making this type of connection and downloading the files via this route.
There are a number of library-based clients out there that you can implement and control through VBA. Check into CuteFTP, VoyagerFTP, and BulletProofFTP.
Another option maybe to implement a browser control on a form, connect to the address of the graphic you are looking to copy and then trying an acCopy of the contents of the control. I haven't tried this yet, but it may at least be worth a shot.
"Only the educated are free.