Before we begin, we need to prepare 3 open source software tools:
Xming Open Source x server
WINSCP Open-Source SFTP/SCP tools
Mremoteng Open source Multi-Protocol remote Connection tool
These 3 tools combine to achieve almost all the requirements of remote connection and file transfer.
Here we mainly introduce the configuration of 2 common functions:
1. Enable graphical interface forwarding
X11 forwarding is turned on in the putty configuration of the Mremote, and after the xming is started, the window on the terminal x is automatically forwarded to the Windows desktop.
2, integrated WINSCP enables remote and local files to transfer to each other.
WINSCP is not directly integrated in the Mremoteng, need to be integrated manually, the specific operation is as follows;
A, click "Tools" in the main interface
b, select "External Tools"
C, click "New" in the External tool window
D, enter the following in the External tool property bar:
Display Name: WINSCP
File name: WinSCP The location of the executable file, the default is: "C:\Program files (x86) \winscp\winscp.exe"
Parameter: sftp://%username%:%password%@%hostname%:%port%-C
This article is from the "Shaokun Technology blog" blog, make sure to keep this source http://keane.blog.51cto.com/11107098/1735085
Create your own full-featured remote Tools with open source software