You can use the command prompt to mount a network drive:
- open a command prompt (cmd or powershell) and type the following command:
net use Z: \\local-mysubdomain.webconnect.pro@SSL/wbc/myuser /persistent:no /user:myuser mypassword
Zis the drive letter in which to mount the sharelocal-mysubdomain.webconnect.pro@SSL/wbc/myuseris your webconnect domain (replacemysubdomainwith your actual subdomain andmyuserwith your username)/user:myuser mypasswordis the login data from your webconnect login (replacemyuserwith your username andmypasswordwith your password)
After running this command you can close the command prompt and your network drive should be available in the windows explorer.
