I'd like to locate advice and/or examples of how to setup coded login details in my vb.net console application. I'm moving files from my hard drive to a mapped drive on a foreign server. As long as I'm logged into the server through my mapped drive, my module executes just fine.

I'd like to be able to put my credentials in a configuration file, and just have the application login for me.