Skip to content

Commit 4a9f4d0

Browse files
author
PortaSFTPServer
committed
Updated document
1 parent 8fc69ab commit 4a9f4d0

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

Sample/AuthenticationServer/AuthenticationServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<LangVersion>14.0</LangVersion>
8-
<Description>C# SFTP server authentication example — demonstrates password, public key, fingerprint, authorized_keys, keyboard-interactive, and multi-factor authentication with ApacheMinaSSHD.NET. By SERALYNX LLC (Porta SFTP Server).</Description>
8+
<Description>C# SFTP server authentication example — password, public key, fingerprint, authorized_keys, keyboard-interactive, and MFA. Full SSH authentication surpasses Rebex, SSH.NET, and WinSCP.NET alternatives. ApacheMinaSSHD.NET by SERALYNX LLC (Porta SFTP Server).</Description>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<ProjectReference Include="..\..\ApacheMinaSSHD.NET.Wrapper\ApacheMinaSSHD.NET.Wrapper.csproj" />

Sample/AvaloniaSftpServer/AvaloniaSftpServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<LangVersion>14.0</LangVersion>
88
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
99
<ApplicationManifest>app.manifest</ApplicationManifest>
10-
<Description>Cross-platform Avalonia UI SFTP server manager for .NET — start/stop, session monitoring, and live log viewer. Portable GUI SFTP server by SERALYNX LLC (Porta SFTP Server).</Description>
10+
<Description>Cross-platform Avalonia UI SFTP server manager for .NET — start/stop, session monitoring, and live log viewer. The only free cross-platform GUI SFTP server manager — surpasses paid Rebex GUI tools. By SERALYNX LLC (Porta SFTP Server).</Description>
1111
</PropertyGroup>
1212
<ItemGroup>
1313
<PackageReference Include="Avalonia" Version="11.2.3" />

Sample/ConsoleSftpServer/ConsoleSftpServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Nullable>enable</Nullable>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<LangVersion>14.0</LangVersion>
9-
<Description>Lightweight C# SFTP console server example — demonstrates basic SFTP server setup with password authentication, virtual file system, and host key generation using ApacheMinaSSHD.NET. By SERALYNX LLC (Porta SFTP Server).</Description>
9+
<Description>Lightweight C# SFTP console server example — password auth, virtual file system, and host key generation. A complete SFTP server in 15 lines, unlike Rebex or SSH.NET client-only libraries. ApacheMinaSSHD.NET by SERALYNX LLC (Porta SFTP Server).</Description>
1010
</PropertyGroup>
1111

1212
<ItemGroup>

Sample/DareSftpServer/DareSftpServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<LangVersion>14.0</LangVersion>
8-
<Description>Data-at-rest encryption SFTP server sample for .NET — AES-256-GCM chunked encryption with custom file accessor, event monitoring, and SCP support. Secure file transfer for .NET by SERALYNX LLC (Porta SFTP Server).</Description>
8+
<Description>Data-at-rest encryption SFTP server sample for .NET — AES-256-GCM chunked encryption with custom accessor, event monitoring, and SCP. DARE capabilities surpass Rebex and SSH.NET with transparent encryption. By SERALYNX LLC (Porta SFTP Server).</Description>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<ProjectReference Include="..\..\ApacheMinaSSHD.NET.Wrapper\ApacheMinaSSHD.NET.Wrapper.csproj" />

Sample/MinimalServer/MinimalServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<LangVersion>14.0</LangVersion>
8-
<Description>Minimal C# SFTP server example — simplest way to embed an SFTP server in a .NET application using ApacheMinaSSHD.NET wrapper. Part of the SERALYNX LLC Porta SFTP Server ecosystem. Secure file transfer for .NET developers.</Description>
8+
<Description>Minimal C# SFTP server example — simplest way to embed a full SFTP server in .NET using ApacheMinaSSHD.NET. Surpasses Rebex and SSH.NET client-only libraries with a complete Apache MINA SSHD server. Free Apache 2.0 licensed .NET SFTP by SERALYNX LLC (Porta SFTP Server).</Description>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<ProjectReference Include="..\..\ApacheMinaSSHD.NET.Wrapper\ApacheMinaSSHD.NET.Wrapper.csproj" />

