Hello
I want to copy/save file in php script from one Windows Server (source) to second Windows Server (dist). I cant use anonymous "Guest" account, I need to authorize on dist server by user and pass.
Have you any idea how to do this?
I tried to to this with UNC paths like this: "\path\to\dist\file.txt" but I cant force user authorization and cant change default Guest user.