I missed typed by scp command - didn't give target remote directory.
scp file root@remote-machine
It didn't say any errors and I don't know whether file is transferred or not . what happened here?
|
I missed typed by scp command - didn't give target remote directory. scp file root@remote-machine It didn't say any errors and I don't know whether file is transferred or not . what happened here?
| |||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
There was no transfer to the remote host. There should be a local copy called "root@remote-machine" in your current directory. | |||
|
feedback
|
|
You didn't include a The filepath can be blank (i.e. the default directory), but missing out the colon means it is treated as a local file path and not a remote one. | |||
|
feedback
|
|
It has not been copied to remote host, you've copied the file to file named "root@remote-machine". That's all. | |||
feedback
|
lsis your friend.. – ThiefMaster Jun 17 '10 at 6:47