Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
722 views
in .NET FTP by (160 points)
reopened by
edtFTPnet/Free product comes with the source code for the FTP library. This is AWESOME, by the way. Our internal IT practices frowns quite severely at third-party libraries that we cannot see the source for. We have been using the edtFTPnet/Free product line for several years for internal file handling applications. We recently had a need to make sure that we had everything in the source code for edtFTPnet - basically we tried to build the project that is included in the downloadable ZIP file. It would not build in VS2012 or VS2008. It seems that there are multiple class objects missing in from the code-base, a list is included below of the ones that we have found so far. Is there any chance of getting the source for these objects? We would like to be able to build the DLL as you have it as a download from your website.

As a side-note, the DLL included in the download works just fine. We just cannot compile the source code because of the missing objects.

Now for the disclaimer: We are NOT trying to reverse engineer or otherwise claim this product as our own. We are NOT trying to reap any kind of monetary benefit from your most awesome library. We include all documentation and your copyrights are kept intact as far as we are concerned.

Class objects found missing so far:
ILogTag
LogTag
LogLevelEnumeration
LogLevelHelper
LogMessageEventArgs
LogMessageHandler
VersionDetails
CustomLogLevelAppender

Thanks for any help you might be able to provide.

2 Answers

0 votes
by (162k points)
Everything you need is in the source distribution. You might need to add LogTag.cs and VersionDetails.cs to the VS project if you are using the project we distribute - it can get out of date as we don't use it to build ourselves.
0 votes
by (160 points)
Thanks, that's just what I needed.

Categories

...