Copy excel file from Linux server to Windows server
I have excel files on a Linux server that I need to copy to a windows server.
So I can read the excel file on the windows server and use the data to autofill PDF's.
Ideally, I would like to avoid the file transfer and just read from the excel on the Linux server.
But the Linux server only hasRailo, but no CF, so I can't use <cfspreadsheet to read the needed info.
Assuming all this is true, I need to copy the file from Linux server to Windows server.
How do I do that?
