Moving files from Unix box to a windows box

Hi All,

I need a little help .I want to transfer a file from unix box to a windows box,but the problem i'm facing is that in windows box FTP is not enabled and currently it is nearly impssible to change setting on windows box,i can not use the ftp method ,in my shell script to transfer the file.
Please help me,if anybody know how t achieve this without ussing ftp.

Regards,
Suprit

i) ask this question in the appropriate forum
ii) ssh/scp/sftp, mb, nfs, usb stick, floppy disk, send via email, ...

If FTP is enabled on your Unix box then you could write a script on the Windows side to "get" the files from the Unix box.