paulpjoby /
simple-ftp-server-java-tcp-socket
This is a Java programs simulates ftp server and client using tcp socket. You can send and receive files form FTP Server
47/100 healthLoading repository data…
ceci96p / repository
Simple FTP Client Program that provides FTP UDP client functionality through the command-line interface implemented in Java and Java Socket related classes. Project developed for a computer science course.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Simple FTP Client Program that provides FTP UDP client functionality through the command-line interface implemented in Java and Java Socket related classes. Project developed for a computer science course.
After compiling in the command-line please run: java -jar CSftp.jar (ip # or domain name of the server) (port # to connect from), for example:
java -jar CSftp.jar 127.0.0.1 21
The client can send commands to the server like:
Username: USER (any username)
Password: PW (any password)
Retrieve file: GET (file name)
Request set of features/extensions: FEATURES
Change working directory: CD (directory name)
Retrieve list of files: DIR
Quit conection: QUIT
Selected from shared topics, language and repository description—not editorial ratings.
paulpjoby /
This is a Java programs simulates ftp server and client using tcp socket. You can send and receive files form FTP Server
47/100 healthPranav-Rastogi /
Simple ftp client and server.
33/100 healthcriptorusso /
Simple FTP (server and client) in Java
/100 healthMoMustafa /
File Transfer Protocol in Java to implement TCP and UDP for simple Server/Client exchange
29/100 healthroeje /
Simple Java FTP server/client implementation
43/100 healthRavenLite /
Simple FTP&HTTP Client and Server. || 简单的FTP&HTTP客户端及服务器。(NEU - 网络程序设计实验课)
31/100 health