<?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: Need recommendation for good customizable FTP server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/need-recommendation-for-good-customizable-ftp-server/m-p/3995220#M64058</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;wu-ftpd is very customizable btw, and most of the above can be done with the home directory of the user, though some cron scripting may be required.&lt;BR /&gt;&lt;BR /&gt;the standard vsftpd for Linux can do some of what you want. Good admin scripting will have to do the rest.&lt;BR /&gt;&lt;BR /&gt;Note that in their default configuration both of the above authenticate in clear text (not secure) and vsftpd permits anonymous ftp and does not chroot its users.&lt;BR /&gt;&lt;BR /&gt;Going to an sftp based solution might be better. openssh is a standard component of all linuxes.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 07 May 2007 12:47:46 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2007-05-07T12:47:46Z</dc:date>
    <item>
      <title>Need recommendation for good customizable FTP server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-recommendation-for-good-customizable-ftp-server/m-p/3995219#M64057</link>
      <description>We need to re-develop an outdated wu-ftp server that had these custom features:&lt;BR /&gt;&lt;BR /&gt;--Placing large inbound ftp files in a specific directory.&lt;BR /&gt;--Renaming the files to date-time-stamp names and then moving those files to other directories once the file transfer is complete.&lt;BR /&gt;&lt;BR /&gt;What FTP server is recommended these days for customization?   I don't see our needs taken care of with vsftp.</description>
      <pubDate>Mon, 07 May 2007 12:31:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-recommendation-for-good-customizable-ftp-server/m-p/3995219#M64057</guid>
      <dc:creator>Debbie Fleith</dc:creator>
      <dc:date>2007-05-07T12:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need recommendation for good customizable FTP server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-recommendation-for-good-customizable-ftp-server/m-p/3995220#M64058</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;wu-ftpd is very customizable btw, and most of the above can be done with the home directory of the user, though some cron scripting may be required.&lt;BR /&gt;&lt;BR /&gt;the standard vsftpd for Linux can do some of what you want. Good admin scripting will have to do the rest.&lt;BR /&gt;&lt;BR /&gt;Note that in their default configuration both of the above authenticate in clear text (not secure) and vsftpd permits anonymous ftp and does not chroot its users.&lt;BR /&gt;&lt;BR /&gt;Going to an sftp based solution might be better. openssh is a standard component of all linuxes.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 07 May 2007 12:47:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-recommendation-for-good-customizable-ftp-server/m-p/3995220#M64058</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-05-07T12:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need recommendation for good customizable FTP server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-recommendation-for-good-customizable-ftp-server/m-p/3995221#M64059</link>
      <description>I wouldn't think that you would need to customize and ftp daemon to do the things you require. I would think all this would be handled via scripts. Just my thoughts.</description>
      <pubDate>Mon, 07 May 2007 12:58:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-recommendation-for-good-customizable-ftp-server/m-p/3995221#M64059</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-05-07T12:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need recommendation for good customizable FTP server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-recommendation-for-good-customizable-ftp-server/m-p/3995222#M64060</link>
      <description>We have provided our customers with a simple way of automating the file transfer of interface files to our Linux server. Their non-Linux servers initiate the file tranfer.  Due to not being able to change how their end works, we need our end to work the same way.  We do not know what time the files will arrive and the inbound files are named the same, so, we cannot have the files over-writing each other.</description>
      <pubDate>Mon, 07 May 2007 13:03:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-recommendation-for-good-customizable-ftp-server/m-p/3995222#M64060</guid>
      <dc:creator>Debbie Fleith</dc:creator>
      <dc:date>2007-05-07T13:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need recommendation for good customizable FTP server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-recommendation-for-good-customizable-ftp-server/m-p/3995223#M64061</link>
      <description>Well, I usually do not modify source. But you would probably need to modify the source of whatever ftp daemon you used. I wish I had a better answer for you. My only other thought is to try &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://search.cpan.org/~rwmj/Net-FTPServer-1.122/lib/Net/FTPServer.pm" target="_blank"&gt;http://search.cpan.org/~rwmj/Net-FTPServer-1.122/lib/Net/FTPServer.pm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Being that it is written in perl it would probably be easier to hack and customize.</description>
      <pubDate>Mon, 07 May 2007 13:26:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-recommendation-for-good-customizable-ftp-server/m-p/3995223#M64061</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-05-07T13:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need recommendation for good customizable FTP server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-recommendation-for-good-customizable-ftp-server/m-p/3995224#M64062</link>
      <description>the question is if it is 100% impossible to change something on the client site.&lt;BR /&gt;&lt;BR /&gt;if for example you would be able to add a 'site exec' command at the end of each transfer, you could let it execute a script on the ftp server that does whatever you want with that file.&lt;BR /&gt;&lt;BR /&gt;from the manpage:&lt;BR /&gt;&lt;BR /&gt;The SITE EXEC command may be used to execute commands in the /bin/ftp-exec  directory.  Take care that you understand the security implications before copying any  command  into  the /bin/ftp-exec   directory.  For  example,  do  not  copy  in /bin/sh. This would enable the user to  execute  other  commands  through  the  use  of sh -c. If you have doubts about this feature, do not create the /bin/ftp-exec directory.</description>
      <pubDate>Tue, 08 May 2007 01:41:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-recommendation-for-good-customizable-ftp-server/m-p/3995224#M64062</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2007-05-08T01:41:59Z</dc:date>
    </item>
  </channel>
</rss>

