4 069
contributi
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
Riga 1: | Riga 1: | ||
{{Versioni compatibili|Debian Etch 4.0<br/>Debian Lenny 5.0<br/>Debian Squeeze<br/>Debian Sid|}} | |||
=Introduzione= | =Introduzione= | ||
Installare un server FTP su Debian è un'operazione non particolarmente complessa, ma che merita alcune attenzioni. In questa guida utilizzerò ProFTPD, un ftp server scritto per essere utilizzato su Unix e sistemi operativi Unix-like come il nostro Linux.<br/> | Installare un server FTP su Debian è un'operazione non particolarmente complessa, ma che merita alcune attenzioni. In questa guida utilizzerò ProFTPD, un ftp server scritto per essere utilizzato su Unix e sistemi operativi Unix-like come il nostro Linux.<br/> | ||
Riga 70: | Riga 68: | ||
<pre> | <pre> | ||
# apt-get install openssl | # apt-get install openssl | ||
#mkdir /etc/proftpd/ssl | # mkdir /etc/proftpd/ssl | ||
#openssl req -new -x509 -days 365 -nodes -out /etc/proftpd/ssl/proftpd.cert.pem -keyout /etc/proftpd/ssl/proftpd.key.pem | # openssl req -new -x509 -days 365 -nodes -out /etc/proftpd/ssl/proftpd.cert.pem -keyout /etc/proftpd/ssl/proftpd.key.pem | ||
</pre> | </pre> | ||
Rispondete così alle domande che vi vengono poste: | Rispondete così alle domande che vi vengono poste: | ||
Riga 105: | Riga 103: | ||
Infine riavviate il server: | Infine riavviate il server: | ||
<pre> | <pre> | ||
/etc/init.d/proftpd restart | # /etc/init.d/proftpd restart | ||
</pre> | </pre> | ||
Se avete dei problemi con TLS o con le connessioni dai client potete dare un occhio al TLS log file: <tt>/var/log/proftpd/tls.log</tt>. | Se avete dei problemi con TLS o con le connessioni dai client potete dare un occhio al TLS log file: <tt>/var/log/proftpd/tls.log</tt>. |