Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.51 KB

File metadata and controls

31 lines (20 loc) · 1.51 KB

Sharing files via FTPS betweeen devices over network.

FTPS Server application is written in C# .Net-Core 10 for Windows and Ubuntu.

Features:

  • User Permissions - Granular control over Read/Write operations
  • Per-User Root Folders - Isolated directories for each user
  • Path Security - Protection against directory traversal attacks
  • UTF-8 - Supports localized characters
image image

🎯 Use Cases

    1. Exchange of files between PC and notebook over WI-FI.
    1. Access to PC files from Android file manager over WI-FI.
Component
Library NUGet Package
UI for Windows and Ubuntu
Console

Connecting to the Server

Troubleshooting

Installation and uninstallation on Ubuntu