This is an implementation of File Transfer Protocol using .Net sockets.
- USER
- LIST
- RETR
- STOR
- DELE
- MKD
- RMD
- CDUP
Client: Windows Application Forms, .Net
Server: Windows Application Forms, .Net
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


