Dear readers,

I tried today to make a FTPS server. But I coulnt find out. Here are the configs I made, what im doing wrong . I used these how-to's

https://help.ubuntu.com/9.04/serverg...tp-server.html
https://help.ubuntu.com/8.04/serverg...-security.html

Quote Originally Posted by /etc/vftpd.conf
listen=yes
anomyous_enable=yes
local_enable=yes
write_enable=yes
dirmessage_enable=yes
user_localtime=yes
xferlog_enable=yes
connect_from_port_20=yes
secure_chroot_dir=/var/run/vsftpd/empty
rsa_cert_file=/etc/ssl/certs/server.crt
rsa_private_key_file=/etc/ssl/private/server.key
ssl_enable=Yes
force_local_logins_ssl=YES
force-local_data_ssl=YES
ssl_tlsv1=YES
ssl_sslv2=YES
ssl_sslv3=YES
The cert file and the private key are on the right spot. My vsftpd.log is empty.

root@ubuntu:/var/log# sudo /etc/init.d/vsftpd restart
* Stopping FTP server: vsftpd
No /usr/sbin/vsftpd found running; none killed.
...done.
* Starting FTP server: vsftpd
...done.
I can't reach my server with FileZilla (OS X). FileZilla says 'connection refused'. Does anyone know what I have missed ??