On 4/20/2010 9:48 PM, davidl wrote:
?? Wed, 21 Apr 2010 09:39:05 +0800??Mengu Kagan <whalb...@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?

Reply via email to