D FTP Library
Eric Poggel
dnewsgroup at yage3d.net
Wed Apr 21 08:24:59 PDT 2010
On 4/20/2010 9:48 PM, davidl wrote:
> ÔÚ Wed, 21 Apr 2010 09:39:05 +0800£¬Mengu Kagan <whalberg at gmail.com> дµÀ:
>
>> Hi,
>>
>> Is there an FTP library that I can use with D? If not, how can I build
>> one?
>> Since I'm a beginner, please guide my way.
>>
>> Thanks in advance.
>
>
> Don't use FTP for any serious purpose. There's *NONE* stable and robust
> FTP implementation in any other languages. I don't expect any in D
> either. And FTP is plain old protocol, it should be abandoned because
> it's not expressive and not standardized. It's only designed for text
> client honestly.
> Regards,
> DavidL
>
It's worth asking what he's using it for first. Maybe he's writing an
ftp client for fun, or working with a server or web service he doesn't
control that can only be accessed via ftp?
More information about the Digitalmars-d
mailing list