Batch job in unix server to move the pdf file from unix to windows.

Hi Experts,

I have a requirement where i need to setup a batch job which runs everymonth and move the pdf files from unix server to windows servers.

Could some body provide the inputs for this.

and also please provide the inputs on how to map the network dirve in the unix like that of windows.

thanks in advance.

Regards,
GER

Years ago, we set samba or some else to connect windows to Unix, or vise versa.

now you can use SSH with keypassless to scp the files from unix to windows servers by cronjob. No need drive mapping on windows server.