<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp/m-p/3091385#M144889</link>
    <description>Hi,&lt;BR /&gt;In normal ftp you dont have that option.&lt;BR /&gt;Use sftp of openssh (secure shell) that give you this option to list the local directory.&lt;BR /&gt;</description>
    <pubDate>Mon, 13 Oct 2003 01:17:28 GMT</pubDate>
    <dc:creator>Rajeev  Shukla</dc:creator>
    <dc:date>2003-10-13T01:17:28Z</dc:date>
    <item>
      <title>FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp/m-p/3091384#M144888</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How can i list the lcocal directory content while i am in a ftp session.&lt;BR /&gt;&lt;BR /&gt;Tariq</description>
      <pubDate>Mon, 13 Oct 2003 01:09:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp/m-p/3091384#M144888</guid>
      <dc:creator>M. Tariq Ayub</dc:creator>
      <dc:date>2003-10-13T01:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp/m-p/3091385#M144889</link>
      <description>Hi,&lt;BR /&gt;In normal ftp you dont have that option.&lt;BR /&gt;Use sftp of openssh (secure shell) that give you this option to list the local directory.&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Oct 2003 01:17:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp/m-p/3091385#M144889</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-10-13T01:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp/m-p/3091386#M144890</link>
      <description>ls -la will give a full listing on the ftp server.&lt;BR /&gt; &lt;BR /&gt;In a normal ftp session, you need to break out to look at the lcd directory.&lt;BR /&gt; &lt;BR /&gt;stty -a &lt;BR /&gt;&lt;BR /&gt;If you have susp=^Z&lt;BR /&gt; &lt;BR /&gt;You can break out of the ftp session and get a local shell.&lt;BR /&gt;&lt;BR /&gt;ctrl-z will break you out to do an ls command.&lt;BR /&gt; &lt;BR /&gt;you can set the suspend key in /etc/profile or .profile&lt;BR /&gt; &lt;BR /&gt;SEP</description>
      <pubDate>Mon, 13 Oct 2003 01:22:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp/m-p/3091386#M144890</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-13T01:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp/m-p/3091387#M144891</link>
      <description>You can't in the middle of normal operation, you either need to break out or get a snapshot beforehand. As suggested your better off using 'sftp' (part of openssh) and use the 'lls' option.</description>
      <pubDate>Mon, 13 Oct 2003 01:25:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp/m-p/3091387#M144891</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-10-13T01:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp/m-p/3091388#M144892</link>
      <description>Hang on it got it..&lt;BR /&gt;ftp&amp;gt;!ls&lt;BR /&gt;&lt;BR /&gt;use "!ls" in ftp session that will solve you'r problem&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Oct 2003 01:26:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp/m-p/3091388#M144892</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-10-13T01:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp/m-p/3091389#M144893</link>
      <description>From windows&lt;BR /&gt;ftp&amp;gt;!dir&lt;BR /&gt;&lt;BR /&gt;from unix&lt;BR /&gt;Ftp&amp;gt;!ls&lt;BR /&gt;&lt;BR /&gt;Any command prefixed by "!" will work on the local system</description>
      <pubDate>Mon, 13 Oct 2003 01:34:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp/m-p/3091389#M144893</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-10-13T01:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp/m-p/3091390#M144894</link>
      <description>That's good, I haven't wasted the day ... I've learned something about 'ftp' (Just goes to show, you can teach old dog new tricks)</description>
      <pubDate>Mon, 13 Oct 2003 01:37:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp/m-p/3091390#M144894</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-10-13T01:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp/m-p/3091391#M144895</link>
      <description>The same i was thinking Michael Tully, but suddenly i remembered, hang on i bet "!" should let you out from any session and run the command ...&lt;BR /&gt;any way fluke sometimes works..</description>
      <pubDate>Mon, 13 Oct 2003 01:44:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp/m-p/3091391#M144895</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-10-13T01:44:21Z</dc:date>
    </item>
  </channel>
</rss>

