2017-9-15-linux porting: WinSCP software

Source: Internet
Author: User

The TFTP server is installed on the Linux computer, but the variety does not give the power to decide to find other ways to transfer files between Windows and Linux.

WinSCP is an open-source graphical SFTP client that uses SSH in a Windows environment. The SCP protocol is also supported. Its main function is to copy files between local and remote computers safely. : http://winscp.net/eng/download.php (Portable executables is green version, no installation required)

After downloading the WINSCP, you need to open the SSH service on Linux side, reference article: http://www.cnblogs.com/xiazh/archive/2010/08/13/1798844.html

SSH sub-client openssh-client and Openssh-server
If you just want to log on to another machine SSH only need to install Openssh-client (Ubuntu has default installation, if not then sudo apt-get install openssh-client), If you want to make the native SSH service open, you need to install Openssh-server
sudo apt-get install Openssh-server
Then confirm that the Sshserver is started:
Ps-e |grep SSH
If you see sshd that means Ssh-server has been activated.
If not, you can start this way: Sudo/etc/init.d/ssh start
Ssh-server configuration file is located in/Etc/ssh/sshd_config, where you can define the SSH service port, the default port is 22, you can define yourself as a different port number, such as 222.
Then restart the SSH service:
Sudo/etc/init.d/ssh stop
Sudo/etc/init.d/ssh start
Then use the following method to log in to SSH:
SSH [email protected] username for users on the 192.168.1.112 machine, you need to enter a password.
Disconnect: Exit

Linux-side open ssh:

Start: sudo/etc/init.d/ssh start or service ssh start

OFF: sudo/etc/init.d/ssh stop or service ssh stop

Then confirm that the Sshserver is started: ps-e |grep SSH

The advantage of WINSCP is that it can operate all the folders under the root directory, the disadvantage is that the WINSCP uses the SFTP protocol to connect, and the communication through the connection is all encrypted, while ensuring the security, but also reduce the transmission speed.

2017-9-15-linux porting: WinSCP software

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.