Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 300 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 300 Bytes

FTP-Java

FTP server & client in Java using RMI

You should follow this tutorial
Compile the ServerImpl.java with rmic and put the ServerImpl_Stub in both client and server side.
Active rmi and run the server