Greetings.
I need to connect to my sharepoint site through WebDav, which is still supported supposedly.
Right now, I'm using Cyberduck and WinSCP, I can't connect with neither.
I'm obscuring my personal info but here's basically what I'm doing, I'm trying to connect via WebDav (https) with the following info:
url: example.sharepoint.com
port: 443
user: ******@mydomain.com
password: *App password generated through profile because I have 2FA set up*
directory: /sites/admin/Shared%20documents/
I'm getting "Error 403: Forbidden". Which leads me to believe I'm setting the wrong credentials, I know password is fine because I was able to login through network mapping with that password, which leaves the username.
A cyberduck dev told me I should use the following user format to log in through WebDav to sharepoint: DOMAIN\username.
But I just can't log in. Perhaps I haven't figured out the correct format. I tried
example\******@mydomain.com
example\example
mydomain\example
mydomain.com\example
example.sharepoint.com\example
example.sharepoint.com\******@mydomain.com
And so on and so on
But none work. So, I'm making this post asking for help. Thanks in advance.