InternetProtSettingsTabsHTML_RSync.html 7.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <div id="jqxInternetProtSettingsTabs">
  2. <ul>
  3. <li>Settings</li>
  4. <li>Advanced</li>
  5. <li>Proxy Settings</li>
  6. <li>Security</li>
  7. <li>Certificates</li>
  8. </ul>
  9. <div>
  10. <!--Settings-->
  11. <div>Library</div><div id="jqxLibraryCombo" style="float: left;"></div><br/>
  12. <div>URL</div><div><input type="text" id="inptIntProtSet_Rsync_url"/></div><br/>
  13. <div>Port Number</div><div><input type="text" id="inptIntProtSet_Rsync_port_number"/></div><br/>
  14. <div>Folder</div><div><input type="text" id="inptInternetFolder"/></div><br/>
  15. <div>start absolute paths with / (otherwise relative to home dir)</div>
  16. <div>User ID(login):</div><div><input type="text" id="inptIntProtSet_Rsync_login"/></div><br/>
  17. <div>Password</div><div><input type="password" id="inptAccountOpt"/></div><br/>
  18. <table style="width:250px">
  19. <tr>
  20. <td><div>Save User ID</div><div><div id="cbIntProtSet_Rsync_save_user_id"/></div><br/></td>
  21. <td><div>Save Password</div><div><div id="cbIntProtSet_Rsync_save_password"/></div><br/></td>
  22. <td><div>Allow IPV6</div><div><div id="cbIntProtSet_Rsync_allow_ipv6"/></div><br/></td>
  23. </tr>
  24. </table>
  25. <div>Automatically resume incomplete transfers(using temporary filenames until complete)</div><div><div id="cbIntProtSet_Rsync_auto_resume_transfer"/></div>
  26. <br/><br/>
  27. </div>
  28. <div>
  29. <!--Advanced-->
  30. <div>Character Set:</div><div id ="comboIntProtSet_Rsync_adv_Charset" style="float: left;"></div><br/><br/>
  31. <div>Replace characters</div><div><div id="cbIntProtSet_Rsync_adv_replace_characters"/></div>
  32. <div>Timestamps For Uploads:</div><div id ="comboIntProtSet_Rsync_adv_TimestampsForUploads" style="float: left;"></div><br/><br/>
  33. <table>
  34. <tr>
  35. <td><div>Zone</div><div><div id="cbIntProtSet_Rsync_adv_zone"/></div></td>
  36. <td><div>Auto</div><div><div id="cbIntProtSet_Rsync_adv_auto"/></div></td>
  37. <td class="auto-style_IntProtAdv2" >UTC Offsets List<div><input type="text" id="inptIntProtSet_Rsync_adv_list"/></div></td>
  38. <td class="auto-style_IntProtAdv1" >Upload (min)<div><input type="text" id="inptIntProtSet_Rsync_adv_upload_min"/></div></td>
  39. </tr>
  40. </table>
  41. <div>Timeout</div><div><input type="text" id="inptIntProtSet_Rsync_adv_timeout"/></div><div>seconds. These are global settings</div>
  42. <div>Retries</div><div><input type="text" id="inptIntProtSet_Rsync_adv_retries"/></div>
  43. <div>HTTP Authentication Retries</div><div><input type="text" id="inptIntProtSet_Rsync_adv_http_retries"/></div>
  44. </div>
  45. <div>
  46. <!--Proxy Settings-->
  47. <div>Proxy Type</div><div id ="comboIntProtSet_Rsync_proxy_proxy_type" style="float: left;"></div><br/><br/>
  48. <div>Proxy Host:</div><div><input type="text" id="inptIntProtSet_Rsync_proxy_proxy_host"/></div>
  49. <div>Port:</div><div><input type="text" id="inptIntProtSet_Rsync_proxy_proxy_port"/></div>
  50. <div>User ID (login):</div><div><input type="text" id="inptIntProtSet_Rsync_proxy_login"/></div>
  51. <div>Password:</div><div><input type="password" id="inptIntProtSet_Rsync_proxy_password"/></div>
  52. <div>if a proxy login is needed, it must be specified here and will be stored permamently(encrypted)</div>
  53. <div>For "USER" with no logon, please leave User ID and Passwor fields blank!</div>
  54. <div>Send HOST command</div><div><div id="cbIntProtSet_Rsync_proxy_send_host_command"/></div>
  55. </div>
  56. <div>
  57. <!---->
  58. <div>Secure Transfer Settings</div>
  59. <button id="btnIntProtSet_Rsync_Security_Advanced_SSH">Advanced SHH Settings</button>
  60. <div>Authentication Methods for SSH</div>
  61. <div>User Name / Password</div><div><div id="cbIntProtSet_Rsync_Security_SSH_username_password"/></div>
  62. <div>Keyboard</div><div><div id="cbIntProtSet_Rsync_Security_SSH_keyboard"/></div>
  63. <div>Certificate / Public Key</div><div><div id="cbIntProtSet_Rsync_Security_SSH_certificate"/></div>
  64. <div>Client certificate for SSL/SSH</div>
  65. <div id ="comboIntProtSet_Rsync_security_Certificate" style="float: left;"></div><br/><br/>
  66. <div>Certificate Password(max len: 24):</div><div><input type="password" id="inptIntProtSet_Rsync_security_CertificatePassword"/></div>
  67. <div>No password needed</div><div><div id="cbIntProtSet_Rsync_security_nopassword"/></div>
  68. </div>
  69. <div>
  70. <!---->
  71. <div>On this page, you can configure the certificates that should be used for authentication of this software as a client.
  72. When you have configured you certificates, you can choose them individually for each profile on the Scurity tab sheet in this dialog box.</div>
  73. <div><textarea id="inptIntProtSet_Rsync_certificates_certificates"/></div>
  74. <div>Certificate Name For Reference in This Program:</div><div><input type="text" id="inptIntProtSet_Rsync_certificates_certname_forreference"/></div>
  75. <div>Certificate / Private Key File:</div><div><input type="text" id="inptIntProtSet_Rsync_certificates_private_keyfile"/></div>
  76. <div>Public Key File:</div><div><input type="text" id="inptIntProtSet_Rsync_certificates_public_keyfile"/></div>
  77. <div>Key files must continue to exist in their specified locations</div>
  78. </div>
  79. </div>