How to add secure FTP capabilities to a .NET application

Posted by gfrizzle on Stack Overflow See other posts from Stack Overflow or by gfrizzle
Published on 2009-03-30T20:00:15Z Indexed on 2010/03/15 6:29 UTC
Read the original article Hit count: 325

Filed under:
|
|
|

I'm rewriting an in-house client-server application as a .NET MVC application. It needs to send and receive files via secure FTP. The original application was client-server and used MOVEit Freely to do SFTP. Is there a library or product I can use to do it from within .NET?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about asp.net-mvc