Dear,
IF you only want to transfer files between windows and linux machine so follow these steps
1 - create a user on windows machine named test with password test
2 - Share a folder on windows machine with name myfolder
3 - Now login with root on linux machine
4 - run following command
5 - mount -t smbfs -o username=test //192.168.0.2/myfolder /mnt
6 - when system ask password type test and press enter
Above steps mount your windows machine's share into /mnt please not i am assuming the windows machine ip 192.168.0.2 you should use your windows ip now you can easily copy files from/to your windows folder which is currently mapped into /mnt
and when done then use umount /mnt
Regards,
Danish Usman
danish5041@gmail.com