Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2008 16:02:34 -0300
From:      Paulo Fragoso <paulo@nlink.com.br>
To:        freebsd-isp@freebsd.org
Subject:   ftpd with ucspi-tcp (ssl)
Message-ID:  <47BDCACA.1060904@nlink.com.br>

next in thread | raw e-mail | index | archive | help

We have a ftp server running /usr/libexec/ftpd under ucspi-tcp 
(tcpserver) and daemontools with this run script:

#!/bin/sh
HOSTNAME=`hostname`
exec /usr/local/bin/tcpserver -UX -HRl $HOSTNAME -v -c 20 -u 0 -g 0 0 ftp \
/usr/libexec/ftpd -llS

Is possible run ucipi-ssl (sslserver) to obtain a FTPS server using same 
/usr/libexec/ftpd?

We have tried create this FTPS server with this run script:

#!/bin/sh
HOSTNAME=`hostname`
exec /usr/local/bin/envdir ./env \
/usr/local/bin/sslserver -ae -UX -HRl $HOSTNAME -v -c 20 -u 0 -g 0 0 ftps \
/usr/libexec/ftpd -llS

but something is wrong.

Paulo.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47BDCACA.1060904>