tutorial old - rsanchez-wsu/jfiles GitHub Wiki

This guide is to provide a general overview of the project. Their are several functions that are called throughout this page, and explanations on the various tests of those functions.

This is the archived version as of Jan. 2016.

  1. JFilesServer
    1. What happens when the main method is run?
    2. What happens when a contact is made on the port?
    3. What happens when a logged in client makes a request?
    4. Execution of list command.
    5. Execution of find command.
    6. Execution of recursive find command.
    7. Execution of file command.
    8. Execution of exit command.
    9. How a line is sent to the client
  2. JFilesClient
    1. What happens when the main method is run?
    2. How is user input handled?
    3. How are transmissions from the server handled?
  3. JFilesClientGui
  4. Demos
    1. List