oh .. yea ... i found that out ...
hmmm .. is there any other way i can do it?
the wget
ftp://192.168.5.215/pam_mount.conf.xml /etc/security/pam_mount.conf.xml
does fetch the file from the ftp server...to /etc/security but if i create a cron job to fetch the file regularly from the FTP server then it creates files like
/etc/security/pam_mount.conf.xml1
/etc/security/pam_mount.conf.xml2
/etc/security/pam_mount.conf.xml3
which i dont want. i dont see an option in wget man pages as to overwrite if a file already exists
plz suggest