Re: D FTP Library

2010-04-21 Thread Mengu Kagan
Hi, I'm developing a web development IDE with D/GtkD. Many people around me requested an FTP feature and I also think it would be good to have one in the IDE. So currently I need a way to download/upload files to web host, create or delete new directories, etc.

Re: D FTP Library

2010-04-21 Thread Eric Poggel
On 4/20/2010 9:48 PM, davidl wrote: ?? Wed, 21 Apr 2010 09:39:05 +0800??Mengu Kagan : 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* sta

Re: D FTP Library

2010-04-21 Thread Jacob Carlborg
On 4/21/10 03:39, Mengu Kagan wrote: 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. If nothing has changed Tango has an FTP module. It's quite low level compared to how it used to look.

Re: D FTP Library

2010-04-20 Thread Walter Bright
Mengu Kagan wrote: 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. In general, any library you can use for C you can use directly from D.

Re: D FTP Library

2010-04-20 Thread davidl
在 Wed, 21 Apr 2010 09:39:05 +0800,Mengu Kagan 写道: 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

D FTP Library

2010-04-20 Thread Mengu Kagan
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.