Internet Library For Tango
Lester L. Martin II
Lester at ewam-associates.com
Tue Nov 20 02:13:05 PST 2007
Lars Ivar Igesund Wrote:
> Lester L. Martin II wrote:
>
> > Is There another internet library for tango besides the one it possesses.
> > One that allows you to use the same thing for ftp and http without you
> > having to worry about what you're using. This would be nice if it is in
> > existence.
> >
> > Lester L. Martin II
>
> AFAIK, this don't exist yet, but we hope to get FTP and HTTP/WebDav support
> via our Virtual File System interface.
>
> --
> Lars Ivar Igesund
> blog at http://larsivi.net
> DSource, #d.tango & #D: larsivi
> Dancing the Tango
I've needed to use FTP via FTP client and have written a class that "supposedly" hides if it's ftp or not from the user. Problem is
tango's FtpClient cannot resolve ftp://ftp.digitalmars.com/ or htttp://ftp.digitalmars.com/
See the exception for yourself
tango.core.Exception.AddressException: Unable to resolve host 'http://ftp.digitalmars.com/'
besides that I'd be willing to donate my ftp/http indifference code once it can do FTP.
I'm not familiar with WebDav.
If any of the information above was useful or you would like me to donate my ftp/http indifference code when finished please let me know.
Lester L. Martin II
More information about the Digitalmars-d-learn
mailing list