PDA

View Full Version : download routine


pons
01-27-03, 15:22
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

qha_vn
03-31-03, 06:14
Go to: http://pcunix.com/SCOFAQ/scotec6.html#autoftp

and then find "How can I automate an ftp transfer"

its all there i tried successfully

get back to me you can do.