Buy vs. Build - FTP Service

Posted by Joel Martinez on Programmers See other posts from Programmers or by Joel Martinez
Published on 2011-06-29T14:10:17Z Indexed on 2011/06/29 16:30 UTC
Read the original article Hit count: 333

Filed under:
|

We have a need to FTP files that are generated by our system, so we're trying to decide whether we should spend the time to build something that meets our criteria (relatively easy, .NET has FTP functionality built in, among other more advanced libs from 3rd parties). Or if we should buy something off the shelf.

Our requirements are roughly:

  • Must be able to trigger a file send programmatically
  • Needs to retry N number of times (configurable)
  • Queryable status of FTP requests
  • Callback on completion or fail of an FTP request

I don't need to be sold on the relative simplicity of building something like that for myself. However I do want to do the due diligence of seeing what products are available ... because if something does exist that matches the requirements above, I wouldn't mind paying for it :-) Any thoughts or links would be greatly appreciated. Thanks!

© Programmers or respective owner

Related posts about buy-vs-build

Related posts about ftp