<?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: FTP restriction in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ftp-restriction/m-p/3936414#M81912</link>
    <description>We use Hunter Goatley's HGFTP software for exactly that purpose, may be installed in parallel to standard FTP and bound on a different port. Should be on the freeware disks.&lt;BR /&gt;You can define (via logical names), to what directories a user may switch.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
    <pubDate>Thu, 01 Feb 2007 08:25:51 GMT</pubDate>
    <dc:creator>Karl Rohwedder</dc:creator>
    <dc:date>2007-02-01T08:25:51Z</dc:date>
    <item>
      <title>FTP restriction</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-restriction/m-p/3936413#M81911</link>
      <description>Hi, I have defined a captive account with restrictions on a OpenVMS system&lt;BR /&gt;&lt;BR /&gt;Here is the exact sintaxis&lt;BR /&gt;&lt;BR /&gt;UAF&amp;gt; add MYUSER /uic=[311,2] /owner="my user name" /account=MYUSER /dev=disk$ftp /dir=[myuser] -&lt;BR /&gt;_UAF&amp;gt; /flags=(nodisuser,captive,diswelcome,disnewmail,dismail,defcli) -&lt;BR /&gt;_UAF&amp;gt; /passw=myuserpassw /remote/dialup/local/network/nobatch &lt;BR /&gt;/lgicmd=DISK$FTP:[000000]FTP$CHANGEPW.COM&lt;BR /&gt;&lt;BR /&gt;My user access via FTP, but in addition to all OpenVMS security for captive and restricted accounts, I would like him not to be able to change to another directory from the FTP prompt (although of course he lacks any privilege for doing anything outside his sys$login directory)&lt;BR /&gt;&lt;BR /&gt;I would say it's just a aesthetic matter :)&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Nicolau</description>
      <pubDate>Thu, 01 Feb 2007 07:16:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-restriction/m-p/3936413#M81911</guid>
      <dc:creator>Nicolau Roca</dc:creator>
      <dc:date>2007-02-01T07:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: FTP restriction</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-restriction/m-p/3936414#M81912</link>
      <description>We use Hunter Goatley's HGFTP software for exactly that purpose, may be installed in parallel to standard FTP and bound on a different port. Should be on the freeware disks.&lt;BR /&gt;You can define (via logical names), to what directories a user may switch.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Thu, 01 Feb 2007 08:25:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-restriction/m-p/3936414#M81912</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2007-02-01T08:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: FTP restriction</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-restriction/m-p/3936415#M81913</link>
      <description>I am assuming you are looking for assistance with the FTP client, and not the FTP server.&lt;BR /&gt;&lt;BR /&gt;If this is OpenVMS V6.2 or later and a TCP/IP stack with V6.2 capabilities is installed, then the DCL command COPY/FTP will allow you to implement exactly what you want within your captive command procedure.  This rather than letting the user loose at FTP or building scripts of commands to pass into FTP utility...  &lt;BR /&gt;&lt;BR /&gt;With COPY/FTP, you have access to symbol substitution, and you can assemble the exact FTP command required, and then execute it not based on user input -- always a bad idea when security is involved -- but based on the CAPTIVE command procedure and its processing of user input.&lt;BR /&gt;&lt;BR /&gt;COPY/FTP follows DCL norms for the COPY command, including the need to quote the remote specifications if these do not follow OpenVMS DCL file specification naming rules.  At its simplest:&lt;BR /&gt;&lt;BR /&gt;$ COPY/FTP x.y.z"user pass"::remspec localspec&lt;BR /&gt;&lt;BR /&gt;FTP for what appears to be a password change operation (based on the filenames) would be an unusual approach.  There could be other approaches available, depending on what the particular application requirements might be.</description>
      <pubDate>Thu, 01 Feb 2007 10:03:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-restriction/m-p/3936415#M81913</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-02-01T10:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: FTP restriction</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-restriction/m-p/3936416#M81914</link>
      <description>My user accesses via FTP with a graphical FTP client called FileZilla, so I guess I can't use HGFTP, isn't it? Anyway I'll take a look at it when I got time&lt;BR /&gt;&lt;BR /&gt;And for the same reason I think a COPY/FTP is not suitable in my case&lt;BR /&gt;&lt;BR /&gt;Yes, the DISK$FTP:[000000]FTP$CHANGEPW.COM is a simple DCL script for changing the password. My intention is that all that my user can do with a TELNET connection is changing his password, and that's why I put it on the LGICMD. Maybe not the best approach (?)</description>
      <pubDate>Mon, 19 Feb 2007 08:18:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-restriction/m-p/3936416#M81914</guid>
      <dc:creator>Nicolau Roca</dc:creator>
      <dc:date>2007-02-19T08:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: FTP restriction</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-restriction/m-p/3936417#M81915</link>
      <description>Note that you can specify directories in get/put commands. So, protecting against using cd will not help you.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 19 Feb 2007 11:02:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-restriction/m-p/3936417#M81915</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-02-19T11:02:20Z</dc:date>
    </item>
  </channel>
</rss>

