share.polymicro.netHi Kent — this page walks you through attaching the Rifle Stocks shared folder to your PC so you can drag-and-drop files through Windows File Explorer.
https://share.polymicro.net/shared/projects/riflestockskentriflestocks folder. You can browse other folders
on the server read-only but you cannot write to them.services.msc, find
WebClient, set its Startup type to
Automatic, and click Start.
This puts a permanent shortcut under This PC in Explorer so the share behaves like a normal folder.
https://share.polymicro.net/shared/projects/riflestocks
kentThe shortcut now appears under This PC and you can copy or drag files in and out of it exactly like a local folder.
https://share.polymicro.net/shared/projects/riflestocks
kent / your password,
and tick Remember my credentials.The drive will appear as riflestocks (\\share.polymicro.net@SSL\shared\projects) in Explorer under the letter you chose.
This usually means the Windows WebClient service is stopped. Start it (see the yellow box above) and retry. If it still fails, reboot once — Windows caches a failure for a while.
Some corporate networks block outbound TLS to non-browser clients. Try from a different network (or your phone's hotspot) to confirm. You can also test connectivity in a browser: open the folder in a browser — you should see a directory listing.
Windows limits WebDAV uploads to 50 MB by default. To raise it to, say, 4 GB, open an elevated Command Prompt and run:
reg add "HKLM\SYSTEM\CurrentControlSet\Services\WebClient\Parameters" ^
/v FileSizeLimitInBytes /t REG_DWORD /d 4294967295 /f
net stop WebClient && net start WebClient
Then sign out and back in. (4294967295 bytes ≈ 4 GB, the practical Windows maximum.)
Open Control Panel → Credential Manager → Windows Credentials,
remove any old entries for share.polymicro.net, then
re-add the network location and tick Remember my credentials.
If File Explorer gives you trouble, any of these handle WebDAV well and let you drag-and-drop:
share.polymicro.net, path
/shared/projects/riflestocks.| Setting | Value |
|---|---|
| Protocol | WebDAV over HTTPS (TLS) |
| Host | share.polymicro.net |
| Port | 443 |
| Path | /shared/projects/riflestocks |
| Full URL | https://share.polymicro.net/shared/projects/riflestocks |
| Username | kent |
| Password | (provided separately) |
https:// URL. The
server will reject unencrypted connections, but typing http://
by mistake can confuse the Windows client into showing a generic error.