why not both?
easy enough to install SAMBA.
sudo apt-get install samba samba-common-bin
sudo nano /etc/samba/smb.conf
ADD at bottom
wins support = yes
[norns]
path=/home/we/dust
browseable=Yes
writeable=Yes
only guest=no
create mask=0777
directory mask=0777
public=no
then do
sudo smbpasswd -a we
sudo systemctl restart smbd
Then smbob’s yer uncle