transfer files from mapped network on win to unix using scp
hi all,
I have a windows shared location //SharedMachinename/sourcelocation/loc/file . //SharedMachinename/sourcelocation is mapped to my network drive Y: on win system.
In unix machine i am using the scp command to transfer file from windows mapped network drive, Y: , to unix system , but unable to transfer file as it returns error saying "Not a directory"
following is the command: "scp [email]user@winMachine:Y:/loc/file/trans.sh DestinationLocation"
error: scp: Y:/loc/file/trans.sh: Not a directory