Nice summary. One more thing to add : try to find a library that supports both .NET and Mono, and Windows And Linux ...
Gert ----- Original Message ----- From: "Clayton Harbour" <[EMAIL PROTECTED]> To: "Erick Thompson" <[EMAIL PROTECTED]>; "NAnt developers (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesday, September 10, 2003 1:00 AM Subject: RE: [nant-dev] 0.8.3 final Well, this is just an opinion: If you find a library that is already built and (probably more importantly) supported then your task will have the benefit of any bug fixes/ improvements to the library for free. I think this is worth the trade off of introducing a project dependancy to nant. Another side effect benefit is that if a better library comes along it (usually) makes it easier to swap your legacy code out since most of the detailed implementation should exist in your library and not in your client code. Any comments? Clayton -----Original Message----- From: Erick Thompson Sent: Tue 9/9/2003 2:40 PM To: NAnt developers (E-mail) Cc: Subject: RE: [nant-dev] 0.8.3 final If I just wrap a library, that introduces a dependency into NAnt. Is this ok to do? Erick > -----Original Message----- > From: Clayton Harbour [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 09, 2003 7:24 AM > To: Erick Thompson; NAnt developers (E-mail) > Subject: RE: [nant-dev] 0.8.3 final > > > First, I think an ftp task would be great! > > >At the moment, I'm looking for a open source C# FTP client I can > liberally > >copy and paste from. > > I did a quick Google and came up with the following: > http://www.enterprisedt.com/downloads/csftp/csftp.html > I haven't had time to look at it but I found the following review: > http://weblogs.asp.net/mreynolds/posts/10028.aspx > > I am sure that there are other libraries out there as well. I know > there was one on sf.net that I came across awhile ago and thought was > cool (bundled with a number of other .net "forgotten" protocols) but I > can't seem to find it in my bookmarks (or Google). > > Whichever library you pick I would recommend instead of doing arts and > crafts on the internals (copy and paste) just wrap the library. It > would make the task more usable if you could swap out some arbitrary > library later on. > > I look forward to nant ftpin'! :-) > > > Clayton > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
