Hello, I'm so frustrated looking for answer on this. It sounds very easy and yet very hard to look for solution.

I need a simple code to allow me to transfer file(s) from computer1 to computer2 which are connected on the same domain. I'm not talking about FTP.

It's kind of like copy \\computernameA\c$\folderA\file*.xls to \\computernameB\d$\folderB\file*.xls

Please note that everytime I connect to any computer, it prompts me for username, password, and domain name.

How is this doable in VB6? If I'm copying a large chunk of file, would it be a problem? Also, is there a way of having a progress bar while it's copying the file(s)?

Thank you very much.