@Raziel Quote:
Can someone please give a step-by-step guide on gow to set it up on the windows side (preferrably 10)?
Do NOT use "Homegroup sharing", but instead use the traditional method of sharing:
(This is for Windows 7, but 10 should be similar.)
Check System (properties, Computer Name tab) for your Workgroup (probably WORKGROUP by default) AND ALSO your "Full computer name" (the latter is very important as it is used to identify your Windows PC over the network). Any changes here will require a reboot, so don't change unless absolutely necessary. Close the window.
Now right-click on your drive (or folder), choose Properties, go to the Sharing tab. You now EITHER click on the "Share..." button (easy simplfied way but maybe doesn't work for whole drives?) OR OTHERWISE click on the "Advanced Sharing...." button.
When using the Share button, you should add the desired User to give access to. Suggest either your own user name (not sure what happens if you use a Microsoft Account), a specially created user (e.g. "Amiga"), or simply just the Everyone 'user' (which let's literally anything connect & so is insecure - but maybe worth using temporary to minimise possible problems). The added user should be given Read/Write access (if you want to allow them to make changes). Once done it will create a network-accessible share with the same name as the folder (you have no choice here, so use Advanced Sharing method if you want a different name).
ALTERNATIVELY, when clicking the Advanced Sharing button, in the new window click the Add button, give a name for the network share (a description is not needed), and also Permissions to a chosen user (see above, but note that here Change=Read/Write, while Full means extra risky powers that your Amiga won't need).
You can now check if your network share(s) are visible to Windows by viewing "\\localhost" (no quotes). You should be able to open your share & view files.
If that works then ensure you know how to connect to your Windows PC over the network. Using the "Full computer name" you found earlier, let's say it is "LivingroomPC" for example, then check that you can see your share using "\\LivingroomPC" (no quotes).
Now, assuming that the network share you created as called "Documents", then you should be able to access it from the Amiga using:
SMBFS WORKGROUP="WORKGROUP" USER="YOURUSERNAME" PASSWORD="YOURPASSWORD" SERVICE="//LivingroomPC/Documents"
If you simply made it accessible to the Everyone user, then the following should suffice:
SMBFS WORKGROUP="WORKGROUP" SERVICE="//LivingroomPC/Documents"
If either of the above works, you should now be able to view that network share on your amiga using the "SMBFS:" assignment. There is an option for SMBFS to make this visible to Workbench, but I suggest avoiding that early on, because in old version I was not able to stop SMBFS (and change settings) without a reboot. Press Ctrl-C to stop SMBFS.
Once everything is working perfectly, you can start SMBFS from a script or User-Startup using something like:
Run <>NIL: AppDir:SMBFS ...
And then stop SMBFS using:
Break NAME "SMBFS#?" C