<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.mirtapbx.com/manual/index.php?action=history&amp;feed=atom&amp;title=Installing_FTP_server_for_recordings</id>
	<title>Installing FTP server for recordings - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.mirtapbx.com/manual/index.php?action=history&amp;feed=atom&amp;title=Installing_FTP_server_for_recordings"/>
	<link rel="alternate" type="text/html" href="http://www.mirtapbx.com/manual/index.php?title=Installing_FTP_server_for_recordings&amp;action=history"/>
	<updated>2026-05-01T20:56:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>http://www.mirtapbx.com/manual/index.php?title=Installing_FTP_server_for_recordings&amp;diff=1441&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;My preferred ftp server is vsftpd, it is easy to configure and quite stable    yum -y install vsftpd   chkconfig --level 2345 vsftpd on  You may prefer to use a SSL connection...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.mirtapbx.com/manual/index.php?title=Installing_FTP_server_for_recordings&amp;diff=1441&amp;oldid=prev"/>
		<updated>2019-09-21T08:07:02Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;My preferred ftp server is vsftpd, it is easy to configure and quite stable    yum -y install vsftpd   chkconfig --level 2345 vsftpd on  You may prefer to use a SSL connection...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;My preferred ftp server is vsftpd, it is easy to configure and quite stable&lt;br /&gt;
&lt;br /&gt;
  yum -y install vsftpd&lt;br /&gt;
  chkconfig --level 2345 vsftpd on&lt;br /&gt;
&lt;br /&gt;
You may prefer to use a SSL connection to access the FTP so you need to perform the following:&lt;br /&gt;
&lt;br /&gt;
  mkdir /etc/ssl/private&lt;br /&gt;
  openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout /etc/ssl/private/vsftpd.pem -out /etc/ssl/private/vsftpd.pem&lt;br /&gt;
&lt;br /&gt;
Edit the /etc/vsftpd/vsftpd.conf and change:&lt;br /&gt;
&lt;br /&gt;
  anonymous_enable=NO&lt;br /&gt;
  chroot_local_user=YES&lt;br /&gt;
&lt;br /&gt;
add at the bottom:&lt;br /&gt;
&lt;br /&gt;
  ssl_enable=YES&lt;br /&gt;
  allow_anon_ssl=NO&lt;br /&gt;
  force_local_data_ssl=YES&lt;br /&gt;
  force_local_logins_ssl=YES&lt;br /&gt;
&lt;br /&gt;
  ssl_tlsv1=YES&lt;br /&gt;
  ssl_sslv2=NO&lt;br /&gt;
  ssl_sslv3=NO&lt;br /&gt;
&lt;br /&gt;
  rsa_cert_file=/etc/ssl/private/vsftpd.pem&lt;br /&gt;
  rsa_private_key_file=/etc/ssl/private/vsftpd.pem&lt;br /&gt;
  &lt;br /&gt;
  require_ssl_reuse=no&lt;br /&gt;
&lt;br /&gt;
Create an user, like recording and set a password&lt;br /&gt;
To be able to use chroot, the /home/recording must be not writable, so you need to set&lt;br /&gt;
&lt;br /&gt;
  chmod 500 /home/recording&lt;br /&gt;
&lt;br /&gt;
And create a directory inside&lt;br /&gt;
&lt;br /&gt;
  mkdir /home/recording/recordings&lt;br /&gt;
  chown recording:recording /home/recording/recordings&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>