<?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: blocking specific file extensions with sftp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/blocking-specific-file-extensions-with-sftp/m-p/4185408#M322912</link>
    <description>&lt;!--!*#--&gt;Shalom,&lt;BR /&gt;&lt;BR /&gt;These products were not designed to filer files. sftp is part of openssh and the name is kind of meaningful.&lt;BR /&gt;&lt;BR /&gt;Even if you succeed in blocking mp3 files people will just rename them and transfer them anyway.&lt;BR /&gt;&lt;BR /&gt;This is a job for content filtering and a strong HR Internet use policy.&lt;BR /&gt;&lt;BR /&gt;You can write a cron job to scan for and delete these files&lt;BR /&gt;&lt;BR /&gt;find /directoy -name *.mp3 &amp;gt; list&lt;BR /&gt;while read -r fn&lt;BR /&gt;do&lt;BR /&gt;   rm -f $fn&lt;BR /&gt;done &amp;lt; list&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 23 Apr 2008 15:34:32 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2008-04-23T15:34:32Z</dc:date>
    <item>
      <title>blocking specific file extensions with sftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/blocking-specific-file-extensions-with-sftp/m-p/4185407#M322911</link>
      <description>Is it possible to filter or block files with extensions like .mp3 with sftp? Looking for something similar to path-filter in ftpaccess.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 23 Apr 2008 13:28:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/blocking-specific-file-extensions-with-sftp/m-p/4185407#M322911</guid>
      <dc:creator>Brent DeGennaro</dc:creator>
      <dc:date>2008-04-23T13:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: blocking specific file extensions with sftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/blocking-specific-file-extensions-with-sftp/m-p/4185408#M322912</link>
      <description>&lt;!--!*#--&gt;Shalom,&lt;BR /&gt;&lt;BR /&gt;These products were not designed to filer files. sftp is part of openssh and the name is kind of meaningful.&lt;BR /&gt;&lt;BR /&gt;Even if you succeed in blocking mp3 files people will just rename them and transfer them anyway.&lt;BR /&gt;&lt;BR /&gt;This is a job for content filtering and a strong HR Internet use policy.&lt;BR /&gt;&lt;BR /&gt;You can write a cron job to scan for and delete these files&lt;BR /&gt;&lt;BR /&gt;find /directoy -name *.mp3 &amp;gt; list&lt;BR /&gt;while read -r fn&lt;BR /&gt;do&lt;BR /&gt;   rm -f $fn&lt;BR /&gt;done &amp;lt; list&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 23 Apr 2008 15:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/blocking-specific-file-extensions-with-sftp/m-p/4185408#M322912</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-04-23T15:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: blocking specific file extensions with sftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/blocking-specific-file-extensions-with-sftp/m-p/4185409#M322913</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;If you are prepared to use more&lt;BR /&gt;comprehensive FTP over SSL server&lt;BR /&gt;like ProFTPD, then you can do it.&lt;BR /&gt;&lt;BR /&gt;proftpd.conf has options like:&lt;BR /&gt;&lt;BR /&gt;PathDenyFilter "\\.(jpg|jpgeg|mpeg|mpg|mp3)$"&lt;BR /&gt;&lt;BR /&gt;There is a module that is distributed with&lt;BR /&gt;ProFTPD to support SSL/TLS:&lt;BR /&gt;&lt;BR /&gt;You may need to specify the location of the OpenSSL header and library files in your configure command. For example:&lt;BR /&gt;&lt;BR /&gt; ./configure --with-modules=mod_tls \&lt;BR /&gt; --with-includes=/usr/local/openssl \&lt;BR /&gt; --with-libraries=/usr/local/openssl&lt;BR /&gt;&lt;BR /&gt;If memory serves me well, there is a&lt;BR /&gt;port with TLS/SSL to HP-UX somewhere.&lt;BR /&gt;&lt;BR /&gt;The Porting and Archiving Centre for HP-UX &lt;BR /&gt;contains only standard ProFTPD...&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
      <pubDate>Wed, 23 Apr 2008 21:45:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/blocking-specific-file-extensions-with-sftp/m-p/4185409#M322913</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2008-04-23T21:45:37Z</dc:date>
    </item>
  </channel>
</rss>

