Secure FTP
-
GitHub - sshnet/SSH.NET: SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.[^] Sounds like it provides SFTP, as well. Worth a gander, I would say. Got the link from here: c# - SFTP Libraries for .NET - Stack Overflow[^] One of the comments points to a codeplex page, which points to the link above. Good luck.
Wow, I just downloaded the source. There's a whole bunch of source files. This seems WAY too complicated. I'll spend some time looking at it, but I'm turned off already.
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
-
Anyone know of a good, FREE C# secure FTP class? I found some here and on CodePlex but they're all lacking in some ways. Just wondering if an CP'ers know of a good class.
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
-
What is "secure FTP"? Everyone here is talking like they know what it means. What's wrong with data encryption? Password protected zip files?
Gerry Schmitz wrote:
Everyone here is talking like they know what it means.
Maybe that's because we do... Secure FTP is when the data is encrypted before transmission. Why do through extra step of zipping a file when the SFTP class can encrypt it for you?
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
-
Do you know if the source is available?
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
Sorry, I don't know about that.
Regards, Nish
Website: www.voidnish.com Blog: voidnish.wordpress.com
-
Gerry Schmitz wrote:
Everyone here is talking like they know what it means.
Maybe that's because we do... Secure FTP is when the data is encrypted before transmission. Why do through extra step of zipping a file when the SFTP class can encrypt it for you?
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
-
Why not?
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
-
Sorry, I don't know about that.
Regards, Nish
Website: www.voidnish.com Blog: voidnish.wordpress.com
Yes, the source is available on their site.
-
Yes, the source is available on their site.
-
Wow, I just downloaded the source. There's a whole bunch of source files. This seems WAY too complicated. I'll spend some time looking at it, but I'm turned off already.
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
Well, that sucks. You might want to look at the library Nish and others have pointed out then, I guess.
-
Anyone know of a good, FREE C# secure FTP class? I found some here and on CodePlex but they're all lacking in some ways. Just wondering if an CP'ers know of a good class.
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
WINSCP for the win
Eric
-
Gerry Schmitz wrote:
Everyone here is talking like they know what it means.
Maybe that's because we do... Secure FTP is when the data is encrypted before transmission. Why do through extra step of zipping a file when the SFTP class can encrypt it for you?
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
Well, there is something to be said for having the "data at rest" encrypted. But there is also something to be said for not having your FTP credentials flying across the wire in the clear.
-
Anyone know of a good, FREE C# secure FTP class? I found some here and on CodePlex but they're all lacking in some ways. Just wondering if an CP'ers know of a good class.
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
Another vote for WinSCP.
-
Anyone know of a good, FREE C# secure FTP class? I found some here and on CodePlex but they're all lacking in some ways. Just wondering if an CP'ers know of a good class.
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.