FTP from SCO UNIX to Windows
Mwango Mutale
fmutale02 at yahoo.com
Thu Mar 19 07:29:11 PDT 2009
Hello All,
I want to use to FTP a file from SCO UNIX environment to Windows environment. Could you help me, to have it work ?
#!/bin/ksh
echo "OK starting now ..."
#echo "lcd c:/payruns" >> $TMP_CMDS # where u want the files to get ftped
cd /u/fmutale/phaseI/bin
#lcd c:\payruns
ftp -n -i localhost << !
user fmutale xxxxxxx
lcd C:\payruns
binary
put microfin433.unl
quit
!
Felix Mwango Mutale
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.celestial.com/pipermail/filepro-list/attachments/20090319/03404d52/attachment.html
More information about the Filepro-list
mailing list