ftpd with ucspi-tcp (ssl)
Paulo Fragoso <[email protected]>
| Newsgroups | gmane.os.freebsd.isp |
|---|---|
| Message-ID | <[email protected]> |
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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-isp To unsubscribe, send any mail to "[email protected]"