Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. rknee@code Milestone2 $ telnet localhost 11111
  2. Trying 127.0.0.1...
  3. Connected to localhost.localdomain (127.0.0.1).
  4. Escape character is '^]'.
  5. >Hello.
  6. >Send ASN1 SEQUENCE.
  7. {last_snapshot 20001231235959.999Z, tables { neighborhoods, organizations}}
  8. {
  9. tables
  10. {
  11. {
  12. table_name "neighborhoods",
  13. rows
  14. {
  15. fields { "3883 Misty Dr. Apt.202,Melbourne,Fl,32904,U.S.""1"},
  16. },
  17. field_names { "address", "neighborhoodID" },
  18. field_types { "BLOB", "INTEGER" }
  19. },
  20. {
  21. table_name "organizations",
  22. rows
  23. {
  24. fields { "NULL""NULL""NULL""NULL""2010-01-23 16:19:35""global""NULL""NULL""NULL""NULL""NULL""NULL""en""NULL""NULL""NULL""NULL""world""1"},
  25. },
  26. field_names { "certification_methods", "global_organizationID", "hash_org_alg", "hash_org", "creation_time", "category", "certificate", "crl", "crl_date", "default_scoring_options", "instructions_new_motions", "instructions_registration", "languages", "name", "name_forum", "name_justification", "name_motion", "name_organization", "organizationID" },
  27. field_types { "TEXT", "TEXT", "TEXT", "BLOB", "DATE", "TEXT", "BLOB", "BLOB", "DATE", "TEXT", "TEXT", "TEXT", "TEXT", "TEXT", "TEXT", "TEXT", "TEXT", "TEXT", "INTEGER" }
  28. },
  29. },
  30. db_name "deliberation.db",
  31. snapshot "20001231235959.999Z",
  32. }
  33. >250 OK
  34. Connection closed by foreign host.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement