<?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 problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2962351#M118652</link>
    <description>Fold is the command that I needed.  I was thinking of using split in some fashion, but it breaks things up into individual files.  Thanks</description>
    <pubDate>Wed, 30 Apr 2003 12:43:33 GMT</pubDate>
    <dc:creator>Cara Tock</dc:creator>
    <dc:date>2003-04-30T12:43:33Z</dc:date>
    <item>
      <title>FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2962345#M118646</link>
      <description>I need to be able to ftp a file from machine to another.  The machine that I am ftp'ing from is a N4000 running HP-UX 11.0.  When I ftp the file using get "filename", it comes as one single line.  I need to be able to get 288 characters at a time and then append a newline character.  I have tried both ascii and binary.&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 29 Apr 2003 20:09:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2962345#M118646</guid>
      <dc:creator>Cara Tock</dc:creator>
      <dc:date>2003-04-29T20:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2962346#M118647</link>
      <description>Can you do rcp if it is just one file?&lt;BR /&gt;&lt;BR /&gt;#rcp file remsys:/tmp&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Tue, 29 Apr 2003 20:12:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2962346#M118647</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2003-04-29T20:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2962347#M118648</link>
      <description>I would suggest SSH.&lt;BR /&gt;&lt;BR /&gt;Secure Shell has a command called scp&lt;BR /&gt;&lt;BR /&gt;After an exchange of public keys it works nicely in scripts.&lt;BR /&gt;&lt;BR /&gt;This thread has the cookbook.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe51e5bd3782dd711abdc0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe51e5bd3782dd711abdc0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Download HP-UX Secure Shell from: &lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Installation procedure is available at the : &lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA&amp;amp;oper=install" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA&amp;amp;oper=install&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 29 Apr 2003 20:29:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2962347#M118648</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-04-29T20:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2962348#M118649</link>
      <description>I don't have any access to the box other than ftp.  The problem still remains that the file is one huge line and I need it to be seperated into lines 288 characters in length.</description>
      <pubDate>Tue, 29 Apr 2003 20:58:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2962348#M118649</guid>
      <dc:creator>Cara Tock</dc:creator>
      <dc:date>2003-04-29T20:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2962349#M118650</link>
      <description>I don't believe that it is an ftp issue. FTP doesn't modify the files, it only transfers them. If you need the file to be only 288 chars long per line then you will have to either make sure that it is modified before being ftp'ed or after. Since you don't have access to the HPUX box, it would appear that you will have to modify the file after it is transferred to you.</description>
      <pubDate>Tue, 29 Apr 2003 21:08:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2962349#M118650</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2003-04-29T21:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2962350#M118651</link>
      <description>ftp will transfer the file correctly using binary mode. Unix doesn't really understand lines in a binary file, so all the data is there. Just use the fold command to break up the file into 288char lines.</description>
      <pubDate>Tue, 29 Apr 2003 23:09:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2962350#M118651</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-04-29T23:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2962351#M118652</link>
      <description>Fold is the command that I needed.  I was thinking of using split in some fashion, but it breaks things up into individual files.  Thanks</description>
      <pubDate>Wed, 30 Apr 2003 12:43:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2962351#M118652</guid>
      <dc:creator>Cara Tock</dc:creator>
      <dc:date>2003-04-30T12:43:33Z</dc:date>
    </item>
  </channel>
</rss>

