HttpPutFile command

From m204wiki
Revision as of 16:24, 26 May 2022 by Ekern (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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
http://sirius.sirius-software.com:9292/pacman/PAC.172.16.60.38.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 &&currentPacFile.

Client menu: --
Introduced: Build 63

Catgory:Debugger Commands