Hi Team, I want to copy excel file file from windows to Linux system and need to capture last modified date of the file. Note : We cant take take last modified date of the file from windows. Since i am using below code to copy file from Windows to Linux, Code is able to transfer file to Linux system however once after running the code the timestamp of the file is changing. Is there any way to copy file from windows to Linux without modifying file timestamp. Please help Code :- %smb_init(username=**MYID**, password=%str(**password**), domain=**aa.aaa.com**); %smb_load(); %smb_pull(windows=//files/Load/Test/Folder1/PIC Alerts/ABC Alerts.xlsx, linux=/sasdata/test_files/folder2/ABC_Alerts.xlsx);
... View more