first of all, let's introduce what is SFTP. is a secure file transfer protocol. You can provide a secure encryption method for transferring files, and the syntax and FTP are basically the same. It is also part of SSH.
The second step is to introduce you to the SFTP service under Linux server.
1. Open the SFTP service on the Linux server: Vi/etc/ssh/ssd_config
Add a line to the # override default of no subsystems at the end of the file:
Subsystem Sftp/usr/libexec/openssh/sftp-server
2. start the SSH service, SFTP service
Execute command/etc/init.d/sshd start Note that the sshd start must be executed under the absolute path.
Step three: open flashftp, select the link type: sftp. Then enter the IP address of the host and enter the user name and password. If normal, you can log in to the SFTP.
This article is from the "Anthony Big Group" blog, please be sure to keep this source http://52czy.blog.51cto.com/3704825/1658465
Use SFTP to pass Windows files to Liunx