<?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 Access in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/3045712#M135320</link>
    <description>I think that wu-ftpd 2.6.1 provides a feauture&lt;BR /&gt;"restricted-uid" that should do the task.</description>
    <pubDate>Mon, 11 Aug 2003 11:12:30 GMT</pubDate>
    <dc:creator>Zeev Schultz</dc:creator>
    <dc:date>2003-08-11T11:12:30Z</dc:date>
    <item>
      <title>FTP Access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/3045706#M135314</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I agree to have access to remote server via VPN tunnel, to transfer files. I would schedule a crin job to automaticaly access FTP server providing the user name and password. Could you please help me in doing this?</description>
      <pubDate>Sun, 10 Aug 2003 06:58:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/3045706#M135314</guid>
      <dc:creator>Fuad_1</dc:creator>
      <dc:date>2003-08-10T06:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/3045707#M135315</link>
      <description>You can put the password and user name in script and do automated ftp transfers.(through cron,at etc)&lt;BR /&gt;&lt;BR /&gt;But this will have the passwords in script file-security issue.&lt;BR /&gt;&lt;BR /&gt;You can also create .netrc file in home directory of user and put user name an dpassword there.&lt;BR /&gt;&lt;BR /&gt;In both cases password is kept in file. In case .netrc file you can put 600 permissions so that it is not readble for others.&lt;BR /&gt;&lt;BR /&gt;FTP script is as follows.&lt;BR /&gt;&lt;BR /&gt;#script for ftp.&lt;BR /&gt;&lt;BR /&gt;ftp -in hostname &amp;lt;&amp;lt; EOF&lt;BR /&gt;user username password&lt;BR /&gt;your stuff here-ftp commands&lt;BR /&gt;bye&lt;BR /&gt;EOF&lt;BR /&gt;</description>
      <pubDate>Sun, 10 Aug 2003 07:53:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/3045707#M135315</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-08-10T07:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/3045708#M135316</link>
      <description>Use sftp provided with SSH product.Once you configured SSH-2+public keys are copied to the &lt;BR /&gt;server (authorized_keys file) it can work automatically without sending your passwd over TCP/IP.</description>
      <pubDate>Sun, 10 Aug 2003 10:14:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/3045708#M135316</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2003-08-10T10:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/3045709#M135317</link>
      <description>Here is a doc on exchanging public keys as Zeev suggests.&lt;BR /&gt;&lt;BR /&gt;Attached Word Format.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 10 Aug 2003 13:17:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/3045709#M135317</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-08-10T13:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/3045710#M135318</link>
      <description>As mentioned, standard ftp will require the username and password and will be visible unless the cron script has permission 700 so only the owner can read it. The alternative is to use sftp (part of Secure Shell, which must be downloaded from software.hp.com), but this requires the remote server to have the same Secure Shell package and be properly configured. One additional option is to use a .netrc file. The requirements are that the file be 600 permissions and stored in the $HOME directory of the user running the ftp session. For more details, read the man page for .netrc</description>
      <pubDate>Sun, 10 Aug 2003 15:38:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/3045710#M135318</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-08-10T15:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/3045711#M135319</link>
      <description>Thanks alot for all of who responde to my message. Could you please tell me how I limit the user who ftp the server only to have access to his home directory.</description>
      <pubDate>Mon, 11 Aug 2003 09:17:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/3045711#M135319</guid>
      <dc:creator>Fuad_1</dc:creator>
      <dc:date>2003-08-11T09:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/3045712#M135320</link>
      <description>I think that wu-ftpd 2.6.1 provides a feauture&lt;BR /&gt;"restricted-uid" that should do the task.</description>
      <pubDate>Mon, 11 Aug 2003 11:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-access/m-p/3045712#M135320</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2003-08-11T11:12:30Z</dc:date>
    </item>
  </channel>
</rss>

