<?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: Transfer FTp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/transfer-ftp/m-p/4902402#M404286</link>
    <description>If say 2 GB tranfers and then it stops, check the options on the fileystem that its being transferred too.&lt;BR /&gt;&lt;BR /&gt;What I mean is that if you try and transfer a file bigger than 2 GB to a filesystem that does not have largefiles enabled, then the transfer will stop at 2 GB.&lt;BR /&gt;&lt;BR /&gt;The fsadm command is used on hp-ux systems to check or change a filesystem from non largefiles to largefiles.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 17 May 2005 13:26:53 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-05-17T13:26:53Z</dc:date>
    <item>
      <title>Transfer FTp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transfer-ftp/m-p/4902401#M404285</link>
      <description>Hello, I need transfer larger file by FTP, but this is large and trunk or don´t transfe</description>
      <pubDate>Tue, 17 May 2005 13:22:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transfer-ftp/m-p/4902401#M404285</guid>
      <dc:creator>Oscar Paredes Alvarez</dc:creator>
      <dc:date>2005-05-17T13:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer FTp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transfer-ftp/m-p/4902402#M404286</link>
      <description>If say 2 GB tranfers and then it stops, check the options on the fileystem that its being transferred too.&lt;BR /&gt;&lt;BR /&gt;What I mean is that if you try and transfer a file bigger than 2 GB to a filesystem that does not have largefiles enabled, then the transfer will stop at 2 GB.&lt;BR /&gt;&lt;BR /&gt;The fsadm command is used on hp-ux systems to check or change a filesystem from non largefiles to largefiles.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 17 May 2005 13:26:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transfer-ftp/m-p/4902402#M404286</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-17T13:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer FTp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transfer-ftp/m-p/4902403#M404287</link>
      <description>To continue Steven's reply:&lt;BR /&gt;fsadm&lt;BR /&gt;&lt;BR /&gt;if you don't see "largefiles", then:&lt;BR /&gt;fsadm -o largefiles /path/to/filesystem</description>
      <pubDate>Tue, 17 May 2005 15:01:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transfer-ftp/m-p/4902403#M404287</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-05-17T15:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer FTp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transfer-ftp/m-p/4902404#M404288</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;use fsadm -o &lt;FILE_SYSTEM_PATH&gt;&lt;BR /&gt;&lt;BR /&gt;and then try&lt;BR /&gt;&lt;BR /&gt;Sumit&lt;/FILE_SYSTEM_PATH&gt;</description>
      <pubDate>Tue, 17 May 2005 15:08:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transfer-ftp/m-p/4902404#M404288</guid>
      <dc:creator>Sumit Ghoshal</dc:creator>
      <dc:date>2005-05-17T15:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer FTp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transfer-ftp/m-p/4902405#M404289</link>
      <description>You indicate large files and most replies are about a 2 GB barier. With FTP, there is also a 4 GB barier: If the filesize is transfered between client and server, some (most older) clients and/or servers chop 4 GByte parts, transfering only the remainder: a 8.3 GByte file will only transfer the first 0.3 GByte. Here, the solution can be updating the client and server. An other solution is to use an other protocol (http, nfs, samba) or to `cut` the file to smaller chunks and use `cp` at the other end to recreate the file.&lt;BR /&gt;&lt;BR /&gt;btw: as ftp-client, I find myself using `wget` more and more, specially in scripted ftp-s. See &lt;A href="http://hpux.its.tudelft.nl/hppd/hpux/Gnu/wget-1.9.1/" target="_blank"&gt;http://hpux.its.tudelft.nl/hppd/hpux/Gnu/wget-1.9.1/&lt;/A&gt; for wget on hp-ux.</description>
      <pubDate>Wed, 18 May 2005 04:25:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transfer-ftp/m-p/4902405#M404289</guid>
      <dc:creator>C. Beerse_1</dc:creator>
      <dc:date>2005-05-18T04:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer FTp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transfer-ftp/m-p/4902406#M404290</link>
      <description>Thansk...&lt;BR /&gt;&lt;BR /&gt;The solution is corrrect.</description>
      <pubDate>Wed, 18 May 2005 09:45:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transfer-ftp/m-p/4902406#M404290</guid>
      <dc:creator>Oscar Paredes Alvarez</dc:creator>
      <dc:date>2005-05-18T09:45:36Z</dc:date>
    </item>
  </channel>
</rss>

