Copying, renaming the file ftp it from windows to Linux

Hello my dear friends,

Two file are auto generated from mon - fri at different directories on same windows box.Every day i have to copy the file, rename it (specific name)and ftp it to linux box specified directory.
is it possible to automate this process,If yes this has to be done from windows end or linux end

Please advise
Thank you

You may find some help in this FAQ thread:

Another possibility is to fetch the file directly from a CIFS share on the linux side for exampe with a share pcshare on windows host pchost you can fetch the file(s) using smbclient:

smbclient -U pcuser%pcuserPASS //pchost/pcshare -c "mget Invoice*.csv"