list stepthrough - rsanchez-wsu/jfiles GitHub Wiki

##JFilesServer.handle()

  1. The list command is selected at the case statement.
  2. The list object is created. Since there are no arguments to the list it is passed the client identity and nothing else.
  3. Execute the list command.

##List object creation.

  1. Store the client.

##List.execute()

  1. Make A directory stream Object that will iterate over each object in the user directory.
  2. Send the objects to the client.