How do I copy a file from my local machine to a remote server using ssh, I have tried the following code:
scp -o StrictHostKeyChecking=no -r $tarpath/$user@$server:$perfresdir/temp/ACK/
|
How do I copy a file from my local machine to a remote server using ssh, I have tried the following code:
|
|||
|
|
|
SSH? You are using scp. It goes something like this :
Example :
|
|||
|
|
You can try the following command:
For example:
For more details: |
||||
|
|