digitalmars.D.learn - Internet Library For Tango
- Lester L. Martin II (2/2) Nov 20 2007 Is There another internet library for tango besides the one it possesses...
- Lars Ivar Igesund (8/14) Nov 20 2007 AFAIK, this don't exist yet, but we hope to get FTP and HTTP/WebDav supp...
- Lester L. Martin II (9/26) Nov 20 2007 I've needed to use FTP via FTP client and have written a class that "sup...
- Regan Heath (4/6) Nov 20 2007 I suspect you need to pass just the host name, not the complete URL
- Lester L. Martin II (3/11) Nov 20 2007 Thanks that is just the information I needed; now I can rewrite my libra...
- Lester L. Martin II (3/18) Nov 20 2007 If someon with authority in tango will give me the go I'll rewrite it on...
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
Nov 20 2007
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 IIAFAIK, 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
Nov 20 2007
Lars Ivar Igesund Wrote:Lester L. Martin II wrote: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 IIIs 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 IIAFAIK, 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
Nov 20 2007
Lester L. Martin II wrote:See the exception for yourself tango.core.Exception.AddressException: Unable to resolve host 'http://ftp.digitalmars.com/'I suspect you need to pass just the host name, not the complete URL form. i.e. strip ftp:// from the front and /..etc from the end. Regan
Nov 20 2007
Regan Heath Wrote:Lester L. Martin II wrote:Thanks that is just the information I needed; now I can rewrite my library to use a progress bar Lester L. Martin IISee the exception for yourself tango.core.Exception.AddressException: Unable to resolve host 'http://ftp.digitalmars.com/'I suspect you need to pass just the host name, not the complete URL form. i.e. strip ftp:// from the front and /..etc from the end. Regan
Nov 20 2007
Lester L. Martin II Wrote:Regan Heath Wrote:If someon with authority in tango will give me the go I'll rewrite it once again to rid it of the need of progress bars(needed for dinstaller) so it will be generic and usable for you. Maybe you could use it for tango vfs (HTTP/FTP) or maybe not; I don't know. I am more than willing to donate my code to you who have created such a fine library for me and others to use. Thanks tango group and maybe you will want my download wrapper class. Lester L. Martin IILester L. Martin II wrote:Thanks that is just the information I needed; now I can rewrite my library to use a progress bar Lester L. Martin IISee the exception for yourself tango.core.Exception.AddressException: Unable to resolve host 'http://ftp.digitalmars.com/'I suspect you need to pass just the host name, not the complete URL form. i.e. strip ftp:// from the front and /..etc from the end. Regan
Nov 20 2007