I am developing a site in PHP on Linux Server where I need to download a file from Windows Server to Linux Machine. I can do it with Some Changes in SeLinux or setting some properties on it, i.e.:
% setsebool -P httpd_disable_trans=1
But our client refuses to compromise any security for this functionality. So we need to find any other workarounds. What else can we do?