Recently the lab has taken over a server, often need to use the server and its own host file transfer, so, here to introduce some of the two Linux hosts between the operation, convenient for later.
1. Linux, Windows host remote access to Linux servers:
Installing VNC server on the server, installing the VNC Viewer on the client machine, and then referencing some tutorials to do it.
2. Two Linux hosts for file upload and file download.
To facilitate the description, we call the server Linux1, my host is Linux2.
2.1 Below we describe how to copy files from Linux1 back to the local PC LINUX2:
SCP [Email Protected]:/home/emos/a.txt/home/huabo
SCP [email protected] IP: Server file path local file storage path
2.2 Upload files from local PC Linux2 to server Linux1:
SCP /home< Span style= "color: #000000;" >/huabo/b. tar. GZ [Email protected]172.19.2.75:/home/emos/huabo
SCP local file path user name @server IP: Server storage Path
Transferring files between two Linux machines