Skip to content
| Marketplace
Sign in
Visual Studio>Controls>FTP/SSL, SFTP, Mail, Zip and Terminal Emulation in one suite
FTP/SSL, SFTP, Mail, Zip and Terminal Emulation in one suite

FTP/SSL, SFTP, Mail, Zip and Terminal Emulation in one suite

DotNetLibs

|
1,150 clicks
| (0) | Free Trial
Complete your toolkit with fast, flexible Networking and Compression libraries for .NET and Xamarin
Get Started

The DotNetLibs Universal Suite includes all .NET, .NET CF, Xamarin.iOS, Xamarin.Android components: SFTP, SFTP Server, FTP, FTPS, IMAP, Ms Exchange, POP3, SMTP, NTP, SNTP, Time, Mail, SSH Shell and Telnet Terminal emulation, Data Encryption, and ZIP compression.

Libraries Included

  • DotNetLibs FTP/SSL
  • DotNetLibs SFTP
  • DotNetLibs Mail
  • DotNetLibs SSH and Telnet Terminal Emulation
  • DotNetLibs SFTP File Server

Features

  • Royalty free
  • One year of free updates
  • No open source code used
  • 100% managed C# code

Quick start samples

Upload files

using(Ftp ftp = new Ftp()) {     ftp.Connect("ftp.server.com");      ftp.Login("user", "password");               ftp.ChangeFolder("uploads");     ftp.Upload("report.txt", @"c:\report.txt");               ftp.Close(); }

Download files

using(Ftp ftp = new Ftp()) {     ftp.Connect("ftp.server.com");       ftp.Login("user", "password");               ftp.ChangeFolder("uploads");     ftp.Upload("report.txt", @"c:\report.txt");               ftp.Close(); }
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft