On Thu, Feb 06, 2003 at 08:12:21AM -0500, jpiszcz wrote: > alias lftps='lftp -e "set net:socket-bind-ipv4 192.168.168.13"' > >>**** bind(data_suck): Invalid argument > >> > >>but binding to an ipv4 and using that IP to d/l works fine?
Ok, now I see. The error comes from double bind() call. Fortunately it is harmless, you can ignore it for now. -- Alexander.
