Frequently Asked Question
Sweroam files
Last Updated 4 years ago
To access files, surf to https://files.sweroam.se Username: firstname.lastname@example.com Password: Your private password If you want to configure files on your phone download the nextcloud app. if you want to configure files on your computer right click on this computer, map network drive https://files.sweroam.se/remote.php/dav/files/your@account.here/ map.bat script: @echo off @set e_user=your@account.here @set e_pass=yourpasshere @net use H: /YES /DEL @net use H: \\files.sweroam.se@SSL\remote.php\dav\files\%e_user% %e_pass% /USER:%e_user% /PERSISTENT:YES