54 packages tagged with “Unix”
An FTP and FTPS client for .NET & .NET Standard, optimized for speed. Provides extensive FTP commands, File uploads/downloads, SSL/TLS connections, Directory listing parsing, File hashing/checksums, File permissions/CHMOD, FTP proxies, FXP transfers, UTF-8 support, Async/await support, Powershell support and more. Written entirely in C#, with no external dependencies.
POSIX interface for Mono and .NET
Implements a simple set of helpers to handle EPOCH timestamps in .NET
CryptSharp provides a number of password crypt algorithms - BCrypt, LDAP, MD5 (and Apache's htpasswd variant), PHPass (WordPress, phpBB, Drupal), SHA256, SHA512, and Traditional and Extended DES. Additionally it includes Blowfish, SCrypt, and PBKDF2 for any HMAC (.NET's built-in PBKDF2 implementation supports only SHA-1). If you are looking to store passwords, odds are CryptSharp has the algorithm you want.
Provides abstracted access to gRPC pipes on the local system. Currently uses UNIX sockets on all platforms, but will use named pipes on Windows in .NET 8.
Provides interfaces that are shared between the Redpoint.GrpcPipes and related transport libraries. You most likely don't need to reference this library directly.
A pure managed shell script interpreter for .NET applications
.NET frontend for Uname on Unix systems
Topshelf extensions for compatibility with Mono/Linux.
Utilize Bash shell directly in C#/.NET Core
Extensions for Mono/Linux: processes, signals, services, daemons and etc.
Simple .Net Standard Wrapper for ALSA on Unix devices. Supports Audio Playback, Recording and Mixer Devices. Requires libasound2-dev to be installed on target System.
Cygwin x64 development environment including gcc (i686 and x86_64), binutils, make, bash.
A small package used to allow conversion of datetime to epoch time and epoch time to datetime. Is used by calling the class "Epoch" and then either of the static methods "FromUnixTime" and "ToUnixTime". Therefor there is no need to create an instance of this class in-order to use it. Epoch.FromUnixTime takes unix time in milliseconds as a double and returns a DateTime Object. Epoch.ToUnixTime takes a DateTime object and returns the unix timestamp in milliseconds as a double. Notes: FromUnixTime can return a decimal value. This will be updated soon so that the value is truncated before it's returned. Removing the need for you to do so.
Convert Date Time to Unix Time Stamp and Vice Versa
This library provides a System.UnixTime as a new Type providing conversion between Unix Time and .NET DateTime.
Unix time stamp converter for Json.NET
Port of Mono.Fuse package to NET Standart: C# bindings for FUSE
Unix file system for portable FTP server
Provides a transport implementation for Redpoint.GrpcPipes that uses ASP.NET to provide standardized gRPC communications over HTTP/2 (which can be running on top of loopback TCP/IP, UNIX sockets or named pipes).
Package Description
This project provides a set of Unix tools for .NET 8.0+.
Enables MongoDB.Driver connecting to Unix domain sockets
*nix shebang support for ScriptCs Useful for ScriptCs prior to v0.14.0 (in this version this is moved into ScriptCs core)
Libreria para el manejo del tiempo en Unix.
Paste text content with Unix like line endings into Windows Terminal without line breakings
Convert unix second time stamp to DateTime and revert with two functions