Skip to content

network02/File-Transfer-Protocol-using-.NET

Repository files navigation

File Transfer Protocol using .NET

This is an implementation of File Transfer Protocol using .Net sockets.

The Implemented features

  • USER
  • LIST
  • RETR
  • STOR
  • DELE
  • MKD
  • RMD
  • CDUP

Tech

Client: Windows Application Forms, .Net

Server: Windows Application Forms, .Net

Installation

You can just open the solution in the project and run it with Visual Studio or you can Open the FTP.exe and FTPClient.exe in:

  (SolutionDir)\bin\Debug\FTP.ex
  (SolutionDir)\FTPClient\bin\Debug\FTP.ex

Screenshots

Server UI

Server

Admin Page

Admin Page

Client Login Page

Client Login

Client Page

Client Page

About

network-project-phase02-clueless-idiots created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Generated from network02/phase02