Given a scenario where media are hosted on a webdav server that is accessible via https://, which are my options to access these media with the media module and the remote stream wrapper module?

Which is the correct syntax to provide my credentials directly, e.g. something like https://[webdav_username[:webdav_password]@]webdav.server.net/path/sample.jpg?

Or is it possible to provide the credentials indirectly somewhere in the GUI of the remote stream wrapper module? This would be preferred so that the credentials are not exposed.

Best wishes,
Marcus

P.S.: Does anybody know solutions for access via ftp, ftps or sftp?