GitHub / KhaledAshrafH / FTP-Client-Server-Application
This is a implementation of a FTP (File Transfer Protocol) client-server application using Java sockets. The client can connect to the server, login with username and password, and download files from the server. The server can handle multiple clients and authenticate them using a file that stores the authorized users and their passwords. The serve
Stars: 11
Forks: 5
Open issues: 0
License: mit
Language: Java
Size: 46.6 MB
Dependencies parsed at: Pending
Created at: over 3 years ago
Updated at: 3 months ago
Pushed at: almost 2 years ago
Last synced at: about 2 months ago
Topics: file-transfer-protocol, ftp, ftp-client, ftp-server, java, java-socket-programming, java-sockets, socket-programming