list stepthrough - rsanchez-wsu/jfiles GitHub Wiki
##JFilesServer.handle()
- The list command is selected at the case statement.
- The list object is created. Since there are no arguments to the list it is passed the client identity and nothing else.
- Execute the list command.
##List object creation.
- Store the client.
##List.execute()
- Make A directory stream Object that will iterate over each object in the user directory.
- Send the objects to the client.