<?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 show : short write in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ftp-show-short-write/m-p/3169160#M9271</link>
    <description>Perfect!&lt;BR /&gt;&lt;BR /&gt;thanks</description>
    <pubDate>Wed, 28 Jan 2004 18:40:48 GMT</pubDate>
    <dc:creator>Edwin Ruiz_2</dc:creator>
    <dc:date>2004-01-28T18:40:48Z</dc:date>
    <item>
      <title>ftp show : short write</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-show-short-write/m-p/3169149#M9260</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;I am trasfering one archive from ORACLE(exports ORACLE) size 9 GB, but when i have 2 GB ftp cancel sending this error:&lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt; mget full*.dmp&lt;BR /&gt;mget fullOPERACTueJan20.dmp? y&lt;BR /&gt;227 Entering Passive Mode (172,21,0,96,205,104)&lt;BR /&gt;150 Opening BINARY mode data connection for fullOPERACTueJan20.dmp (2547218432 bytes).&lt;BR /&gt;fullOPERACTueJan20.dmp: short write&lt;BR /&gt;421 Service not available, remote server has closed connection&lt;BR /&gt;2147482736 bytes received in 246 secs (8.5e+03 Kbytes/sec)&lt;BR /&gt;&lt;BR /&gt; do u have some idea.. pls help me</description>
      <pubDate>Tue, 20 Jan 2004 19:00:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-show-short-write/m-p/3169149#M9260</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2004-01-20T19:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: ftp show : short write</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-show-short-write/m-p/3169150#M9261</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;two things to check:&lt;BR /&gt;&lt;BR /&gt;a.) Does the disk you want to transfer to have enought space?&lt;BR /&gt;b.) Does the target filesystem support "large" files (i.e. &amp;gt;2 GB)?&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Tue, 20 Jan 2004 21:18:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-show-short-write/m-p/3169150#M9261</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-01-20T21:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: ftp show : short write</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-show-short-write/m-p/3169151#M9262</link>
      <description>how can i check file system support large files?</description>
      <pubDate>Wed, 21 Jan 2004 08:55:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-show-short-write/m-p/3169151#M9262</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2004-01-21T08:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: ftp show : short write</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-show-short-write/m-p/3169152#M9263</link>
      <description>are we speaking about linux?&lt;BR /&gt;&lt;BR /&gt;if so, all moder fs (ext3, reiserfs, ...)  support &amp;gt;2GB files &lt;BR /&gt;&lt;BR /&gt;AFAIK, even ext2 with 2.4 kernel supports big files.&lt;BR /&gt;&lt;BR /&gt;But I suggest you to split you archive anyway - probably some applications don't support big files&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Vitaly&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jan 2004 09:43:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-show-short-write/m-p/3169152#M9263</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-01-21T09:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: ftp show : short write</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-show-short-write/m-p/3169153#M9264</link>
      <description>I have both, ext3 and ext2 with kernel 2.4 but ftp cant send archives more than 2 GB.</description>
      <pubDate>Wed, 21 Jan 2004 09:55:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-show-short-write/m-p/3169153#M9264</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2004-01-21T09:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: ftp show : short write</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-show-short-write/m-p/3169154#M9265</link>
      <description>Hello Edwin,&lt;BR /&gt;&lt;BR /&gt;one way to make sure your file system supports that large files and has enough space is to create a file larger 2GB. One easy way to do so is&lt;BR /&gt;&lt;BR /&gt; dd if=/dev/zero of=test.dat count=450000&lt;BR /&gt;&lt;BR /&gt;Don't forget to remove test.dat after the test ;-)&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin&lt;BR /&gt;&lt;BR /&gt;P.S. Creating the 2GB file takes a moment...</description>
      <pubDate>Wed, 21 Jan 2004 15:42:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-show-short-write/m-p/3169154#M9265</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-01-21T15:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: ftp show : short write</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-show-short-write/m-p/3169155#M9266</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;this certainly looks like the 2^31-1 = 2147483647 bytes limit.&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jan 2004 16:31:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-show-short-write/m-p/3169155#M9266</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2004-01-21T16:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: ftp show : short write</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-show-short-write/m-p/3169156#M9267</link>
      <description>I know the Filesystem can support it, as well as the OS, so this leaves the FTP server and client.&lt;BR /&gt;&lt;BR /&gt;Try using something else, i.e. ncftp to rule out the client, or using a different protocol all together (you have ssh? use 'scp').</description>
      <pubDate>Wed, 21 Jan 2004 22:23:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-show-short-write/m-p/3169156#M9267</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-01-21T22:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: ftp show : short write</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-show-short-write/m-p/3169157#M9268</link>
      <description>or 'split' and 'join' the file in 2Gb chunks.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jan 2004 02:49:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-show-short-write/m-p/3169157#M9268</guid>
      <dc:creator>Marco van den Hout</dc:creator>
      <dc:date>2004-01-22T02:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: ftp show : short write</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-show-short-write/m-p/3169158#M9269</link>
      <description>I get this information when i run&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/zero of=test.dat count=450000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@salato-apl11 TIS]# dd if=/dev/zero of=test.dat count=450000&lt;BR /&gt;450000+0 records in&lt;BR /&gt;450000+0 records out&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is it that ok?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jan 2004 13:01:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-show-short-write/m-p/3169158#M9269</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2004-01-28T13:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: ftp show : short write</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-show-short-write/m-p/3169159#M9270</link>
      <description>Hello Edwin,&lt;BR /&gt;&lt;BR /&gt;definitly, this proofs you do have enough space on the disk and the filesystem supports files &amp;gt;2GB conclusively. So now the next think to check/exchange is the ftp client/server as already suggested by others. Make sure you remove the test.dat or you will waste 2GB of disk space ;-)&lt;BR /&gt;&lt;BR /&gt;All the best,&lt;BR /&gt;&lt;BR /&gt;Martin</description>
      <pubDate>Wed, 28 Jan 2004 14:22:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-show-short-write/m-p/3169159#M9270</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-01-28T14:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: ftp show : short write</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-show-short-write/m-p/3169160#M9271</link>
      <description>Perfect!&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 28 Jan 2004 18:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-show-short-write/m-p/3169160#M9271</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2004-01-28T18:40:48Z</dc:date>
    </item>
  </channel>
</rss>

