I want to place a shell script on my unix box intranet web page to delete old file c:\Dir\deleted.txt at my remote clients and replace it with a new one c:\Dir\replaced.txt, the remote users are using Win2k clients
the script should call a cmd command prompt and do this download routine
should go to the right directory in Win2k boxes cd c:\Dir\
ftp x.x.x.x
user: username
passwd: password
should move to right location in unix box cd /home/
ascii
replace file with anew one get file
-Pons
pons@gmx.li