transporting scripts onto sloaris, executing it and returning the result to windows

Hi,
I have to write a windows XP program, that would generate a Solaris Script, which would then be transported to Solaris, executed, the execution result then needs to be returned to the XP program.
For transporting the file i was thinking of following FTP (admins rejected it) or File share on Solaris using Samba; are there any other options avilable?
Also what options do i have for kicking off the script on the solaris box and getting the result back in XP

Many Thanks

You could scp the script across and then ssh to execute. The script could save its output locally, which you scp back again to the Windows box. You'll have to setup key-based authentication between the Windows and the Solaris servers, but that should be the extent of the admin work required.