How to create an SFTP Server using Linux CentOS?



dos2unix

Well-Known Member
Joined
May 3, 2019
Messages
1,912
Reaction score
1,509
Credits
13,119
SCP comes by default. SFTP is an older protocol. Unless you specifically need SFTP I would just use the default SCP.

If you absolutely have to have sftp.
Run the following as root (or sudo)
#> yum install -y vsftpd
#> systemctl enable vsftpd
#> systemctl start vsftpd
 

Staff online

Members online


Top