How To Copy Files To Remote Server Using SCP Command || Ubuntu SCP || File Transfer

preview_player
Показать описание
How to transfer file from localhost to remote server. How To Copy Files To Remote Server Using SCP Command || Ubuntu SCP || File Transfer. Working of ubuntu scp command. secure file transfer in ubuntu.

Secure Copy (scp)
Just as all modern Unix-like systems have an SSH client, they also have SCP and SFTP clients. To copy a file from your computer to another computer with ssh, go to a command-line and type:

For example, to copy your TPS Reports to Joe's Desktop:

To copy the pictures from your holiday to your website, you could do:

The -r (recursive) option means to copy the whole folder and any sub-folders. You can also copy files the other way:

The '.' means to copy the file to the current directory. Alternatively, you could use secret_plans instead of '.', and the folder would be renamed.

𝐉𝐨𝐢𝐧 𝐭𝐡𝐢𝐬 𝐜𝐡𝐚𝐧𝐧𝐞𝐥:

Рекомендации по теме
Комментарии
Автор

can show how to install odoo in server 1 and postgrads in server 2 and connect together sir pls ???

abdikarimosman
Автор

This is a very bad example, you are useing root as your user, a properly locked down server should have no root access over ssh conection, you should be LOADING INTO A TRANSFER FOLDER. then changing to root after accessing the server with your normal user and then copying to the addons folder

nickslayton