<?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: How to configue FTP on HP-UX server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configue-ftp-on-hp-ux-server/m-p/4424308#M354763</link>
    <description>Hi Amreek,&lt;BR /&gt;&lt;BR /&gt;Check below link as follows,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90743/ch03s01.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90743/ch03s01.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-4616/ch03s03.html" target="_blank"&gt;http://docs.hp.com/en/5992-4616/ch03s03.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B9901-90044/ch11s03.html" target="_blank"&gt;http://docs.hp.com/en/B9901-90044/ch11s03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/A1700-90014/ch06s03.html" target="_blank"&gt;http://docs.hp.com/en/A1700-90014/ch06s03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;RGds//&lt;BR /&gt;Taifur</description>
    <pubDate>Sat, 23 May 2009 03:45:08 GMT</pubDate>
    <dc:creator>Taifur</dc:creator>
    <dc:date>2009-05-23T03:45:08Z</dc:date>
    <item>
      <title>How to configue FTP on HP-UX server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configue-ftp-on-hp-ux-server/m-p/4424302#M354757</link>
      <description>&lt;BR /&gt;Hi, Quick question, Can anyone tell me how to enbale FTP on a HP-UX server, so that I can ftp to it from another server ?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 21 May 2009 12:27:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configue-ftp-on-hp-ux-server/m-p/4424302#M354757</guid>
      <dc:creator>amreek bansal</dc:creator>
      <dc:date>2009-05-21T12:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to configue FTP on HP-UX server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configue-ftp-on-hp-ux-server/m-p/4424303#M354758</link>
      <description>edit /etc/inetd.conf file&lt;BR /&gt;find the line which starts with "ftp" most probably preceded by a # sign if it is not currently running on this system. Remove the # sign.&lt;BR /&gt;restart inetd by&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/inetd -k&lt;BR /&gt;/usr/sbin/inetd -l (-l is not mandatory but gives you a good bit of information on inetd activities in syslog so strongly suggested)&lt;BR /&gt;&lt;BR /&gt;that should do it.&lt;BR /&gt;&lt;BR /&gt;if you do not have an ftp line, then insert something like this into /etc/inetd.conf file:&lt;BR /&gt;&lt;BR /&gt;ftp     stream  tcp     nowait  root     /usr/lbin/ftpd         ftpd -Lliou 007&lt;BR /&gt;&lt;BR /&gt;the do the inetd restart as described above.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;PS. Look into scp instead of using ftp. It is secure and easily scriptable&lt;BR /&gt;</description>
      <pubDate>Thu, 21 May 2009 12:32:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configue-ftp-on-hp-ux-server/m-p/4424303#M354758</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-05-21T12:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to configue FTP on HP-UX server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configue-ftp-on-hp-ux-server/m-p/4424304#M354759</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;ftp is normally configured by default.&lt;BR /&gt;&lt;BR /&gt;To check it:&lt;BR /&gt;&lt;BR /&gt;netstat -an | grep 21&lt;BR /&gt;&lt;BR /&gt;Check /etc/inetd.conf for configuration of the ftpd daemon.&lt;BR /&gt;&lt;BR /&gt;If commented, uncomment and:&lt;BR /&gt;&lt;BR /&gt;inetd -c&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 21 May 2009 12:33:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configue-ftp-on-hp-ux-server/m-p/4424304#M354759</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-05-21T12:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to configue FTP on HP-UX server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configue-ftp-on-hp-ux-server/m-p/4424305#M354760</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The first step is to make sure the 'ftp' daemon is un-commented in '/etc/inted.conf'  If it isn't, do so, and restart the inetd daemon with 'inetd -c'.&lt;BR /&gt;&lt;BR /&gt;Much more can be found here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-4607/ch05s02.html" target="_blank"&gt;http://docs.hp.com/en/5992-4607/ch05s02.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 21 May 2009 12:36:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configue-ftp-on-hp-ux-server/m-p/4424305#M354760</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-05-21T12:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to configue FTP on HP-UX server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configue-ftp-on-hp-ux-server/m-p/4424306#M354761</link>
      <description>Hi Amreek,&lt;BR /&gt;&lt;BR /&gt;Here is the steps,&lt;BR /&gt;1)uncomment or create the ftp entry in /etc/inetd.conf&lt;BR /&gt;2)let inetd to reload the changes by inetd -c&lt;BR /&gt;&lt;BR /&gt;3)create an ftpuser's shell entry in the /etc/SHELLS &lt;BR /&gt;4)remove the ftpuser id from /etc/ftpd/ftpusers &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks!!&lt;BR /&gt;Johnson&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 May 2009 10:03:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configue-ftp-on-hp-ux-server/m-p/4424306#M354761</guid>
      <dc:creator>johnsonpk</dc:creator>
      <dc:date>2009-05-22T10:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to configue FTP on HP-UX server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configue-ftp-on-hp-ux-server/m-p/4424307#M354762</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Un-Comment ftp line from /etc/inetd.conf and run "inetd -c" test by trying to ftp to the host.&lt;BR /&gt;&lt;BR /&gt;ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l&lt;BR /&gt;&lt;BR /&gt;User name is not reflect in this file /etc/ftpd/ftpusers&lt;BR /&gt;&lt;BR /&gt;If /var/adm/inetd.sec file is there then add your ipaddress showing below&lt;BR /&gt;&lt;BR /&gt;ftp allow 15.* 127.0.0.1 192.170.74.* 192.170.84.*&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Fri, 22 May 2009 10:23:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configue-ftp-on-hp-ux-server/m-p/4424307#M354762</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-05-22T10:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to configue FTP on HP-UX server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configue-ftp-on-hp-ux-server/m-p/4424308#M354763</link>
      <description>Hi Amreek,&lt;BR /&gt;&lt;BR /&gt;Check below link as follows,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90743/ch03s01.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90743/ch03s01.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-4616/ch03s03.html" target="_blank"&gt;http://docs.hp.com/en/5992-4616/ch03s03.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B9901-90044/ch11s03.html" target="_blank"&gt;http://docs.hp.com/en/B9901-90044/ch11s03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/A1700-90014/ch06s03.html" target="_blank"&gt;http://docs.hp.com/en/A1700-90014/ch06s03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;RGds//&lt;BR /&gt;Taifur</description>
      <pubDate>Sat, 23 May 2009 03:45:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configue-ftp-on-hp-ux-server/m-p/4424308#M354763</guid>
      <dc:creator>Taifur</dc:creator>
      <dc:date>2009-05-23T03:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to configue FTP on HP-UX server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configue-ftp-on-hp-ux-server/m-p/4424309#M354764</link>
      <description>Hi Amreek,&lt;BR /&gt;&lt;BR /&gt;1. Issue the following command to establish a connection with the remote host:&lt;BR /&gt;&lt;BR /&gt;ftp remote_host_name or remote_IP_address&lt;BR /&gt;&lt;BR /&gt;2. Type your user name when prompted for it by the remote host. If you do not have an account on the remote host, type anonymous or ftp as the user name to get access to the anonymous ftp directory. Anonymous ftp allows you access only to the directory that is set up for anonymous ftp.&lt;BR /&gt;&lt;BR /&gt;3. Type your password when prompted for it by the remote host. If you are logging in as anonymous, type your user name and local host name as the password:&lt;BR /&gt;&lt;BR /&gt;user_name@local_host_name&lt;BR /&gt;&lt;BR /&gt;Note that if you are using the Secure Internet Services version of ftp you will not be prompted for a password.&lt;BR /&gt;&lt;BR /&gt;4. Set the transfer type, if necessary. The binary type may be used to transfer all types of files. To find out the current transfer type, type status at the ftp&amp;gt; prompt. To set the transfer type to binary, type binary at the ftp&amp;gt; prompt.&lt;BR /&gt;&lt;BR /&gt;5. You can perform directory operations on the remote host, by issuing commands like pwd, cd, and ls. For a list of ftp commands, type ? at the ftp&amp;gt; prompt. For help on a specific command, type ? command at the ftp&amp;gt; prompt.&lt;BR /&gt;&lt;BR /&gt;6. To perform directory operations and other shell commands on the local host, put an exclamation point before the command, for example, !ls.&lt;BR /&gt;&lt;BR /&gt;At the ftp&amp;gt; prompt, use the put or get command to transfer files between the local and remote systems:&lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt; put filename [destination_filename]&lt;BR /&gt;ftp&amp;gt; get filename [destination_filename]&lt;BR /&gt;&lt;BR /&gt;The put command transfers a file from the local host to the remote host. The get command transfers a file from the remote host to the local host. If you do not specify a destination_filename, the copy of the file will have the same name as the original.&lt;BR /&gt;&lt;BR /&gt;7. To exit from ftp and return to the HP-UX prompt on your local host, type quit at the ftp&amp;gt; prompt.&lt;BR /&gt;&lt;BR /&gt;Rgds-Kranti</description>
      <pubDate>Sat, 23 May 2009 09:05:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-configue-ftp-on-hp-ux-server/m-p/4424309#M354764</guid>
      <dc:creator>Kranti Mahmud</dc:creator>
      <dc:date>2009-05-23T09:05:11Z</dc:date>
    </item>
  </channel>
</rss>

