Subject: wput: option --skip-existing skips all nondirectories
Package: wput
Version: 0.6.2-2
Severity: normal

*** 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:xx...@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:xx...@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:xx...@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  --.--





-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages wput depends on:
ii  libc6                         2.11.2-7   Embedded GNU C Library:
Shared lib
ii  libgnutls26                   2.8.6-1    the GNU TLS library -
runtime libr

wput recommends no packages.

wput suggests no packages.

-- no debconf information




-- 
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