Hi guys,
iam using samba utility to grab/delete files from shared to unix.
/util/samba/bin/smbclient URL/user 'pasword' -U 'AppID' -D Shareddrivepath -c "lcd UnixPath;mget *.csv"
this would extract file from shared drive and would display what file it is extracting while exceuting.
but when i use
/util/samba/bin/smbclient URL/user 'pasword' -U 'AppID' -D Shareddrivepath -c "rm *.csv"
it is deleting the files in shared drive but is not displaying the filename while executing.
can anyone suggest me how to log the deleted files.
Thanks,