Serpent

Stories kicked by Serpent

SharpSSH - A Secure Shell (SSH) library for .NET(tamirgal.com)

submitted by marcosmarcos(2779) 5 years, 10 months ago

This is a pure .NET implementation of the SSH2 client protocol suite. The purpose of this project is to provide an easy API for reading/writing data to/from SSH channels and perform SFTP/SCP file transfers for .NET applications. read more...

add a comment |category: |Views: 387

tags: another

Simple FTP file upload in C# 2.0(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 11 months ago

Sometimes you just want a simple function to perform a simple task. There are a lot of FTP libraries for free download on the Internet, but if you simply want to upload a file to an FTP server in C#, these libraries are overkill for that simple little task. That's what I thought when I browsed the web for such a simple little function. Maybe I'm slower than normal people, but I couldn't find any simple method on the web. They where all too complicated, so I thought to myself that I could do better. read more...

5 comments |category: |Views: 4944

tags: another