Thursday, April 21, 2011

Implementing SFTP in 2.0

I want to write SFTP clients and servers in .NET 2.0. Is that possible? Please give me some suggestions

From stackoverflow
  • Take a look at SharpSSH. It has an open source BSD-style license and supports SCP and SFTP.

  • If you want a commercial package, take a look at edtFTPnet/PRO. It supports multiple connections, directory transfers, and lots of other neat features (I'm one of the developers on the product).

  • The .NET Framework 2.0 does not include any support for SSH/SFTP. You probably have to try one of third party solutions. Our Rebex SFTP for .NET can be worth checking. Check the samples and tutorials to see if it fits your needs.

    Pavel Shved : Hm, why is it marked as spam?
    Tim Post : I don't think @Martin could have been _any_ more clear about his affiliation with the company, the answer is also quite on topic and of possible use to anyone reading this question. @Pavel - people get a little sanctimonious when it comes to pixels on their screen, I suppose.
    Ether : Note to 10k users: this does not constitute spam since 1. Martin discloses his relationship with the company openly, and 2. the answer is relevant to the question.

0 comments:

Post a Comment