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
Z
is the drive letter in which to mount the sharelocal-mysubdomain.webconnect.pro@SSL/wbc/myuser
is your webconnect domain (replacemysubdomain
with your actual subdomain andmyuser
with your username)/user:myuser mypassword
is the login data from your webconnect login (replacemyuser
with your username andmypassword
with your password)
After running this command you can close the command prompt and your network drive should be available in the windows explorer.