LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Seeking FTP server for Linux, which supports FTPS. (https://www.linuxquestions.org/questions/linux-server-73/seeking-ftp-server-for-linux-which-supports-ftps-807189/)

abdoullah 05-11-2010 01:14 PM

Seeking FTP server for Linux, which supports FTPS.
 
Hi Guys,
do you know if there is any ftp server than can support FTPS?

MensaWater 05-11-2010 02:48 PM

lftp will do ftps among other things.

Type "man lftp".

Note that ftps is a Windows thing. On UNIX/Linux sftp and scp are preferred but they don't talk to ftps. You should try to use sftp or scp unless you absolutely have to use ftps.

anomie 05-11-2010 03:08 PM

Note that lftp is a client utility (not a server).

I've set up FTPS (ftp over SSL/TLS) on vsftpd installations. Fairly straightforward if you follow the docs.

abdoullah 05-12-2010 09:32 AM

so i can use vsftpd as a ftp server and from the client side anything will work (like ftpzilla, smartftp...)?

dinakumar12 05-12-2010 09:50 AM

Hi,

I use vsftpd at ftp server and filezilla at the client side. so far no problem.

anomie 05-12-2010 12:21 PM

The client side will, of course, need to support FTPS in order for it to work. One client option: lftp.

abdoullah 06-10-2010 09:22 AM

is there any FTPS server to use in CentOS?
 
Hi Guys,
i just wanted prompt for your suggestions if you know any reliable, FTPS (supporting implicit and explicit SSL connections) server that can be used on CentOS, i have windows clients on AD. i looked and found CrushFTP it's going to cost me around 100$, money is not an issue but i prefer though using an open source product, do you know any that support FTPS and Active directory users?
thanks a lot!

TB0ne 06-10-2010 11:09 AM

Quote:

Originally Posted by abdoullah (Post 3999019)
Hi Guys,
i just wanted prompt for your suggestions if you know any reliable, FTPS (supporting implicit and explicit SSL connections) server that can be used on CentOS, i have windows clients on AD. i looked and found CrushFTP it's going to cost me around 100$, money is not an issue but i prefer though using an open source product, do you know any that support FTPS and Active directory users?
thanks a lot!

I believe that vsftpd can do this, but you may have some 'entertainment' in getting it configured. Some things I've found:

http://www.linuxquestions.org/questi...reated-737502/

Install the winbind package, which will allow authentication to a remote AD server. After that, set your login policy to check there after searching local authentication methods. May cause a small login delay, but shouldn't be too bad.

abdoullah 06-10-2010 01:12 PM

thank you for these helpful infos!!

abdoullah 06-10-2010 01:15 PM

sorry i couldn't find this thread for a while, thank you very much guys for your help!


All times are GMT -5. The time now is 06:21 AM.