Hi,
I´m not an experteese of solaris programation.
I will appreciate if someone can help me creating a script which put some solaris system files in a Windows directory through ftp protocol, and then repeat the operation every 10 minutes.
I've tryed this one but doesn't work:
ftp -n 129.200.100.120 <<END_SCRIPT
quote USER beto
quote PASS *******
cd /cms/cmstables
bin
put 'chr*'
quit
END_SCRIPT
exit 0
Thanks in advance.
I´m not an experteese of solaris programation.
I will appreciate if someone can help me creating a script which put some solaris system files in a Windows directory through ftp protocol, and then repeat the operation every 10 minutes.
I've tryed this one but doesn't work:
ftp -n 129.200.100.120 <<END_SCRIPT
quote USER beto
quote PASS *******
cd /cms/cmstables
bin
put 'chr*'
quit
END_SCRIPT
exit 0
Thanks in advance.