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.
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
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.
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.
在 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
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.