ftpd with ucspi-tcp (ssl)

Paulo Fragoso paulo at nlink.com.br
Thu Feb 21 19:29:25 UTC 2008


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.


More information about the freebsd-isp mailing list