Overview.aml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <topic id="ef6ffc84-f410-4682-9366-e9fe2a73ea52" revisionNumber="1">
  3. <developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
  4. <!--
  5. <summary>
  6. <para>Optional summary abstract</para>
  7. </summary>
  8. -->
  9. <introduction>
  10. <!-- Uncomment this to generate an outline of the section and sub-section
  11. titles. Specify a numeric value as the inner text to limit it to
  12. a specific number of sub-topics when creating the outline. Specify
  13. zero (0) to limit it to top-level sections only. -->
  14. <!-- <autoOutline /> -->
  15. <para>This programming guide will provide guides on how to achive different SSH task using SSH Library </para>
  16. </introduction>
  17. <!-- Add one or more top-level section elements. These are collapsible.
  18. If using <autoOutline />, add an address attribute to identify it
  19. and specify a title so that it can be jumped to with a hyperlink. -->
  20. <section address="ConnectionSection">
  21. <title>Connection</title>
  22. <content>
  23. <para>This section will describe how to establish SSH connection using different authentication methods.</para>
  24. </content>
  25. </section>
  26. <section address="ErrorHandlingSection">
  27. <title>Error Handling</title>
  28. <content>
  29. <para>This section will describe how handle differnt errors that can occure during SSH session.</para>
  30. </content>
  31. </section>
  32. <section address="SshClientSection">
  33. <title>SSH Client</title>
  34. <content>
  35. <para>This section will describe how to execute commands on connected host. This section will also descibe hot to anaylize output produced by executed commands.</para>
  36. <autoOutline />
  37. <para>This section also will cover other SSH features such local and remote port forwarding.</para>
  38. </content>
  39. </section>
  40. <section address="SftpClientSection">
  41. <title>Sftp Client</title>
  42. <content>
  43. <para>This section will describe to use SFTP features, upload and download files using SFTP protocol.</para>
  44. </content>
  45. </section>
  46. <section address="ScpClientSection">
  47. <title>Scp Client</title>
  48. <content>
  49. <para>This section will cover SCP features to copy fles to and from remote host.</para>
  50. </content>
  51. </section>
  52. <section address="NetConfSection">
  53. <title>NetConf Client</title>
  54. <content>
  55. <para>This is exeprimental feature and currently will not be covered here.</para>
  56. </content>
  57. </section>
  58. <relatedTopics>
  59. <!-- One or more of the following:
  60. - A local link
  61. - An external link
  62. - A code entity reference
  63. <link xlink:href="Other Topic's ID"/>
  64. <link xlink:href="Other Topic's ID">Link inner text</link>
  65. <externalLink>
  66. <linkText>Link text</linkText>
  67. <linkAlternateText>Optional alternate link text</linkAlternateText>
  68. <linkUri>URI</linkUri>
  69. </externalLink>
  70. <codeEntityReference>API member ID</codeEntityReference>
  71. Examples:
  72. <link xlink:href="00e97994-e9e6-46e0-b420-5be86b2f8270" />
  73. <link xlink:href="00e97994-e9e6-46e0-b420-5be86b2f8278">Some other topic</link>
  74. <externalLink>
  75. <linkText>SHFB on CodePlex</linkText>
  76. <linkAlternateText>Go to CodePlex</linkAlternateText>
  77. <linkUri>http://shfb.codeplex.com</linkUri>
  78. </externalLink>
  79. <codeEntityReference>T:TestDoc.TestClass</codeEntityReference>
  80. <codeEntityReference>P:TestDoc.TestClass.SomeProperty</codeEntityReference>
  81. <codeEntityReference>M:TestDoc.TestClass.#ctor</codeEntityReference>
  82. <codeEntityReference>M:TestDoc.TestClass.#ctor(System.String,System.Int32)</codeEntityReference>
  83. <codeEntityReference>M:TestDoc.TestClass.ToString</codeEntityReference>
  84. <codeEntityReference>M:TestDoc.TestClass.FirstMethod</codeEntityReference>
  85. <codeEntityReference>M:TestDoc.TestClass.SecondMethod(System.Int32,System.String)</codeEntityReference>
  86. -->
  87. </relatedTopics>
  88. </developerConceptualDocument>
  89. </topic>