I tried to copy files from my linux server using scp to my windows box running xp. I am having trouble copying a file to a specific directory on the windows box. I can copy it to the default home dir, but I would like to copy it to a dir in the program files. The command I tried is:
scp /ftproot/Downloads/Security/Privoxy/config/user.action owner@192.168.2.103:/Program\ Files/Privoxy
The error I get is:
scp: ambiguous target
I currently use UltraVNC to update the file, but would like to make a bash script to update severial windows machines using scp.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I tried to copy files from my linux server using scp to my windows box running xp. I am having trouble copying a file to a specific directory on the windows box. I can copy it to the default home dir, but I would like to copy it to a dir in the program files. The command I tried is:
scp /ftproot/Downloads/Security/Privoxy/config/user.action owner@192.168.2.103:/Program\ Files/Privoxy
The error I get is:
scp: ambiguous target
I currently use UltraVNC to update the file, but would like to make a bash script to update severial windows machines using scp.
Thanks