Package: wput

Hi wputters!

The following occurs for a file nearly 3GB in size...

$ wput dvd.iso ftp://(username):(password)@(ftpserver)/
Error: File `dvd.iso' does not exist. Don't know what to do about this URL.
Nothing done. Try `wput --help'.

It does not occur when the file is split into 1G pieces[1][2]...

wput dvd1.iso ftp://(username):(password)@(ftpserver)/
wput dvd2.iso ftp://(username):(password)@(ftpserver)/
wput dvd3.iso ftp://(username):(password)@(ftpserver)/

In my mind there are two issues:
1. Something is blocking large files
2. wput is misreporting the problem

#2 is clearly a wput bug.  If wput can report the problem more
accurately, maybe we can identify where the file-size limitation lies.

Tony


[1] I made the 1G files like so...

$ dd if=dvd.iso of=dvd1.iso bs=1M count=1024 skip=0
$ dd if=dvd.iso of=dvd2.iso bs=1M count=1024 skip=1024
$ dd if=dvd.iso of=dvd3.iso bs=1M count=1024 skip=2048

[2] I verified they are correct like so...

$ cat dvd[123].iso |md5sum
$ md5sum dvd.iso


-- System Information:
Debian Release: 4.0
 APT prefers stable
 APT policy: (500, 'stable'), (200, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.16-2-686-smp (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=locale: Cannot
set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages wput depends on:
ii  libc6                         2.7-6      GNU C Library: Shared libraries
ii  libgnutls13                   2.0.4-1    the GNU TLS library - runtime libr

wput recommends no packages.

-- debconf information:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
       LANGUAGE = (unset),
       LC_ALL = (unset),
       LANG = "en_US.UTF-8"
   are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory


--
Best Regards.
Please keep in touch.





-- 
Best Regards.
Please keep in touch.
This is unedited.
P-)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to