guides - rsanchez-wsu/jfiles GitHub Wiki
This guide is to provide a general overview of the project including what functions are called and how they contribute to project function.
For those who branched early an archived set of tutorials for the project as it was in JAn 2016 is here
You can watch a video guide here for starting the server and running commands as a client: https://www.youtube.com/watch?v=IZPKH1I-Ob4
- JFilesServer
- What JFilesServer Do when the class is loaded?
- What happens when the main method is run?
- What happens when a contact is made on the port?
- What happens when a logged in client makes a request?
- Execution of list command.
- Execution of find command.
- Execution of recursive find command.
- Execution of file command.
- Execution of exit command.
- How a line is sent to the client
- JFilesClient
- JFilesClientGui
- Demos
- Databases