Ask the Community
Groups
Updating via HTTP - Connect IT Community | Kaseya
<main> <article class="userContent"> <h2 data-id="summary"><strong>SUMMARY</strong></h2> <p>This article describes how to change the repo to use HTTP instead of FTP and vice versa.</p> <h2 data-id="issue"><strong>ISSUE</strong></h2> <p>FTP is the default protocol for downloading updates to the Unitrends appliance. There may be circumstances where HTTP is preferred for downloads. Below describes the commands to change the protocol.</p> <h2 data-id="resolution"><strong>RESOLUTION</strong></h2> <p>To retrieve the current configuration:</p> <pre class="code codeBlock" spellcheck="false" tabindex="0">dpu repo proto</pre> <p>To set it to https:</p> <pre class="code codeBlock" spellcheck="false" tabindex="0">dpu repo proto https</pre> <p>To set it to http:</p> <pre class="code codeBlock" spellcheck="false" tabindex="0">dpu repo proto http</pre> <p>To set it to ftp:</p> <pre class="code codeBlock" spellcheck="false" tabindex="0">dpu repo proto ftp</pre> <p><br><br><br> </p> </article> </main>