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

Re: wput: bug-report



This is the output with the option -v -v (i've included the commandline)

tom:~/wput> ./wput -v -v TODO ftp://tom:sex@192.168.0.250//data/Xtreme/
Added file `TODO' to queue.
Added URL `ftp://tom:sex@192.168.0.250//data/Xtreme/' to queue.
processing queue:
File: `TODO'
URL : `ftp://tom:sex@192.168.0.250//data/Xtreme/'
IP of `192.168.0.250' is `192.168.0.250'
PRE_GUESS: local_file: TODO
remote_path: //data/Xtreme/ remote_file: (0)
POST_GUESS: local_file: TODO
remote_path: //data/Xtreme/ remote_file: TODO
Searching for skip_entry ftp://tom:sex@192.168.0.250:21//data/Xtreme/
--18:57:51-- `TODO'
=> ftp://tom:xxxxx@192.168.0.250:21//data/Xtreme/TODO
Connecting to 192.168.0.250:21... c_sock: 3
initiating timeout connect (100) (3)
connected!
determing local ip_addr
Local IP: 192.168.0.99
Logging in as tom ... 220 lnxserver FTP server (Version 6.4/OpenBSD/Linux-ftpd-0.17) ready.
---->USER tom
331 Password required for tom.
---->PASS sex
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.


---end of output---

are i'm doing something wrong?

P.S. i do speak german :)

thanks for the quick reply, tom

It would help me a lot if you run the wput-session with debug-output (twice verbose: -v -v), so i can figure out what's wrong there...

Am Mittwoch, 16. Juni 2004 19:01 schrieben Sie:


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.