We have a linux system and windows and need to transfer file to a shared location \local\insurance\input password less
We have file.txt in linux and we need to copy to windows shared paths.
Is there any syntax to do that , i tried below command and didnt worked
scp file.txt admin@insurancepp01:\\local\insurance\input
Please any suggestion or reference links for UNC paths
I tried curl --upload-file dummy.txt --user "abc\admin" smb:\\local\insurance\input.
I cannot install smbclient as we have limitation and need to discuss with admin team.