[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re[2]: wput: bug-report
>> Hi Hagen.
>>
>> wput.exe --reupload --dont-continue -N -nv -o wput_n2.log discovery
>> ftp://tm-sidhi:xxxx@ftp.narod.ru/
>>
>> This combination (--dont-continue and --reupload) don't work
>> wput writes: "Option dont-continue should not appear here :|"
>> (the same was when using --proxy-pass)
HF> Oups, you just found a bug ;) When parsing the commandline, the dont-continue
HF> flag is recognized but not handled. I just forgot the handler for the long
HF> form. Using the short form of --dont-continue (-nc) should work.
HF> With proxy-user and proxy-pass i messed up with the numbers of getopt-long so
HF> they are not recognized correctly.
HF> Thanks for the hint. I fixed it in the source and updated the archives, but
HF> since I currently don't have any windows environment, i'm not able to build a
HF> fresh windows-binary.
Well. If source is on the web theb i can rebuild it and send executable.