<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt"><div>Hello All,<br><br>I want to use to FTP a file from SCO UNIX environment to Windows environment. Could you help me, to have it work ?<br><br>&nbsp;#!/bin/ksh<br>echo "OK starting now ..."<br>#echo "lcd c:/payruns" &gt;&gt; $TMP_CMDS # where u want the files to get ftped<br><br>cd /u/fmutale/phaseI/bin<br>#lcd c:\payruns<br><br>ftp -n -i localhost &lt;&lt; !<br>user fmutale xxxxxxx<br>lcd C:\payruns<br>binary<br>put microfin433.unl<br>quit<br>!<br><br><br>Felix Mwango Mutale<br><br><br><br></div></div><br>

      </body></html>