<?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 Proxy in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-proxy/m-p/2817357#M583243</link>
    <description>basically i need a program to replace ftpd that submit requests to port 21 to another host:21</description>
    <pubDate>Wed, 02 Oct 2002 11:01:47 GMT</pubDate>
    <dc:creator>Joaquin Gil de Vergara</dc:creator>
    <dc:date>2002-10-02T11:01:47Z</dc:date>
    <item>
      <title>FTP Proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-proxy/m-p/2817353#M583239</link>
      <description>I need to configure a ftp proxy in a HP-UX Server&lt;BR /&gt;&lt;BR /&gt;That is, requests (gets, puts) to port 21 in a server must be redirected from/to another ftp server.....&lt;BR /&gt;&lt;BR /&gt;Anybody knows any software&lt;BR /&gt;&lt;BR /&gt;thanks in advance</description>
      <pubDate>Wed, 02 Oct 2002 10:36:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-proxy/m-p/2817353#M583239</guid>
      <dc:creator>Joaquin Gil de Vergara</dc:creator>
      <dc:date>2002-10-02T10:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-proxy/m-p/2817354#M583240</link>
      <description>&lt;BR /&gt;from or to ??&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 02 Oct 2002 10:37:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-proxy/m-p/2817354#M583240</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-10-02T10:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-proxy/m-p/2817355#M583241</link>
      <description>Are you saying that a user on HOST-A that tries to FTP to some other server, ANY server, needs to be proxied to another HOST to accomplish the FTP? Sorry, but it doesn't work that way.&lt;BR /&gt;&lt;BR /&gt;If you want to set up a PROXY-FTP server, then do so.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 02 Oct 2002 10:46:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-proxy/m-p/2817355#M583241</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-10-02T10:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-proxy/m-p/2817356#M583242</link>
      <description>harry&lt;BR /&gt;&lt;BR /&gt;i want to ftp from one PC a ftp server to put a file.... i want that that file will be written in another ftp server&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Oct 2002 10:58:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-proxy/m-p/2817356#M583242</guid>
      <dc:creator>Joaquin Gil de Vergara</dc:creator>
      <dc:date>2002-10-02T10:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-proxy/m-p/2817357#M583243</link>
      <description>basically i need a program to replace ftpd that submit requests to port 21 to another host:21</description>
      <pubDate>Wed, 02 Oct 2002 11:01:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-proxy/m-p/2817357#M583243</guid>
      <dc:creator>Joaquin Gil de Vergara</dc:creator>
      <dc:date>2002-10-02T11:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-proxy/m-p/2817358#M583244</link>
      <description>Well if you FTP to HOSTA and PUT a file, there is no way to make that file go on HOSTB.&lt;BR /&gt;Further, there is a "proxy" command available on some ftp clients.  Some servers try to detect this and fail connections if proxied.&lt;BR /&gt;&lt;BR /&gt;This being said, you could run a REAL proxy server, and configure it for your needs.  There is still going to be a connection from PC-&amp;gt;PROXY-&amp;gt;DEST, but you can manage protocols and ports.&lt;BR /&gt;&lt;BR /&gt;I use Squid for HTTP, HTTPS, and FTP proxy, and it works great.  You can configure ports and protocols, as well as ACL's for userlists and authentication.&lt;BR /&gt;I.E.&lt;BR /&gt;squid proxy default port is 3128.&lt;BR /&gt;You will need a ftp client which supports FTP proxy like Netscape.  Configure the FTP Proxy for the proxy server at port 3128.&lt;BR /&gt;netscape type in "user:passwd@DEST"&lt;BR /&gt;The client opens the connection to the PROXY on port 3128, proxy server opens the connection to DEST.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Wed, 02 Oct 2002 12:13:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-proxy/m-p/2817358#M583244</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2002-10-02T12:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-proxy/m-p/2817359#M583245</link>
      <description>Hi,&lt;BR /&gt;You can try to use another protocol between host A and B.&lt;BR /&gt;I.E. , mount a file system of host B on host A (Nfs or whatever...), and the put ftp command will write to this file system on the other host !&lt;BR /&gt;hth,&lt;BR /&gt; benoit</description>
      <pubDate>Thu, 03 Oct 2002 06:57:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-proxy/m-p/2817359#M583245</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2002-10-03T06:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-proxy/m-p/2817360#M583246</link>
      <description>precisely what i want is avoid nfs protocol&lt;BR /&gt;&lt;BR /&gt;actually is working how you say&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 03 Oct 2002 09:42:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-proxy/m-p/2817360#M583246</guid>
      <dc:creator>Joaquin Gil de Vergara</dc:creator>
      <dc:date>2002-10-03T09:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-proxy/m-p/2817361#M583247</link>
      <description>Actually something like this is available. I had a meeting yesterday or the day before (my days are running together) with this vendor:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.valicert.com/" target="_blank"&gt;http://www.valicert.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;give them a lookup.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 03 Oct 2002 10:05:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-proxy/m-p/2817361#M583247</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-10-03T10:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-proxy/m-p/2817362#M583248</link>
      <description>thank you harry&lt;BR /&gt;&lt;BR /&gt;but what of this software can be useful for this?&lt;BR /&gt;&lt;BR /&gt;I only see software for elctronic transactions!&lt;BR /&gt;&lt;BR /&gt;enjoy and live day by day! :-)</description>
      <pubDate>Thu, 03 Oct 2002 10:34:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-proxy/m-p/2817362#M583248</guid>
      <dc:creator>Joaquin Gil de Vergara</dc:creator>
      <dc:date>2002-10-03T10:34:03Z</dc:date>
    </item>
  </channel>
</rss>

