[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Luasocket FTP problem
- From: "Eric Tetz" <erictetz@...>
- Date: Fri, 7 Nov 2008 08:19:38 -0800
ketmar <ketmar@ic.km.ua> wrote:
> so LuaSocket is perfectly right here and ftp-server is perfectly wrong.
> send a bug-report to server vendors, please.
Most FTP servers seem to use upper case, so it's not too surprising
that one (or more) exist which require it, sloppy as that may be.
Given that the spec doesn't care, yet some FTP servers do, wouldn't it
make sense to make them upper case in LuaSocket? Being right is nice;
being right AND working with the largest number of FTP servers is even
better.
Cheers,
Eric