<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: vsftpd server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/vsftpd-server/m-p/3593078#M18967</link>
    <description>vsfptd is pretty simple to deal with:&lt;BR /&gt;&lt;BR /&gt;anonymous_enable=YES&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Change to NO&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;local_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# Uncomment this to enable any form of FTP write command.&lt;BR /&gt;write_enable=YES&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Change to meet your requirements.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Default umask for local users is 077. You may wish to change this to 022,&lt;BR /&gt;# if your users expect that (022 is used by most other ftpd's)&lt;BR /&gt;local_umask=022&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Change to meet your needs.&lt;BR /&gt;&lt;BR /&gt;xferlog_enable=YES&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Don't change the above....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;pam_service_name=vsftpd&lt;BR /&gt;userlist_enable=YES&lt;BR /&gt;#enable for standalone mode&lt;BR /&gt;listen=YES&lt;BR /&gt;tcp_wrappers=YES&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Might want to change the userlist_enable parameter to no if you wish to limit user access.&lt;BR /&gt;&lt;BR /&gt;service vsftpd restart&lt;BR /&gt;&lt;BR /&gt;Note that this service is not part of xinetd like the old ftp server was.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 30 Jul 2005 14:09:32 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-07-30T14:09:32Z</dc:date>
    <item>
      <title>vsftpd server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vsftpd-server/m-p/3593077#M18966</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;I have 3 questions:&lt;BR /&gt;&lt;BR /&gt;1.) howto create ftp user for vsftpd server without home directory ?&lt;BR /&gt;&lt;BR /&gt;2.) howto allow only ftp group ?&lt;BR /&gt;&lt;BR /&gt;3.) howto configure /etc/vsftpd.conf to log automatically to /srv&lt;BR /&gt;and allow only /srv directory and its under-directories for ftp user ?&lt;BR /&gt;&lt;BR /&gt;I'm using vsftpd on Debian Sarge&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;chris&lt;BR /&gt;</description>
      <pubDate>Sat, 30 Jul 2005 06:30:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vsftpd-server/m-p/3593077#M18966</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2005-07-30T06:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: vsftpd server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vsftpd-server/m-p/3593078#M18967</link>
      <description>vsfptd is pretty simple to deal with:&lt;BR /&gt;&lt;BR /&gt;anonymous_enable=YES&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Change to NO&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;local_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# Uncomment this to enable any form of FTP write command.&lt;BR /&gt;write_enable=YES&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Change to meet your requirements.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Default umask for local users is 077. You may wish to change this to 022,&lt;BR /&gt;# if your users expect that (022 is used by most other ftpd's)&lt;BR /&gt;local_umask=022&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Change to meet your needs.&lt;BR /&gt;&lt;BR /&gt;xferlog_enable=YES&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Don't change the above....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;pam_service_name=vsftpd&lt;BR /&gt;userlist_enable=YES&lt;BR /&gt;#enable for standalone mode&lt;BR /&gt;listen=YES&lt;BR /&gt;tcp_wrappers=YES&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Might want to change the userlist_enable parameter to no if you wish to limit user access.&lt;BR /&gt;&lt;BR /&gt;service vsftpd restart&lt;BR /&gt;&lt;BR /&gt;Note that this service is not part of xinetd like the old ftp server was.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 30 Jul 2005 14:09:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vsftpd-server/m-p/3593078#M18967</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-07-30T14:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: vsftpd server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vsftpd-server/m-p/3593079#M18968</link>
      <description>thanks&lt;BR /&gt;&lt;BR /&gt;it works, but it seems the user must have its home directory, &lt;BR /&gt;otherwise I get errors by ftp login.&lt;BR /&gt;&lt;BR /&gt;and I have an other question&lt;BR /&gt;&lt;BR /&gt;should I enable this option:&lt;BR /&gt;&lt;BR /&gt;# It is recommended that you define on your system a unique user which the&lt;BR /&gt;# ftp server can use as a totally isolated and unprivileged user.&lt;BR /&gt;#nopriv_user=ftpsecure</description>
      <pubDate>Sat, 30 Jul 2005 20:49:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vsftpd-server/m-p/3593079#M18968</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2005-07-30T20:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: vsftpd server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vsftpd-server/m-p/3593080#M18969</link>
      <description>now I have and it seems to work:&lt;BR /&gt;&lt;BR /&gt;# Example config file /etc/vsftpd.conf&lt;BR /&gt;#&lt;BR /&gt;# The default compiled in settings are fairly paranoid. This sample file&lt;BR /&gt;# loosens things up a bit, to make the ftp daemon more usable.&lt;BR /&gt;# Please see vsftpd.conf.5 for all compiled in defaults.&lt;BR /&gt;#&lt;BR /&gt;# READ THIS: This example file is NOT an exhaustive list of vsftpd options.&lt;BR /&gt;# Please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's&lt;BR /&gt;# capabilities.&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# Run standalone?  vsftpd can run either from an inetd or as a standalone&lt;BR /&gt;# daemon started from an initscript.&lt;BR /&gt;listen=YES&lt;BR /&gt;#&lt;BR /&gt;# Run standalone with IPv6?&lt;BR /&gt;# Like the listen parameter, except vsftpd will listen on an IPv6 socket&lt;BR /&gt;# instead of an IPv4 one. This parameter and the listen parameter are mutually&lt;BR /&gt;# exclusive.&lt;BR /&gt;#listen_ipv6=YES&lt;BR /&gt;#&lt;BR /&gt;# Allow anonymous FTP? (Beware - allowed by default if you comment this out).&lt;BR /&gt;anonymous_enable=No&lt;BR /&gt;#&lt;BR /&gt;# Uncomment this to allow local users to log in.&lt;BR /&gt;local_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# Uncomment this to enable any form of FTP write command.&lt;BR /&gt;write_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# Default umask for local users is 077. You may wish to change this to 022,&lt;BR /&gt;# if your users expect that (022 is used by most other ftpd's)&lt;BR /&gt;local_umask=022&lt;BR /&gt;#&lt;BR /&gt;# Uncomment this to allow the anonymous FTP user to upload files. This only&lt;BR /&gt;# has an effect if the above global write enable is activated. Also, you will&lt;BR /&gt;# obviously need to create a directory writable by the FTP user.&lt;BR /&gt;#anon_upload_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# Uncomment this if you want the anonymous FTP user to be able to create&lt;BR /&gt;# new directories.&lt;BR /&gt;#anon_mkdir_write_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# Activate directory messages - messages given to remote users when they&lt;BR /&gt;# go into a certain directory.&lt;BR /&gt;#dirmessage_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# Activate logging of uploads/downloads.&lt;BR /&gt;xferlog_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# Make sure PORT transfer connections originate from port 20 (ftp-data).&lt;BR /&gt;connect_from_port_20=YES&lt;BR /&gt;#&lt;BR /&gt;# If you want, you can arrange for uploaded anonymous files to be owned by&lt;BR /&gt;# a different user. Note! Using "root" for uploaded files is not&lt;BR /&gt;# recommended!&lt;BR /&gt;#chown_uploads=YES&lt;BR /&gt;#chown_username=whoever&lt;BR /&gt;#&lt;BR /&gt;# You may override where the log file goes if you like. The default is shown&lt;BR /&gt;# below.&lt;BR /&gt;xferlog_file=/var/log/vsftpd.log&lt;BR /&gt;#&lt;BR /&gt;# If you want, you can have your log file in standard ftpd xferlog format&lt;BR /&gt;xferlog_std_format=YES&lt;BR /&gt;#&lt;BR /&gt;# You may change the default value for timing out an idle session.&lt;BR /&gt;idle_session_timeout=300&lt;BR /&gt;#&lt;BR /&gt;# You may change the default value for timing out a data connection.&lt;BR /&gt;data_connection_timeout=120&lt;BR /&gt;#&lt;BR /&gt;# It is recommended that you define on your system a unique user which the&lt;BR /&gt;# ftp server can use as a totally isolated and unprivileged user.&lt;BR /&gt;#nopriv_user=ftpsecure&lt;BR /&gt;&lt;BR /&gt;nopriv_user=ftpuser&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Enable this and the server will recognise asynchronous ABOR requests. Not&lt;BR /&gt;# recommended for security (the code is non-trivial). Not enabling it,&lt;BR /&gt;# however, may confuse older FTP clients.&lt;BR /&gt;#async_abor_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# By default the server will pretend to allow ASCII mode but in fact ignore&lt;BR /&gt;# the request. Turn on the below options to have the server actually do ASCII&lt;BR /&gt;# mangling on files when in ASCII mode.&lt;BR /&gt;# Beware that turning on ascii_download_enable enables malicious remote parties&lt;BR /&gt;# to consume your I/O resources, by issuing the command "SIZE /big/file" in&lt;BR /&gt;# ASCII mode.&lt;BR /&gt;# These ASCII options are split into upload and download because you may wish&lt;BR /&gt;# to enable ASCII uploads (to prevent uploaded scripts etc. from breaking),&lt;BR /&gt;# without the DoS risk of SIZE and ASCII downloads. ASCII mangling should be&lt;BR /&gt;# on the client anyway..&lt;BR /&gt;#ascii_upload_enable=YES&lt;BR /&gt;#ascii_download_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# You may fully customise the login banner string:&lt;BR /&gt;ftpd_banner="Hi I'am a ftp server "&lt;BR /&gt;#&lt;BR /&gt;# You may specify a file of disallowed anonymous e-mail addresses. Apparently&lt;BR /&gt;# useful for combatting certain DoS attacks.&lt;BR /&gt;#deny_email_enable=YES&lt;BR /&gt;# (default follows)&lt;BR /&gt;#banned_email_file=/etc/vsftpd.banned_emails&lt;BR /&gt;#&lt;BR /&gt;# You may restrict local users to their home directories.  See the FAQ for&lt;BR /&gt;# the possible risks in this before using chroot_local_user or&lt;BR /&gt;# chroot_list_enable below.&lt;BR /&gt;chroot_local_user=YES&lt;BR /&gt;#&lt;BR /&gt;# You may specify an explicit list of local users to chroot() to their home&lt;BR /&gt;# directory. If chroot_local_user is YES, then this list becomes a list of&lt;BR /&gt;# users to NOT chroot().&lt;BR /&gt;chroot_list_enable=YES&lt;BR /&gt;# (default follows)&lt;BR /&gt;chroot_list_file=/etc/vsftpd.chroot_list&lt;BR /&gt;#&lt;BR /&gt;# You may activate the "-R" option to the builtin ls. This is disabled by&lt;BR /&gt;# default to avoid remote users being able to cause excessive I/O on large&lt;BR /&gt;# sites. However, some broken FTP clients such as "ncftp" and "mirror" assume&lt;BR /&gt;# the presence of the "-R" option, so there is a strong case for enabling it.&lt;BR /&gt;#ls_recurse_enable=YES&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# Debian customization&lt;BR /&gt;#&lt;BR /&gt;# Some of vsftpd's settings don't fit the Debian filesystem layout by&lt;BR /&gt;# default.  These settings are more Debian-friendly.&lt;BR /&gt;#&lt;BR /&gt;# This option should be the name of a directory which is empty.  Also, the&lt;BR /&gt;# directory should not be writable by the ftp user. This directory is used&lt;BR /&gt;# as a secure chroot() jail at times vsftpd does not require filesystem&lt;BR /&gt;# access.&lt;BR /&gt;#secure_chroot_dir=/srv/ftp&lt;BR /&gt;#&lt;BR /&gt;# This string is the name of the PAM service vsftpd will use.&lt;BR /&gt;pam_service_name=vsftpd&lt;BR /&gt;#&lt;BR /&gt;# This option specifies the location of the RSA certificate to use for SSL&lt;BR /&gt;# encrypted connections.&lt;BR /&gt;rsa_cert_file=/etc/ssl/certs/vsftpd.pem&lt;BR /&gt;&lt;BR /&gt;#this is the chroot jail all local users are put into&lt;BR /&gt;local_root=/srv/ftp</description>
      <pubDate>Sun, 31 Jul 2005 05:55:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vsftpd-server/m-p/3593080#M18969</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2005-07-31T05:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: vsftpd server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vsftpd-server/m-p/3593081#M18970</link>
      <description>sorry I posted a wrong file&lt;BR /&gt;&lt;BR /&gt;this one is correct:&lt;BR /&gt;&lt;BR /&gt;# Example config file /etc/vsftpd.conf&lt;BR /&gt;#&lt;BR /&gt;# The default compiled in settings are fairly paranoid. This sample file&lt;BR /&gt;# loosens things up a bit, to make the ftp daemon more usable.&lt;BR /&gt;# Please see vsftpd.conf.5 for all compiled in defaults.&lt;BR /&gt;#&lt;BR /&gt;# READ THIS: This example file is NOT an exhaustive list of vsftpd options.&lt;BR /&gt;# Please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's&lt;BR /&gt;# capabilities.&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# Run standalone?  vsftpd can run either from an inetd or as a standalone&lt;BR /&gt;# daemon started from an initscript.&lt;BR /&gt;listen=YES&lt;BR /&gt;#&lt;BR /&gt;# Run standalone with IPv6?&lt;BR /&gt;# Like the listen parameter, except vsftpd will listen on an IPv6 socket&lt;BR /&gt;# instead of an IPv4 one. This parameter and the listen parameter are mutually&lt;BR /&gt;# exclusive.&lt;BR /&gt;#listen_ipv6=YES&lt;BR /&gt;#&lt;BR /&gt;# Allow anonymous FTP? (Beware - allowed by default if you comment this out).&lt;BR /&gt;anonymous_enable=No&lt;BR /&gt;#&lt;BR /&gt;# Uncomment this to allow local users to log in.&lt;BR /&gt;local_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# Uncomment this to enable any form of FTP write command.&lt;BR /&gt;write_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# Default umask for local users is 077. You may wish to change this to 022,&lt;BR /&gt;# if your users expect that (022 is used by most other ftpd's)&lt;BR /&gt;local_umask=022&lt;BR /&gt;#&lt;BR /&gt;# Uncomment this to allow the anonymous FTP user to upload files. This only&lt;BR /&gt;# has an effect if the above global write enable is activated. Also, you will&lt;BR /&gt;# obviously need to create a directory writable by the FTP user.&lt;BR /&gt;#anon_upload_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# Uncomment this if you want the anonymous FTP user to be able to create&lt;BR /&gt;# new directories.&lt;BR /&gt;#anon_mkdir_write_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# Activate directory messages - messages given to remote users when they&lt;BR /&gt;# go into a certain directory.&lt;BR /&gt;#dirmessage_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# Activate logging of uploads/downloads.&lt;BR /&gt;xferlog_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# Make sure PORT transfer connections originate from port 20 (ftp-data).&lt;BR /&gt;connect_from_port_20=YES&lt;BR /&gt;#&lt;BR /&gt;# If you want, you can arrange for uploaded anonymous files to be owned by&lt;BR /&gt;# a different user. Note! Using "root" for uploaded files is not&lt;BR /&gt;# recommended!&lt;BR /&gt;#chown_uploads=YES&lt;BR /&gt;#chown_username=whoever&lt;BR /&gt;#&lt;BR /&gt;# You may override where the log file goes if you like. The default is shown&lt;BR /&gt;# below.&lt;BR /&gt;xferlog_file=/var/log/vsftpd.log&lt;BR /&gt;#&lt;BR /&gt;# If you want, you can have your log file in standard ftpd xferlog format&lt;BR /&gt;xferlog_std_format=YES&lt;BR /&gt;#&lt;BR /&gt;# You may change the default value for timing out an idle session.&lt;BR /&gt;idle_session_timeout=300&lt;BR /&gt;#&lt;BR /&gt;# You may change the default value for timing out a data connection.&lt;BR /&gt;data_connection_timeout=120&lt;BR /&gt;#&lt;BR /&gt;# It is recommended that you define on your system a unique user which the&lt;BR /&gt;# ftp server can use as a totally isolated and unprivileged user.&lt;BR /&gt;#nopriv_user=ftpsecure&lt;BR /&gt;#&lt;BR /&gt;# Enable this and the server will recognise asynchronous ABOR requests. Not&lt;BR /&gt;# recommended for security (the code is non-trivial). Not enabling it,&lt;BR /&gt;# however, may confuse older FTP clients.&lt;BR /&gt;#async_abor_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# By default the server will pretend to allow ASCII mode but in fact ignore&lt;BR /&gt;# the request. Turn on the below options to have the server actually do ASCII&lt;BR /&gt;# mangling on files when in ASCII mode.&lt;BR /&gt;# Beware that turning on ascii_download_enable enables malicious remote parties&lt;BR /&gt;# to consume your I/O resources, by issuing the command "SIZE /big/file" in&lt;BR /&gt;# ASCII mode.&lt;BR /&gt;# These ASCII options are split into upload and download because you may wish&lt;BR /&gt;# to enable ASCII uploads (to prevent uploaded scripts etc. from breaking),&lt;BR /&gt;# without the DoS risk of SIZE and ASCII downloads. ASCII mangling should be&lt;BR /&gt;# on the client anyway..&lt;BR /&gt;#ascii_upload_enable=YES&lt;BR /&gt;#ascii_download_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# You may fully customise the login banner string:&lt;BR /&gt;ftpd_banner="Hi I'am a ftp server"&lt;BR /&gt;#&lt;BR /&gt;# You may specify a file of disallowed anonymous e-mail addresses. Apparently&lt;BR /&gt;# useful for combatting certain DoS attacks.&lt;BR /&gt;#deny_email_enable=YES&lt;BR /&gt;# (default follows)&lt;BR /&gt;#banned_email_file=/etc/vsftpd.banned_emails&lt;BR /&gt;#&lt;BR /&gt;# You may restrict local users to their home directories.  See the FAQ for&lt;BR /&gt;# the possible risks in this before using chroot_local_user or&lt;BR /&gt;# chroot_list_enable below.&lt;BR /&gt;chroot_local_user=YES&lt;BR /&gt;#&lt;BR /&gt;# You may specify an explicit list of local users to chroot() to their home&lt;BR /&gt;# directory. If chroot_local_user is YES, then this list becomes a list of&lt;BR /&gt;# users to NOT chroot().&lt;BR /&gt;#chroot_list_enable=YES&lt;BR /&gt;# (default follows)&lt;BR /&gt;#chroot_list_file=/etc/vsftpd.chroot_list&lt;BR /&gt;#&lt;BR /&gt;# You may activate the "-R" option to the builtin ls. This is disabled by&lt;BR /&gt;# default to avoid remote users being able to cause excessive I/O on large&lt;BR /&gt;# sites. However, some broken FTP clients such as "ncftp" and "mirror" assume&lt;BR /&gt;# the presence of the "-R" option, so there is a strong case for enabling it.&lt;BR /&gt;#ls_recurse_enable=YES&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# Debian customization&lt;BR /&gt;#&lt;BR /&gt;# Some of vsftpd's settings don't fit the Debian filesystem layout by&lt;BR /&gt;# default.  These settings are more Debian-friendly.&lt;BR /&gt;#&lt;BR /&gt;# This option should be the name of a directory which is empty.  Also, the&lt;BR /&gt;# directory should not be writable by the ftp user. This directory is used&lt;BR /&gt;# as a secure chroot() jail at times vsftpd does not require filesystem&lt;BR /&gt;# access.&lt;BR /&gt;#secure_chroot_dir=/srv/ftp&lt;BR /&gt;#&lt;BR /&gt;# This string is the name of the PAM service vsftpd will use.&lt;BR /&gt;pam_service_name=vsftpd&lt;BR /&gt;#&lt;BR /&gt;# This option specifies the location of the RSA certificate to use for SSL&lt;BR /&gt;# encrypted connections.&lt;BR /&gt;rsa_cert_file=/etc/ssl/certs/vsftpd.pem&lt;BR /&gt;&lt;BR /&gt;#this is the chroot jail all local users are put into&lt;BR /&gt;local_root=/srv/ftp&lt;BR /&gt;</description>
      <pubDate>Sun, 31 Jul 2005 19:57:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vsftpd-server/m-p/3593081#M18970</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2005-07-31T19:57:29Z</dc:date>
    </item>
  </channel>
</rss>

