An open API service indexing awesome lists of open source software.

https://github.com/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
https://github.com/khaledashrafh/ftp-client-server-application

file-transfer-protocol ftp ftp-client ftp-server java java-socket-programming java-sockets socket-programming

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project