HttpPutFile command: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Attempts an HTTP PUT file upload of the file you specify to the URL you specify.</span> <span class...") |
No edit summary |
||
Line 23: | Line 23: | ||
<p class="syntax">HTTP PUT file upload completed. </p> | <p class="syntax">HTTP PUT file upload completed. </p> | ||
<span class="f_Para">See also </span><span class="f_Monospace">[[ | <span class="f_Para">See also </span><span class="f_Monospace">[[HttpPutString command|httpPutString]]</span><span class="f_Para">, </span><span class="f_Monospace">[[HttpGet command|httpGet]]</span><span class="f_Para">, </span><span class="f_Monospace">[[RetryHttpPac command|retryHttpPac]]</span><span class="f_Para">, and </span><span class="f_Monospace">[[currentpacfile_function.html|&&currentPacFile]]</span><span class="f_Para">. </span> | ||
|- | |- | ||
| '''Client menu:''' | | '''Client menu:''' |
Revision as of 16:25, 26 May 2022
Action: |
Attempts an HTTP PUT file upload of the file you specify to the URL you specify. Useful for testing the Proxy Auto Config (PAC) file feature. Syntax: httpPutFile file url where the Client searches first for file in the Client's work files. For example: httpPutFile debuggerInternalPac.js The Client Status bar reports on the result of the command; for example, a message like: HTTP PUT file upload completed. See also httpPutString, httpGet, retryHttpPac, and &¤tPacFile. |
Client menu: | -- |
Introduced: | Build 63 |