Now it realy realy time to test and connect to
the pc. I promiss :)
Ok, make sure you runned the script to start Miami and Samba, and that you have
setup Samba in Swat.
Start a shell and write cd samba:bin
smbclient
It will then list out some paramerts it accept's.
Try with smbclient -L 'pchostname'
It should then list the shares on the pc.
For fun try and list yourself with smbclient -L yourhostname.
Here is how it look's for me

Hey, cool man, this rocks you might think ?
It sure do, but now you will feel the power of samba.
Ok, so in my case INET that is the hostname of my pc, has a share called 'c'.
Let try with smbclient \\inet\c
Whooohoo !
I get get files with
get 'filename'
and send files with
put 'filename'

Now this is how far I will go today.
Later I will show you how to mount an remote pc share as it was your own drive
:)
<- Starting and configuration <- Main menu -> Testing the connection from PC ->