| Windows Apache (6) File Types (33) Internet Explorer (6) Network (11) Passwords (6) Printing Processes (13) Programming (318) |
Problems with scp (putty edition)
Question: I am using the putty edition of scp (PSCP.EXE) and get an error message 'Local to local copy not supported'.I am entering the command like this: c:\temp>scp archive.zip myuser@delphifaq.com Why do I get the error message, what does it mean? Answer: You need to specify the target directory. The correct syntax isc:\temp>scp archive.zip myuser@delphifaq.com:/tmp/ ..if you want to copy your file to the /tmp folder on that machine.
Comments:
|