Hello Graham,

Stupidest programming error this year: files being sent had not been
closed. Duh.

Thanks anyway for your support.


-- 
Best regards,

 Jackie                            mailto:[EMAIL PROTECTED]
Wednesday, October 17, 2001, 2:48:25 PM, you wrote:

GB> 1.06 is a very old libnet release. Please try with the latest release from CPAN

GB> Graham.

GB> On Wed, Oct 17, 2001 at 06:29:31AM -0400, Jackie wrote:
>> Net::FTP (libnet 1.06) running within Win32(Win98) Perl 5.005_03 is
>> truncating files at the last even multiple of 4096 bytes.
>> Code is straight forward:
>> $ftp = Net::FTP->new("xxx.org");
>>     $ftp->login("xxx","yyy");
>>     $ftp->cwd("/home/virtual/xxx/home/httpd/html/proof");
>>     $ftp->put("e:/xxx/access/development/file.htm");
>>     $ftp->quit;
>> 
>> Destination is Linux running proftpd. /var/log/xferlog shows the transfers
>> as multiples of 4096.
>> 
>> Would appreciate any tips.
>> 

Reply via email to