<?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: passive ftp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426112#M536563</link>
    <description>Hi,&lt;BR /&gt;thanks for answering so quickly.&lt;BR /&gt;this is what my ftp scripts do today:&lt;BR /&gt;&lt;BR /&gt;ftp -n -i -v 999.999.999.999 &amp;lt;</description>
    <pubDate>Mon, 25 May 2009 12:37:04 GMT</pubDate>
    <dc:creator>Barbara Kramer</dc:creator>
    <dc:date>2009-05-25T12:37:04Z</dc:date>
    <item>
      <title>passive ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426109#M536560</link>
      <description>Hi,&lt;BR /&gt;I need to ftp via vpn, therefore needing a passive ftp. I have written a script for normal ftp. I know ftp has a passive option, but one can only use it, once logged on to the server. I need a passive ftp, where I can log on, change dir at dest server an get and put files. I have checked out tftp, but I can not use user or change dir with tftp. Does anyone have any idea what HP has to offer for hpux 11.11?&lt;BR /&gt;thanks for helping &lt;BR /&gt;Barbara</description>
      <pubDate>Mon, 25 May 2009 12:19:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426109#M536560</guid>
      <dc:creator>Barbara Kramer</dc:creator>
      <dc:date>2009-05-25T12:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: passive ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426110#M536561</link>
      <description>&amp;gt;but one can only use it, once logged on to the server.&lt;BR /&gt;&lt;BR /&gt;What's wrong with that?  Just issue the command after you have logged in.&lt;BR /&gt;What does your current script look like?</description>
      <pubDate>Mon, 25 May 2009 12:27:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426110#M536561</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-05-25T12:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: passive ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426111#M536562</link>
      <description>Have you tried using "ftp -p" ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 May 2009 12:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426111#M536562</guid>
      <dc:creator>Olivier Masse</dc:creator>
      <dc:date>2009-05-25T12:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: passive ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426112#M536563</link>
      <description>Hi,&lt;BR /&gt;thanks for answering so quickly.&lt;BR /&gt;this is what my ftp scripts do today:&lt;BR /&gt;&lt;BR /&gt;ftp -n -i -v 999.999.999.999 &amp;lt;</description>
      <pubDate>Mon, 25 May 2009 12:37:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426112#M536563</guid>
      <dc:creator>Barbara Kramer</dc:creator>
      <dc:date>2009-05-25T12:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: passive ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426113#M536564</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;from the ftp man page :&lt;BR /&gt;     -p    Enables passive mode for data transfers.&lt;BR /&gt;&lt;BR /&gt;you could also use the command "passive" to enable the passive connection once you are connected.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Cedrick Gaillard</description>
      <pubDate>Mon, 25 May 2009 12:43:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426113#M536564</guid>
      <dc:creator>mobidyc</dc:creator>
      <dc:date>2009-05-25T12:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: passive ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426114#M536565</link>
      <description>Hi,&lt;BR /&gt;I have ajusted the ftp with the -p option. Evenso, I never heard one can use it like that, I have tried it, but unfortunately it gives error ftp: -p: unknown option&lt;BR /&gt;any other ideas?</description>
      <pubDate>Mon, 25 May 2009 12:48:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426114#M536565</guid>
      <dc:creator>Barbara Kramer</dc:creator>
      <dc:date>2009-05-25T12:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: passive ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426115#M536566</link>
      <description>Hi,&lt;BR /&gt;I know, there is a command -p or passive, once logged on to the server I need to go to. Yet, the other server only allows passive ftp login. I thought of tftp, but no change of directory or sign in with user is offered with tftp  ;-((</description>
      <pubDate>Mon, 25 May 2009 13:01:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426115#M536566</guid>
      <dc:creator>Barbara Kramer</dc:creator>
      <dc:date>2009-05-25T13:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: passive ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426116#M536567</link>
      <description>&amp;gt;unfortunately it gives error ftp: -p: unknown option&lt;BR /&gt;&lt;BR /&gt;It's there on 11.23.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;But I can not even connect to the other server without passive ftp.&lt;BR /&gt;&lt;BR /&gt;Hmm, I've been able to connect but quickly hang.  Can you add "passive" before your first "cd"?</description>
      <pubDate>Mon, 25 May 2009 13:04:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426116#M536567</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-05-25T13:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: passive ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426117#M536568</link>
      <description>I am working on HPUX 11.11.&lt;BR /&gt;I have tried:&lt;BR /&gt;_________________________________&lt;BR /&gt;ftp -n -i -v 999.999.999.999 &amp;lt;</description>
      <pubDate>Mon, 25 May 2009 13:18:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426117#M536568</guid>
      <dc:creator>Barbara Kramer</dc:creator>
      <dc:date>2009-05-25T13:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: passive ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426118#M536569</link>
      <description>Shalom Barbara,&lt;BR /&gt;&lt;BR /&gt;If you control both ends, consider openssh.&lt;BR /&gt;&lt;BR /&gt;Password free it can make live much easier.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/?p=10" target="_blank"&gt;http://www.hpux.ws/?p=10&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 25 May 2009 13:40:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426118#M536569</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-05-25T13:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: passive ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426119#M536570</link>
      <description>sep, thanks for answering,&lt;BR /&gt;I already tried to talk to the client, to use opensh. His firewall team only allows passive ftp. That is the only thing I can use. Maybe, I should install wget or pure-ftp? &lt;BR /&gt;Any experience with those?</description>
      <pubDate>Mon, 25 May 2009 13:45:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426119#M536570</guid>
      <dc:creator>Barbara Kramer</dc:creator>
      <dc:date>2009-05-25T13:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: passive ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426120#M536571</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] but one can only use it, once logged&lt;BR /&gt;&amp;gt; on to the server.&lt;BR /&gt;&lt;BR /&gt;Unlike the "cd" and "mget" commands?  What's&lt;BR /&gt;so hard about putting a "passive" command&lt;BR /&gt;where you need it?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; ftp: connect: Connection timed out&lt;BR /&gt;&lt;BR /&gt;That's a "passive"-related problem?&lt;BR /&gt;&lt;BR /&gt;Can you do a working FTP session&lt;BR /&gt;interactively?  Might it make some sense to&lt;BR /&gt;try to get the basic procedure to work before&lt;BR /&gt;trying to create a script to automate that&lt;BR /&gt;procedure?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Maybe, I should install wget or pure-ftp?&lt;BR /&gt;&lt;BR /&gt;Wget can do FTP fetches.  Its help ("-h")&lt;BR /&gt;suggests that it defaults to passive-mode&lt;BR /&gt;FTP:&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt;FTP options:&lt;BR /&gt;[...]&lt;BR /&gt;       --no-passive-ftp        disable the "passive" transfer mode.&lt;BR /&gt;[...]</description>
      <pubDate>Mon, 25 May 2009 14:48:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426120#M536571</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-05-25T14:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: passive ftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426121#M536572</link>
      <description>&lt;!--!*#--&gt;&amp;gt; But I can not even connect to the other&lt;BR /&gt;&amp;gt; server without passive ftp.&lt;BR /&gt;&lt;BR /&gt;This sounds wrong to me.  Passive mode should&lt;BR /&gt;affect data-channel transfers, like directory&lt;BR /&gt;listings (dir/ls (LIST/NLST)) or file get/put&lt;BR /&gt;(RETR/STOR) operations.  Other operations,&lt;BR /&gt;like user (USER, PASS), cd (CWD), and so on&lt;BR /&gt;should be done over the control channel, so&lt;BR /&gt;passive mode (or not) should not matter.&lt;BR /&gt;&lt;BR /&gt;For a good time, try using "ftp -d" (or the&lt;BR /&gt;"debug" command) to let you see the message&lt;BR /&gt;traffic between your FTP client program and&lt;BR /&gt;the FTP server.  To start, use your own FTP&lt;BR /&gt;server, so you have control over both ends.&lt;BR /&gt;&lt;BR /&gt;Get connected, and do some work.  I claim&lt;BR /&gt;that in non-passive mode, data-channel&lt;BR /&gt;transfers will involve PORT commands, and the&lt;BR /&gt;primary difference in passive mode will be&lt;BR /&gt;the replacement of those PORT commands with&lt;BR /&gt;PASV commands.  And these will not be seen&lt;BR /&gt;during the login sequence, or cd actions, or&lt;BR /&gt;any other control-channel activity.&lt;BR /&gt;&lt;BR /&gt;Now, if the troublesome FTP server is using&lt;BR /&gt;some non-standard port, or something like&lt;BR /&gt;that, then you might have some trouble&lt;BR /&gt;getting connected, but, as I understand FTP&lt;BR /&gt;(which is always open to some doubt), passive&lt;BR /&gt;mode (or not) should not affect the&lt;BR /&gt;connection+login sequence.  If some odd-ball&lt;BR /&gt;port must be used, then I'd expect that to&lt;BR /&gt;affect both modes equally.</description>
      <pubDate>Tue, 26 May 2009 03:34:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/passive-ftp/m-p/4426121#M536572</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-05-26T03:34:47Z</dc:date>
    </item>
  </channel>
</rss>

