Page 1 of 1

SFTP

Posted: 2018/10/18 15:58:58
by xo)mora
Hi, will you send me any guide about access sftp via web server, please?

The web server is apache in Linux Centos 7.

By the way, I Enabled SFTP without shell access on Centos 7, but I coldn't use web access.

In my centos server, I run:

# rpm -qa | grep ssh
openssh-7.4p1-16.el7.x86_64
openssh-clients-7.4p1-16.el7.x86_64
ksshaskpass-0.5.3-7.el7.x86_64
openssh-server-7.4p1-16.el7.x86_64
libssh2-1.4.3-10.el7_2.1.x86_64

Regards.
Thanks a lot.

Re: SFTP

Posted: 2018/10/18 16:16:08
by scottro
https://www.howtoforge.com/tutorial/how ... on-centos/
Does that help?

I've never set it up to be accessed from a web interface, only command line or perhaps ftp clients such as cyberduck for Mac and WinSCP for Windows. We've found (without taking much time to test it) that filezilla wasn't working with sftp.

Re: SFTP

Posted: 2018/10/18 17:27:31
by xo)mora
Thank you, I did the connection by ftp clients, but now I need set it up from a web interface, I had been the conecction bys sftp with filezilla, it is ok.

Regards.