| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <div id="jqxInternetProtSettingsTabs">
- <ul>
- <li>Settings</li>
- <li>Advanced</li>
- <li>Proxy Settings</li>
- <li>Security</li>
- <li>Certificates</li>
- </ul>
- <div>
- <!--Settings-->
- <div>Library</div><div id="jqxLibraryCombo" style="float: left;"></div><br/><br/>
- <div>URL</div><div><input type="text" id="inptIntProtSetSSH_url"/></div>
- <div>Port</div><div><input type="text" id="inptIntProtSet_SSH_port"/></div>
- <div>Folder</div><div><input type="text" id="inptInternetFolder"/></div>
- <div>start absolute paths with / (otherwise relative to home dir)</div>
- <div>User ID(login):</div><div><input type="text" id="inptIntProtSet_SSH_login"/></div>
- <div>Password</div><div><input type="password" id="inptAccountOpt"/></div>
-
- <table style="width:250px">
- <tr>
- <td><div>Save User ID</div><div><div id="cbIntProtSet_SSH_save_user_id"/></div></td>
- <td><div>Save Password</div><div><div id="cbIntProtSet_SSH_save_password"/></div></td>
- <td><div>Allow IPV6</div><div><div id="cbIntProtSet_SSH_allow_ipv6"/></div></td>
- </tr>
- </table>
-
- <div>Automatically resume incomplete transfers(using temporary filenames until complete)</div><div><div id="cbIntProtSet_SSH_auto_resume_transfer"/></div>
- <div>Filename Encoding: on right side, put timestamp in file names(to preserve it if server doesn"t support setting file times)</div>
-
- <br/><br/>
- </div>
- <div>
- <!--Advanced-->
- <div>Character Set:</div><div id ="comboIntProtSet_SSH_adv_Charset" style="float: left;"></div><br/><br/>
- <div>Replace characters</div><div><div id="cbIntProtSet_SSH_adv_replace_characters"/></div>
- <div>Recursive listing(supported only by some servers)</div><div><div id="cbIntProtSet_SSH_adv_recursive_listing"/></div>
- <div>Verify destination file size after transfer</div><div><div id="cbIntProtSet_SSH_adv_verify_destination_file"/></div>
-
- <table>
- <tr>
- <td><div>Zone</div><div><div id="cbIntProtSet_SSH_adv_zone"/></div></td>
- <td><div>Auto</div><div><div id="cbIntProtSet_SSH_adv_auto"/></div></td>
- <td class="auto-style_IntProtAdv2" >UTC Offsets List<div><input type="text" id="inptIntProtSet_SSH_adv_list"/></div></td>
- <td class="auto-style_IntProtAdv1" >Upload (min)<div><input type="text" id="inptIntProtSet_SSH_adv_upload_min"/></div></td>
- </tr>
- </table>
- <div>Timeout</div><div><input type="text" id="inptIntProtSet_SSH_adv_timeout"/></div><div>seconds. These are global settings</div>
- <div>Retries</div><div><input type="text" id="inptIntProtSet_SSH_adv_retries"/></div>
- <div>HTTP Authentication Retries</div><div><input type="text" id="inptIntProtSet_SSH_adv_http_retries"/></div>
-
- </div>
- <div>
- <!--Proxy Settings-->
- <div>Proxy Type</div><div id ="comboIntProtSet_SSH_proxy_proxy_type" style="float: left;"></div><br/><br/>
- <div>Proxy Host:</div><div><input type="text" id="inptIntProtSet_SSH_proxy_proxy_host"/></div>
- <div>Port:</div><div><input type="text" id="inptIntProtSet_SSH_proxy_proxy_port"/></div>
- <div>User ID (login):</div><div><input type="text" id="inptIntProtSet_SSH_proxy_user_id"/></div>
- <div>Password:</div><div><input type="password" id="inptIntProtSet_SSH_proxy_password"/></div>
- <div>if a proxy login is needed, it must be specified here and will be stored permamently(encrypted)</div>
- <div>For "USER" with no logon, please leave User ID and Passwor fields blank!</div>
- <div>Send HOST command</div><div><div id="cbIntProtSet_SSH_proxy_send_host_command"/></div>
- </div>
- <div>
- <div>Secure Transfer Settings</div>
- <div>Security mode:</div>
-
- <button id="btnIntProtSet_SSH_Security_Advanced_SSH">Advanced SHH Settings</button>
- <div>Authentication Methods for SSH</div>
- <div>User Name / Password</div><div><div id="cbIntProtSet_SSH_Security_SSH_username_password"/></div>
- <div>Keyboard</div><div><div id="cbIntProtSet_SSH_Security_SSH_keyboard"/></div>
- <div>Certificate / Public Key</div><div><div id="cbIntProtSet_SSH_Security_SSH_certificate"/></div>
- <div>Client certificate for SSL/SSH</div>
- <div id ="comboIntProtSet_SSH_security_Certificate" style="float: left;"></div><br/><br/>
- <div>Certificate Password(max len: 24):</div><div><input type="password" id="inptIntProtSet_SSH_security_CertificatePassword"/></div>
- <div>No password needed</div><div><div id="cbIntProtSet_SSH_security_nopassword"/></div>
- </div>
- <div>
- <div>On this page, you can configure the certificates that should be used for authentication of this software as a client.
- When you have configured you certificates, you can choose them individually for each profile on the Scurity tab sheet in this dialog box.</div>
- <div><textarea id="inptIntProtSet_SSH_certificates_certificates"/></div>
- <div>Certificate Name For Reference in This Program:</div><div><input type="text" id="inptIntProtSet_SSH_certificates_certname_forreference"/></div>
- <div>Certificate / Private Key File:</div><div><input type="text" id="inptIntProtSet_SSH_certificates_private_keyfile"/></div>
- <div>Public Key File:</div><div><input type="text" id="inptIntProtSet_SSH_certificates_public_keyfile"/></div>
- <div>Key files must continue to exist in their specified locations</div>
- </div>
- </div>
-
-
|