python - Copy file to file server with authentication -


i using python shutil.copy() method copy file file server earlier there no credentials or authentication required. there change in ldap server requires authentication copy file.

shutil.copy(file_path, target) 

is there anyway copy file file server without mounting. required windows pc python3.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -