| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- <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/>
- <div>URL</div><div><input type="text" id="inptIntProtSet_Rsync_url"/></div><br/>
- <div>Port Number</div><div><input type="text" id="inptIntProtSet_Rsync_port_number"/></div><br/>
- <div>Folder</div><div><input type="text" id="inptInternetFolder"/></div><br/>
- <div>start absolute paths with / (otherwise relative to home dir)</div>
- <div>User ID(login):</div><div><input type="text" id="inptIntProtSet_Rsync_login"/></div><br/>
- <div>Password</div><div><input type="password" id="inptAccountOpt"/></div><br/>
- <table style="width:250px">
- <tr>
- <td><div>Save User ID</div><div><div id="cbIntProtSet_Rsync_save_user_id"/></div><br/></td>
- <td><div>Save Password</div><div><div id="cbIntProtSet_Rsync_save_password"/></div><br/></td>
- <td><div>Allow IPV6</div><div><div id="cbIntProtSet_Rsync_allow_ipv6"/></div><br/></td>
- </tr>
- </table>
-
- <div>Automatically resume incomplete transfers(using temporary filenames until complete)</div><div><div id="cbIntProtSet_Rsync_auto_resume_transfer"/></div>
-
-
- <br/><br/>
- </div>
- <div>
- <!--Advanced-->
- <div>Character Set:</div><div id ="comboIntProtSet_Rsync_adv_Charset" style="float: left;"></div><br/><br/>
- <div>Replace characters</div><div><div id="cbIntProtSet_Rsync_adv_replace_characters"/></div>
- <div>Timestamps For Uploads:</div><div id ="comboIntProtSet_Rsync_adv_TimestampsForUploads" style="float: left;"></div><br/><br/>
-
- <table>
- <tr>
- <td><div>Zone</div><div><div id="cbIntProtSet_Rsync_adv_zone"/></div></td>
- <td><div>Auto</div><div><div id="cbIntProtSet_Rsync_adv_auto"/></div></td>
- <td class="auto-style_IntProtAdv2" >UTC Offsets List<div><input type="text" id="inptIntProtSet_Rsync_adv_list"/></div></td>
- <td class="auto-style_IntProtAdv1" >Upload (min)<div><input type="text" id="inptIntProtSet_Rsync_adv_upload_min"/></div></td>
- </tr>
- </table>
- <div>Timeout</div><div><input type="text" id="inptIntProtSet_Rsync_adv_timeout"/></div><div>seconds. These are global settings</div>
- <div>Retries</div><div><input type="text" id="inptIntProtSet_Rsync_adv_retries"/></div>
- <div>HTTP Authentication Retries</div><div><input type="text" id="inptIntProtSet_Rsync_adv_http_retries"/></div>
-
- </div>
- <div>
- <!--Proxy Settings-->
- <div>Proxy Type</div><div id ="comboIntProtSet_Rsync_proxy_proxy_type" style="float: left;"></div><br/><br/>
- <div>Proxy Host:</div><div><input type="text" id="inptIntProtSet_Rsync_proxy_proxy_host"/></div>
- <div>Port:</div><div><input type="text" id="inptIntProtSet_Rsync_proxy_proxy_port"/></div>
- <div>User ID (login):</div><div><input type="text" id="inptIntProtSet_Rsync_proxy_login"/></div>
- <div>Password:</div><div><input type="password" id="inptIntProtSet_Rsync_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_Rsync_proxy_send_host_command"/></div>
-
- </div>
- <div>
- <!---->
- <div>Secure Transfer Settings</div>
-
-
- <button id="btnIntProtSet_Rsync_Security_Advanced_SSH">Advanced SHH Settings</button>
- <div>Authentication Methods for SSH</div>
- <div>User Name / Password</div><div><div id="cbIntProtSet_Rsync_Security_SSH_username_password"/></div>
- <div>Keyboard</div><div><div id="cbIntProtSet_Rsync_Security_SSH_keyboard"/></div>
- <div>Certificate / Public Key</div><div><div id="cbIntProtSet_Rsync_Security_SSH_certificate"/></div>
- <div>Client certificate for SSL/SSH</div>
- <div id ="comboIntProtSet_Rsync_security_Certificate" style="float: left;"></div><br/><br/>
- <div>Certificate Password(max len: 24):</div><div><input type="password" id="inptIntProtSet_Rsync_security_CertificatePassword"/></div>
- <div>No password needed</div><div><div id="cbIntProtSet_Rsync_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_Rsync_certificates_certificates"/></div>
- <div>Certificate Name For Reference in This Program:</div><div><input type="text" id="inptIntProtSet_Rsync_certificates_certname_forreference"/></div>
- <div>Certificate / Private Key File:</div><div><input type="text" id="inptIntProtSet_Rsync_certificates_private_keyfile"/></div>
- <div>Public Key File:</div><div><input type="text" id="inptIntProtSet_Rsync_certificates_public_keyfile"/></div>
- <div>Key files must continue to exist in their specified locations</div>
-
- </div>
- </div>
-
-
|