Webdav how to check if authenticated using Python

Viewed 11

Here, my code

from webdav4.client import Client
# from webdav3.client import Client
from webdav4.fsspec import WebdavFileSystem

client = Client(authentification_page, auth=(login, password), verify=False)

I'd like to check if if Log In Successful, if yes, then connect to another domain (associated).

0 Answers
Related