On Sat, Sep 21, 2002 at 06:52:32PM -0400, Justin Piszcz wrote:
> there is an ftpd that supports > 2GB?
> what is it called?

ProFTPD seems fine with some simple tests:

07:16pm [EMAIL PROTECTED]/2 [~ftp] dd if=/dev/zero of=blah bs=1048576 seek=3000 count=2
2+0 records in
2+0 records out
07:17pm [EMAIL PROTECTED]/2 [~ftp] ls -l
total 2052
-rw-r--r--    1 glenn    users    3147825152 Sep 21 19:17 blah

lftp 0:/> hostls -l
-rw-r--r--   1 1000     users    3147825152 Sep 21 23:17 blah

lftp 0:/> mget blah
---> SIZE blah
---> MDTM blah
---> PORT 127,0,0,1,14,156
---> RETR blah
<--- 213 3147825152
<--- 213 20020921231705
<--- 200 PORT command successful.
<--- 150 Opening BINARY mode data connection for blah (3147825152 bytes).
`blah' at 40960 (0%) 14.1K/s eta:41h [Receiving data]

lftp seems to handle it fine, too, at least when large file support is
enabled.

ProFTPD doesn't like files over 4gb, though:
lftp 0:/> hostls -l
-rw-r--r--   1 1000     users    6293553152 Sep 21 23:19 blah

---> SIZE blah
<--- 213 1998585856

The file transfer might still work, though, if the wrong SIZE response
doesn't confuse the client.  (Or it might explode violenty; dunno.)

(Above tests are with Debian i386 binaries, not CVS.)

Eduard or Noel, could you include actual debugging information?  What
you're reporting could be the result of the server returning an incorrect
size.

-- 
Glenn Maynard

Reply via email to