[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

wput: bug-report



this will not log into my ftp-server wirh an url like 'ftp://tom:sex@192.68.0.250//data/'

if i replace the password with a wrong one, it get an error message, but with this, wput only says logging in as tom ...

if tried with a self-compiled version and with the binary provided.

this is what you see if You log in via ftp:
ftp 192.168.0.250
Connected to 192.168.0.250.
220 lnxserver FTP server (Version 6.4/OpenBSD/Linux-ftpd-0.17) ready.
Name (192.168.0.250:tom):
331 Password required for tom.
Password:
230- Linux lnxserver 2.4.20 #1 Sat Apr 26 23:57:23 CEST 2003 i686 unknown
230-
230- Most of the programs included with the Debian GNU/Linux system are
230- freely redistributable; the exact distribution terms for each program
230- are described in the individual files in /usr/share/doc/*/copyright
230-
230- Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
230- permitted by applicable law.
230 User tom logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>
as you can see, i run an debian 3.0 server ...

-tom