Hi,

Hopefully Ive posted this correctly. I have a small app that loops through
a directory to copy files to another server. (This is fine)

The directory on the other server has been secured with only certain users
allowed access.

I use the file.move command in vb.net to move the files how can I pass a
username and password with the command to allow the file(s) to be moved to
the directory on the server ?

TIA