samba
command line - List samba shares and current users - Ask Ubuntu
sudo apt-get update
sudo apt-get install -y smbclient
sudo apt-get install -y cifs-utils
smbclient -L ip_of_net_interface -U your_user_name
Mount on boot
Proper fstab entry to mount a samba share on boot? - Ask Ubuntu