Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 685 Bytes

File metadata and controls

15 lines (11 loc) · 685 Bytes

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.