<?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: mget in FTP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mget-in-ftp/m-p/2596302#M33419</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;doubt here is the length of file name, first you try mget as said by clay, if you couldn't then move the file to a shorter name and do mget</description>
    <pubDate>Wed, 17 Oct 2001 11:18:06 GMT</pubDate>
    <dc:creator>Ravi_8</dc:creator>
    <dc:date>2001-10-17T11:18:06Z</dc:date>
    <item>
      <title>mget in FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mget-in-ftp/m-p/2596299#M33416</link>
      <description>Trying to ftp a number of files using the mget command.&lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt; mget *.rtf&lt;BR /&gt;&lt;BR /&gt;After pressing enter I get the following error:&lt;BR /&gt;"Arguments too long".&lt;BR /&gt;&lt;BR /&gt;All of the files I'm trying to FTP are similar to the one below:&lt;BR /&gt;&lt;BR /&gt;009891_claim_391_20011012_094452.rtf&lt;BR /&gt;&lt;BR /&gt;How can I resolve this error.</description>
      <pubDate>Wed, 17 Oct 2001 11:00:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mget-in-ftp/m-p/2596299#M33416</guid>
      <dc:creator>Paul Booth (IAD)</dc:creator>
      <dc:date>2001-10-17T11:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: mget in FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mget-in-ftp/m-p/2596300#M33417</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Your fundamental problem is that *.rtf is returning more entries than the buffer space for filenames allows. The limit varies from implementation to implementation but you've  hit it.&lt;BR /&gt;&lt;BR /&gt;You should be able to mget a subset of those with mget 0*.rtf, mget 1*.rtf ...&lt;BR /&gt;&lt;BR /&gt;Clay&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Oct 2001 11:07:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mget-in-ftp/m-p/2596300#M33417</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-17T11:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: mget in FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mget-in-ftp/m-p/2596301#M33418</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;doubt here is the length of line name, first you try mget as said by clay, if you couldn't then move the file to a shorter name and do mget</description>
      <pubDate>Wed, 17 Oct 2001 11:17:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mget-in-ftp/m-p/2596301#M33418</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-10-17T11:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: mget in FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mget-in-ftp/m-p/2596302#M33419</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;doubt here is the length of file name, first you try mget as said by clay, if you couldn't then move the file to a shorter name and do mget</description>
      <pubDate>Wed, 17 Oct 2001 11:18:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mget-in-ftp/m-p/2596302#M33419</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-10-17T11:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: mget in FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mget-in-ftp/m-p/2596303#M33420</link>
      <description>You can also tar all those files up and then ftp the tarball.&lt;BR /&gt;&lt;BR /&gt;Some commands have numbers of files limits, such as rm.</description>
      <pubDate>Wed, 17 Oct 2001 12:06:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mget-in-ftp/m-p/2596303#M33420</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2001-10-17T12:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: mget in FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mget-in-ftp/m-p/2596304#M33421</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;can you get the list of files?&lt;BR /&gt;Then you could create a local "$HOME/.netrc" file, which would contain something like this:&lt;BR /&gt;&lt;BR /&gt;machine THATSERVER login YOURNAME password YOURPASSWORD macdef init&lt;BR /&gt;cd /SOURCEDIR&lt;BR /&gt;lcd /TARGETDIR&lt;BR /&gt;bin&lt;BR /&gt;get file1&lt;BR /&gt;get file2&lt;BR /&gt;get file2&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;quit&lt;BR /&gt;&lt;BR /&gt;and you would copy in all the filenames (one by one) into that textfile, each line starting with "get ".&lt;BR /&gt;Make the permissions like 600 or 400, and then start you "ftp THATSERVER" and watch everything being transfered...&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;PS: Do not forget to delete that file afterwards for security reasons (contains a password).</description>
      <pubDate>Wed, 17 Oct 2001 14:31:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mget-in-ftp/m-p/2596304#M33421</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-10-17T14:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: mget in FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mget-in-ftp/m-p/2596305#M33422</link>
      <description>It think it is the *number* of files that mget is trying to get. How many of them are there?. As suggested by others, you need to break them into subsets.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 17 Oct 2001 14:56:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mget-in-ftp/m-p/2596305#M33422</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-17T14:56:38Z</dc:date>
    </item>
  </channel>
</rss>

