
PowerTCP SSH and SFTP for .NET
Overview Advanced SSH and SFTP Components PowerTCP SSH and SFTP for .NET is designed to offer the most advanced, easy to use SSHv2 and SFTPv3 components available. Requires fewer resources, provides more flexibility, and elicits code that is easier to re-use and maintain. Model-View-Controller (MVC) design means fewer resources, more flexibility, and code that is easy to maintain Includes COM Interfaces for use in COM environments, such as VB6 Supports concurrent sessions on multiple worker threads Code examples and sample projects demonstrate typical uses Sftp sftp1 = new Sftp(); sftp1.Connection.RemoteEndPoint.HostNameOrAddress = "mySFtpServer.com"; sftp1.Connect(); SshLoginData loginDetails = new SshLoginData(); loginDetails.Username = "myUsername"; loginDetails.Password = "myPassword"; sftp1.Authenticate(loginDetails); sftp1.Get("myFile.txt", "c:\\MyFiles\\myFile.txt", CopyMode.Copy); sftp1.Close(); Feature Overview Security New Elliptic Curve Diffie-Hellman key e