I am developing an ArcPy script that will copy data from our "courthouse network" to our "cad network." Due to restrictions on the CAD network, I must access the drive I'm copying data to using fully-qualified domain name, and pass a username and password.
I'm not sure how to do this through a Python script. Can anyone help? Thanks!