How to transfer files from unix machine to local machine using shell script?

Hi All..

Am new to Unix!!

Am creating a shell script in which a scenario is like i have transfer the output file from unix machine (Server) to local directory (Windows xp).

And also i have to transfer the input file from the local directory to Unix machine (Server)

Any help from you is appreciated!! Thanks in Advance!

use smbget command in your script to copy from local(XP) to unix machine.
or
mount the windows FS in to unix machine and use normal unix commands