curl-users
RE: large file support with ftp
Date: Tue, 15 Jun 2004 16:44:42 +0200
$ curl -n -sS -T 2_1g ftp://f0serv1-ci//LOG/jll/test_jll
curl: (18) Uploaded unaligned file size (-2147483647 out of 2147483649 bytes)
$ ls -l 2_1g
-rw------- 1 jlemaire ctcils 2147483649 Jun 15 14:05 2_1g
$ curl -n -sS -T 2g ftp://f0serv1-ci//LOG/jll/test_jll2
curl: (18) Uploaded unaligned file size (-2147483648 out of 2147483648 bytes)
$ ls -l 2g
-rw------- 1 jlemaire ctcils 2147483648 Jun 15 14:32 2g
Behavior is same with Solaris and AIX, and 7.12.0 or 7.11 version
For this test I use 7.11.2 on AIX
$ curl -V
curl 7.11.2 (powerpc-ibm-aix5.1.0.0) libcurl/7.11.2
Protocols: ftp gopher telnet dict ldap http file
Features: Largefile
__
Received on 2004-06-15