Skip to content

JeanBlignaut/FTP-Exam

Repository files navigation

FTP-Exam

Incomplete implementation:

  • Client incomplete
  • Server Incomplete
  • Unit tests Incomplete

Uses DotNet 5.0 SDK

development done on both Macos and Windows 10 using visual studio 2019 and visualstudio for mac

cd into server sub dir and execure: dotnet run

or on macos: sudo dotnet run

cd into integration tests folder and run: dotnet test

I encountered extensive cognitive disonance with this assignment. While I decided to use C# as I'm vastly more comfortable with the language and development tools, the formality of the code gave me great dificuilty when it came to implementing a naive FTP server / client. Ultimately this was a mistake and should rather have attempted this in python as it would have granted a more informal paradyme.

Sources (not an exhaustive list):

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages