InternetProtSettingsTabsHTML_FTP.html 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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/><br/>
  12. <div>URL</div><div><input type="text" id="inptIntProtSetFTP_url"/></div>
  13. <div>Port</div><div><input type="text" id="inptIntProtSet_FTP_port"/></div>
  14. <div>Passive Mode</div><div><div id="cbIntProtSet_FTP_passive_mode"/></div>
  15. <div>Folder</div><div><input type="text" id="inptInternetFolder"/></div>
  16. <div>start absolute paths with / (otherwise relative to home dir)</div>
  17. <div>User ID(login):</div><div><input type="text" id="inptIntProtSet_FTP_login"/></div>
  18. <div>Password</div><div><input type="password" id="inptAccountOpt"/></div>
  19. <table style="width:250px">
  20. <tr>
  21. <td><div>Save User ID</div><div><div id="cbIntProtSet_FTP_save_user_id"/></div></td>
  22. <td><div>Save Password</div><div><div id="cbIntProtSet_FTP_save_password"/></div></td>
  23. <td><div>Allow IPV6</div><div><div id="cbIntProtSet_FTP_allow_ipv6"/></div></td>
  24. </tr>
  25. </table>
  26. <div>Automatically resume incomplete transfers(using temporary filenames until complete)</div><div><div id="cbIntProtSet_FTP_auto_resume_transfer"/></div>
  27. <div>Filename Encoding: on right side, put timestamp in file names(to preserve it if server doesn"t support setting file times)</div>
  28. <div><div id="cbIntProtSet_FTP_filename_encoding"/></div><br/>
  29. <br/><br/>
  30. </div>
  31. <div>
  32. <!--Advanced-->
  33. <div>Character Set:</div><div id ="comboIntProtSet_FTP_adv_Charset" style="float: left;"></div><br/><br/>
  34. <div>Replace characters</div><div><div id="cbIntProtSet_FTP_adv_replace_characters"/></div>
  35. <div>ASCII Transfer mode(profile may contain text files only!)</div><div><div id="cbIntProtSet_FTP_adv_ascii_transfer_mode"/></div>
  36. <div>FTP Server Supports Renaming and Moving Folders</div><div><div id="cbIntProtSet_FTP_adv_server_supports_moving"/></div>
  37. <div>FTP Listing Command</div><div id ="comboIntProtSet_FTP_adv_ListingCommand" style="float: left;"></div><br/><br/>
  38. <div>Verify destination file size after transfer</div><div><div id="cbIntProtSet_FTP_adv_verify_file"/></div>
  39. <div>Respect passive mode IP addres given by server</div><div><div id="cbIntProtSet_FTP_adv_respect_passive_mode"/></div>
  40. <div>Timestamps For Uploads:</div><div id ="comboIntProtSet_FTP_adv_TimestampsForUploads" style="float: left;"></div><br/><br/>
  41. <table>
  42. <tr>
  43. <td><div>Zone</div><div><div id="cbIntProtSet_FTP_adv_zone"/></div></td>
  44. <td><div>Auto</div><div><div id="cbIntProtSet_FTP_adv_auto"/></div></td>
  45. <td class="auto-style_IntProtAdv2" >UTC Offsets List<div><input type="text" id="inptIntProtSet_FTP_adv_list"/></div></td>
  46. <td class="auto-style_IntProtAdv1" >Upload (min)<div><input type="text" id="inptIntProtSet_FTP_adv_upload_min"/></div></td>
  47. </tr>
  48. </table>
  49. <div>Timeout</div><div><input type="text" id="inptIntProtSet_FTP_adv_timeout"/></div><div>seconds. These are global settings</div>
  50. <div>Retries</div><div><input type="text" id="inptIntProtSet_FTP_adv_retries"/></div>
  51. <div>HTTP Authentication Retries</div><div><input type="text" id="inptIntProtSet_FTP_adv_http_retries"/></div>
  52. </div>
  53. <div>
  54. <!--Proxy Settings-->
  55. <div>Proxy Type</div><div id ="comboIntProtSet_FTP_proxy_proxy_type" style="float: left;"></div><br/><br/>
  56. <div>Proxy Host:</div><div><input type="text" id="inptIntProtSet_FTP_proxy_proxy_host"/></div>
  57. <div>Port:</div><div><input type="text" id="inptIntProtSet_FTP_proxy_proxy_port"/></div>
  58. <div>User ID (login):</div><div><input type="text" id="inptIntProtSet_FTP_proxy_login"/></div>
  59. <div>Password:</div><div><input type="password" id="inptIntProtSet_FTP_proxy_password"/></div>
  60. <div>if a proxy login is needed, it must be specified here and will be stored permamently(encrypted)</div>
  61. <div>For "USER" with no logon, please leave User ID and Passwor fields blank!</div>
  62. <div>Send HOST command</div><div><div id="cbIntProtSet_FTP_proxy_send_host_command"/></div>
  63. </div>
  64. <div>
  65. <div>Secure Transfer Settings</div>
  66. <div>Security mode:</div>
  67. <div id="rbIntProtSet_FTP_Security_security_none">None</div>
  68. <div id="rbIntProtSet_FTP_Security_security_implisit_tsl">Implisit TSL</div>
  69. <div id="rbIntProtSet_FTP_Security_security_explisit_tsl">Explisit TSL</div>
  70. <div>Auth Cmd:</div>
  71. <div id="rbIntProtSet_FTP_Security_auto">Auto</div>
  72. <div id="rbIntProtSet_FTP_Security_TLS">TLS</div>
  73. <div id="rbIntProtSet_FTP_Security_SSL">SSL</div>
  74. <div id="rbIntProtSet_FTP_Security_TLSC">TLSC</div>
  75. <div id="rbIntProtSet_FTP_Security_TLSP">TLSP</div>
  76. <div>Version:</div>
  77. <div id="rbIntProtSet_FTP_Security_SSLv2">SSL v2</div>
  78. <div id="rbIntProtSet_FTP_Security_SSLv2_3">SSL v2/3</div>
  79. <div id="rbIntProtSet_FTP_Security_SSLv3">SSL v3</div>
  80. <div id="rbIntProtSet_FTP_Security_TLSv_1_1_2">TLS v1-1.2</div>
  81. <button id="btnIntProtSet_FTP_Security_Advanced_SSH">Advanced SHH Settings</button>
  82. <div>Authentication Methods for SSH</div>
  83. <div>User Name / Password</div><div><div id="cbIntProtSet_FTP_Security_SSH_username_password"/></div>
  84. <div>Keyboard</div><div><div id="cbIntProtSet_FTP_Security_SSH_keyboard"/></div>
  85. <div>Certificate / Public Key</div><div><div id="cbIntProtSet_FTP_Security_SSH_certificate"/></div>
  86. <div>Client certificate for SSL/SSH</div>
  87. <div id ="comboIntProtSet_FTP_security_Certificate" style="float: left;"></div><br/><br/>
  88. <div>Certificate Password(max len: 24):</div><div><input type="password" id="inptIntProtSet_FTP_security_CertificatePassword"/></div>
  89. <div>No password needed</div><div><div id="cbIntProtSet_FTP_security_nopassword"/></div>
  90. </div>
  91. <div>
  92. <div>On this page, you can configure the certificates that should be used for authentication of this software as a client.
  93. When you have configured you certificates, you can choose them individually for each profile on the Scurity tab sheet in this dialog box.</div>
  94. <div><textarea id="inptIntProtSet_FTP_certificates_certificates"/></div>
  95. <div>Certificate Name For Reference in This Program:</div><div><input type="text" id="inptIntProtSet_FTP_certificates_certname_forreference"/></div>
  96. <div>Certificate / Private Key File:</div><div><input type="text" id="inptIntProtSet_FTP_certificates_private_keyfile"/></div>
  97. <div>Public Key File:</div><div><input type="text" id="inptIntProtSet_FTP_certificates_public_keyfile"/></div>
  98. <div>Key files must continue to exist in their specified locations</div>
  99. </div>
  100. </div>