Sachin Kainth
Sachin Kainth

Reputation: 46760

SFTP Using .NET

I would like to access a file through SFTP using .NET. I have seen other questions on Stack Overflow regarding this, such as SFTP question, but these are rather old and things would have moved on since then. My question is, does .NET support SFTP now (it didn't back when this question was asked). If it doesn't, is there any good Open Source SFTP library that I can use?

Thanks,

Sachin

Upvotes: 1

Views: 824

Answers (1)

Bruce Blackshaw
Bruce Blackshaw

Reputation: 1006

No, .NET doesn't support SFTP. Your best bet for open source is SharpSSH.

Our own commercial .NET SFTP library, edtFTPnet/PRO, is built on an open source SSH library, Granados, which could be another alternative.

Upvotes: 1

Related Questions