*** Please type your report below this line ***
$ mkdir foo
$ touch foo/bar
$ wput foo --skip-existing 'ftp://192.168.0.5/F/' --verbose
--23:00:22-- `foo/bar'
=> ftp://user:xxxxx@192.168.0.5:21/F/foo/bar
Connecting to 192.168.0.5:21... connected!
==> AUTH TLS ... failed (Auth type not supported).
Logging in as user ... Logged in!
==> CWD F/foo failed (CWD failed. "/F/foo": directory not found.).
==> CWD F
==> CWD foo failed (CWD failed. "/F/foo": directory not found.).
==> MKD foo
==> CWD foo
==> TYPE I ... done.
==> SIZE bar ... failed.
Skipping this file due to resume/upload/skip rules.
-- Skipping file: foo/bar
FINISHED --23:00:22--
Skipped 1 file.
$ touch baz
$ wput baz --skip-existing 'ftp://192.168.0.5/F/' --verbose
--23:06:01-- `baz'
=> ftp://user:xxxxx@192.168.0.5:21/F/baz
Connecting to 192.168.0.5:21... connected!
==> AUTH TLS ... failed (Auth type not supported).
Logging in as user ... Logged in!
==> CWD F
==> TYPE I ... done.
==> SIZE baz ... failed.
Skipping this file due to resume/upload/skip rules.
-- Skipping file: baz
FINISHED --23:06:01--
Skipped 1 file.
$ wput baz 'ftp://192.168.0.5/F/' --verbose
--23:08:45-- `baz'
=> ftp://user:xxxxx@192.168.0.5:21/F/baz
Connecting to 192.168.0.5:21... connected!
==> AUTH TLS ... failed (Auth type not supported).
Logging in as user ... Logged in!
==> CWD F
==> TYPE I ... done.
==> SIZE baz ... failed.
==> PASV ... done.
==> STOR baz ... done.
Length: 0
23:08:45 (baz) - ` --.--' [0]
FINISHED --23:08:45--
Transfered 0 bytes in 1 file at --.--
confirmed
forwarded 603889 Hagen Fritsch <rumpeltux@users.sf.net>
thanks
Hi Hagen,
Would you take a look at this Debian bug report[*] and see if it can be fixed
in next relase:
wput: option --skip-existing skips all nondirectories
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603889
Thanks,
Jari
[*] Your Sourceforforge account closes open bugs, so they cannot be
forwarded there.
tags 603889 + moreinfo thanks 2011-09-20 00:25 Hagen Fritsch (forwarded developer's response): | > wput: option --skip-existing skips all nondirectories | > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603889 | | I had a quick look at the bug reports. However wput is not in active | development anymore. | | ...bug is lacking debug output. Most likely explanation to this behaviour | is a bug in the FTP server outputting a wrong answer to the SIZE command. | However debug output would clarify this. | | Can be flagged as more information needed. Hi bug submitters, Could you help with this by providing a debug output while the problem is happening. The debug output is activate with: wput --verbose --verbose <rest of the arguments> Thanks, Jari
tags 603889 + moreinfo thanks 2011-09-20 00:25 Hagen Fritsch (forwarded developer's response): | > wput: option --skip-existing skips all nondirectories | > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603889 | | I had a quick look at the bug reports. However wput is not in active | development anymore. | | ...bug is lacking debug output. Most likely explanation to this behaviour | is a bug in the FTP server outputting a wrong answer to the SIZE command. | However debug output would clarify this. | | Can be flagged as more information needed. Hi bug submitters, Could you help with this by providing a debug output while the problem is happening. The debug output is activate with: wput --verbose --verbose <rest of the arguments> Thanks, Jari