Because customers in a recent project need to use SFTP to send files to me, the company's servers are WINDOWS 2003 or WINDOWS 2008, and I have to find a free one (this is important ), easy to use and stable SFTP server software.
After some painstaking efforts, I found the following:
1. OpenSSH
Reference article: "using sftp
/usr/libexec/openssh/sftp-serverAdd the following lines to the last side of the file, and then save.Subsystem sftp internal-sftpMatch Group SFTPChrootdirectory/data/sftp/%uForcecommand internal-sftpAllowtcpforwarding NoX11forwarding No5. Set chroot directory PermissionsChown root:sftp/data/sftp/mysftpchmod 755/data/
filesAnon_upload_enable = NO # disable anonymous downloadAnon_mkdir_write_enable = NO # disable anonymous Folder creationIdle_session_timeout = 60 # The automatic session close time is 60 minutes.Data_connection_timeout = 120 # data Delay TimeMax_clients = 10 # maximum number of connectionsMax_per_ip = 5 # the same ip address allows five IP addresses to be connected at the same time.Local_max_rate = 1048576 # Object User transmission speed limit, in B/s. 0 indicates no limit
After the configur
Chown Mysftp:sftp/data/sftp/mysftp/upload
chmod 755/data/sftp/mysftp/upload
7, modify the/etc/selinux/configText Editor opens/etc/selinux/config[Plain]View PlainCopy
Vi/etc/selinux/config
Modify the selinux=enforcing in the file to Selinux=disabled, and then save.In the Enter command[Plain]View PlainCopy
Setenforce 0
8. Restart the SSHD serviceEnter the command to r
FTP is a client software for one-pass file transfer or upload/download. SSH is a secure remote management protocol, including a file transfer function similar to FTP, that is, SFTP, winscp is the most convenient software to use, but if it is not used, you can directly use FlashXP... FTP is a client software for one-pass file transfer or upload/download. SSH is a secure remote management protocol, including a file transfer function similar to FTP, that
SymptomsUsing WinSCP to connect to VCenter Server Virtual Appliance will cause an error similar to the following:650) this.width=650; "src="/e/u261/themes/default/images/spacer.gif "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" alt= "Spacer.gif"/>650 "this.width=650;" src= " Https://s5.51cto.com/oss/201711/03/b38ae1d899e685614331e8f7c7c13c81.p
When a company application system is docked with a partner, the other party needs to use the app to upload the downloaded files to our company server via SFTP free password entry. Other partners were previously FTP-switched files.Looked up some information on the Internet. Most of the SFTP based on the Centeros Redhat configuration, the following
FTP is a client software for one-pass file transfer or upload/download. SSH is a secure remote management protocol, including a file transfer function similar to FTP, that is, SFTP, which is very useful.The most convenient software is winscp.However, if you do not use this function, you can use FlashXP directly. This software also supports this SFTPThe usage of FTP is the same as that of FTP.Select SFTP in
Error: unable to establish FTP connection with SFTP ServerProblem
One day I will connect to my Web server. I use FileZilla to connect to the FTP server. When I enter the host name and password to connect to the
Tags: summary complete roo Connect FTP service ICE intern successfully builtTransferred from: http://blog.csdn.net/superswordsman/article/details/49331539Recently work needs to use the SFTP server, is the network of various methods, especially the issue of permission settings to get dizzy, now will build their own process summed up a bit, sorting out a simple way
Linux Centos 6.6 Build SFTP ServerUse the system's own internal-sftp to build an SFTP server in the CentOS 6.6 environment.Open the Command Terminal window and follow the steps below.0. View OpenSSH version[Plain] view plaincopy
Ssh-v
Use the SSH-V command to view the version of OpenSSH, the version must
. the SFTP option is set to the home directory of SFTP. Focus on certification,FREESSHD support two ways of authentication,password and public key, you can use either of them, you can also require the client to perform both authentication, that is, if two are set to Required, the client must have both a password and public key to connect to the
SSH file transfer protocol is a File Transfer Protocol that is more secure than common FTP. (Reference: http://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol) It works on Secure Shell (SSH) to ensure files are encrypted for transmission.Because of work needs, I have studied how to configure SFTP on Ubuntu server. The record is as follows. Requirement: Activate the SFT
Use the system's own internal-sftp to build an SFTP server in the CentOS 6.6 environment.Open the Command Terminal window and follow the steps below.0. View OpenSSH version
1
ssh-V
Use the SSH-V command to view the version of OpenSSH, the version must be greater than 4.8P1, and the version below will need to be upgraded.1. Create a
What is SFTP, Public Key Authentication,
SFTP is not an extension of the FTP protocol. It is a File Transfer Protocol Based on SSH. When the SFTP server has a public key for logging on to the client, the client can use its own private key to shake hands with the server. This
Development encountered a demand, the need to upload pictures via SFTP to the remote server, before the use of this function, toss me a few genius to fix, the following records my treatment:$sftp= ' ssh2.sftp://';Connect SFTP$conn
: Febrary 22,201 2# Vendor Contacted: Febrary 23,201 2# Vendor Response: February 27,201 2# Vendor Fix: Version 5.55# Notes: Offset based on home path length. This exploit works for C: \ aaaaaaaaaaaaaa# Complete Description: http://www.pwnag3.com/2012/02/sysax-multi-server-553-sftp-exploit.html######################################## ######################################## ##########################Import
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.