Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
9k views
in .NET FTP by (460 points)
It seems FTPClient could be made much more friendly to descendant classes. For example, there is no access to "control" nor "CheckConnection" which makes it very difficult to truly extend this class using inheritance. In fact, numerous method have been marked as internal which really lock down this class when it comes to inheritance.

Is there a particular reason that this class, among others (refer to my post on FTPReply), is so locked down? Am I missing something?

Thanks
-Steve
http://www.stevetrefethen.com/blog/

7 Answers

0 votes
by (162k points)
See our other post re FTPReply. It is open source so you can change whatever you like :)

Feel free to email us a list of requests for things you think you need (support@enterprisedt.com).
0 votes
by (460 points)
See our other post re FTPReply. It is open source so you can change whatever you like :)


Yes, of course, but it seems the changes I'm talking about would dramatically increase the extensibility of this library. It seems the tendency is to make methods and member internal which is extremely restricting for a library like this.

I'll send email to the address you provided with my suggestions.

Thanks
0 votes
by (162k points)
We do love the "internal" keyword :)
0 votes
by (460 points)
We do love the "internal" keyword :)


LOL! That you do!
0 votes
by (460 points)
See our other post re FTPReply. It is open source so you can change whatever you like :)

Feel free to email us a list of requests for things you think you need (support@enterprisedt.com).


Done. Can you tell me if you got it?

Thanks
-Steve
0 votes
by (162k points)
We have, thank you for your comments. We've had a preliminary look through but it'll take a little while for us to do anything.
0 votes
by (460 points)
Great, thanks for confirming. It's really nice to be on a forum where people respond this quickly.

Categories

...