<?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: Change FTP port in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/change-ftp-port/m-p/3636141#M19799</link>
    <description>Why do you want to do that. It a port scanner may find out your new port.&lt;BR /&gt;&lt;BR /&gt;Anyway, it depends of the ftp server, in VSFTPD, you have the listen and ftp_data_port directive in the configuration file.</description>
    <pubDate>Tue, 27 Sep 2005 11:05:21 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2005-09-27T11:05:21Z</dc:date>
    <item>
      <title>Change FTP port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-ftp-port/m-p/3636140#M19798</link>
      <description>Hello all the people!!!!&lt;BR /&gt;I have a questin  that may sound simple for you, I started 2 months ago in UNIX, and I would like to change the access port from 21 to xxxx. Anyone know how to accomplish this? Thank you very much in advance.&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Sep 2005 10:54:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-ftp-port/m-p/3636140#M19798</guid>
      <dc:creator>Ana Ramirez</dc:creator>
      <dc:date>2005-09-27T10:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Change FTP port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-ftp-port/m-p/3636141#M19799</link>
      <description>Why do you want to do that. It a port scanner may find out your new port.&lt;BR /&gt;&lt;BR /&gt;Anyway, it depends of the ftp server, in VSFTPD, you have the listen and ftp_data_port directive in the configuration file.</description>
      <pubDate>Tue, 27 Sep 2005 11:05:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-ftp-port/m-p/3636141#M19799</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-09-27T11:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Change FTP port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-ftp-port/m-p/3636142#M19800</link>
      <description>&lt;BR /&gt;Hello to you Ana&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cae.wisc.edu/site/public/?title=linbegin" target="_blank"&gt;http://www.cae.wisc.edu/site/public/?title=linbegin&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.informit.com/articles/article.asp?p=20665" target="_blank"&gt;http://www.informit.com/articles/article.asp?p=20665&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;first link advises against this course of action.&lt;BR /&gt;&lt;BR /&gt;The second link advises how to do it.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 27 Sep 2005 11:05:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-ftp-port/m-p/3636142#M19800</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-09-27T11:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Change FTP port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-ftp-port/m-p/3636143#M19801</link>
      <description>Have you inetd or xinetd?&lt;BR /&gt;&lt;BR /&gt;You can Change the port in /etc/inetd.conf of service ftp and restart inetd, or &lt;BR /&gt;if you have xinetd you can &lt;BR /&gt;create a new service in /etc/services,&lt;BR /&gt;create a file in /etc/xinetd.d/ that refers to the new service created /etc/services,&lt;BR /&gt;then restart xinetd ( service xinetd restart )&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Alex&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Sep 2005 11:13:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-ftp-port/m-p/3636143#M19801</guid>
      <dc:creator>Alessandro Pilati</dc:creator>
      <dc:date>2005-09-27T11:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Change FTP port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-ftp-port/m-p/3636144#M19802</link>
      <description>Thanx Ivan, Steven...&lt;BR /&gt;&lt;BR /&gt;For security (rules here in mi work that I don't understand...)I have to blocked port 21, but I need another port in order to have a proxy conection... that's the reason that I need to add another FTP port, but it dosn't be port 21 &lt;BR /&gt;&lt;BR /&gt;Alex, I have inetd, I'm working on UNIX v11.0&lt;BR /&gt;&lt;BR /&gt;Thanx a lot to all, I'm going to prove all your recomendations...&lt;BR /&gt;&lt;BR /&gt;see you soon boys!!!!</description>
      <pubDate>Tue, 27 Sep 2005 11:17:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-ftp-port/m-p/3636144#M19802</guid>
      <dc:creator>Ana Ramirez</dc:creator>
      <dc:date>2005-09-27T11:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Change FTP port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/change-ftp-port/m-p/3636145#M19803</link>
      <description>Use sftp&lt;BR /&gt;&lt;BR /&gt;openssh server is secure, runs on port 22.&lt;BR /&gt;&lt;BR /&gt;Client is built into all Linux machines and there are good free ones for Windows.&lt;BR /&gt;&lt;BR /&gt;Be secure, don't use ftp. ftp does clear text authentication. That means your passwords fly across the network without the benefit of encryption.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 27 Sep 2005 11:35:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/change-ftp-port/m-p/3636145#M19803</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-09-27T11:35:34Z</dc:date>
    </item>
  </channel>
</rss>