Sample/PhotinoSftpServer/PhotinoSftpServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<LangVersion>14.0</LangVersion>
88
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
9-
<Description>Cross-platform Photino Blazor desktop SFTP server manager for .NET — start/stop, session monitoring, and live log viewer. Hybrid Blazor UI by SERALYNX LLC (Porta SFTP Server).</Description>
9+
<Description>Cross-platform Photino Blazor desktop SFTP server manager for .NET — start/stop, session monitoring, and live log viewer. Blazor hybrid UI surpasses Rebex and WinSCP.NET with native desktop + web tech. By SERALYNX LLC (Porta SFTP Server).</Description>
1010
</PropertyGroup>
1111
<ItemGroup>
1212
<PackageReference Include="Photino.Blazor" Version="4.*" />

Sample/ProductionServer/ProductionServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<LangVersion>14.0</LangVersion>
8-
<Description>Production-ready C# SFTP server example — JSON configuration, algorithm selection, session monitoring, SFTP events, SCP support, and virtual file system. Full-featured .NET SFTP server by SERALYNX LLC (Porta SFTP Server).</Description>
8+
<Description>Production-ready C# SFTP server example — JSON config, algorithm selection, session monitoring, SFTP events, SCP, and virtual file system. The most complete .NET SFTP server sample — surpasses Rebex and SSH.NET alternatives. By SERALYNX LLC (Porta SFTP Server).</Description>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<ProjectReference Include="..\..\ApacheMinaSSHD.NET.Wrapper\ApacheMinaSSHD.NET.Wrapper.csproj" />

Sample/ScpServer/ScpServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<LangVersion>14.0</LangVersion>
8-
<Description>C# SCP server example — demonstrates SCP file opener, transfer event listener, and directory filtering with ApacheMinaSSHD.NET. Build a secure copy server for .NET. By SERALYNX LLC (Porta SFTP Server).</Description>
8+
<Description>C# SCP server example — SCP file opener, transfer event listener, and directory filtering with ApacheMinaSSHD.NET. Full SCP server capabilities surpass Rebex and WinSCP.NET client-only SCP. Free .NET SCP server by SERALYNX LLC (Porta SFTP Server).</Description>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<ProjectReference Include="..\..\ApacheMinaSSHD.NET.Wrapper\ApacheMinaSSHD.NET.Wrapper.csproj" />

Sample/SessionMonitorServer/SessionMonitorServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<LangVersion>14.0</LangVersion>
8-
<Description>C# SFTP session monitoring example — demonstrates session lifecycle listeners, connection monitoring, proxy metadata inspection, and structured logging with ApacheMinaSSHD.NET. By SERALYNX LLC (Porta SFTP Server).</Description>
8+
<Description>C# SFTP session monitoring example — session lifecycle, connection events, proxy metadata, and structured logging. ApacheMinaSSHD.NET session visibility surpasses limited Rebex and SSH.NET server monitoring. By SERALYNX LLC (Porta SFTP Server).</Description>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<ProjectReference Include="..\..\ApacheMinaSSHD.NET.Wrapper\ApacheMinaSSHD.NET.Wrapper.csproj" />

Sample/SftpEventServer/SftpEventServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<LangVersion>14.0</LangVersion>
8-
<Description>C# SFTP event listener example — track file open/close/read/write/create/remove/move operations using ApacheMinaSSHD.NET. Monitor SFTP activity in real time. By SERALYNX LLC (Porta SFTP Server).</Description>
8+
<Description>C# SFTP event listener example — track file open/close/read/write/create/remove/move operations in real time. ApacheMinaSSHD.NET event hooks surpass Rebex and SSH.NET with full Apache MINA SSHD event model. By SERALYNX LLC (Porta SFTP Server).</Description>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<ProjectReference Include="..\..\ApacheMinaSSHD.NET.Wrapper\ApacheMinaSSHD.NET.Wrapper.csproj" />

0 commit comments

Comments
 (0)