Skip to content

criptorusso/simple-ftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple-ftp

Implementation in Java for a Simple FTP (server and client)

  • include code for server and client
  • the port in the server side is 5972
  • just run the server code and later the client with the following parameter: java Cliente_FTP host 5972
  • the code implement threads so clients concurrency is supported

Implementación en Java de un FTP-Simple (cliente y servidor)

  • incluye código del servidor y cliente.
  • el puerto configurado del lado del servidor es el 5972.
  • basta con correr el servidor y luego ejecutar el cliente con los siguientes parámetros: java Cliente_FTP <host_remoto> 5972
  • el código implementa hilos por lo tanto soporta clientes concurrentes.

About

Simple FTP (server and client) in Java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages