WEBUPLOAD |
Purpose: | Upload files to RFC1867-compliant web servers |
Format: | WEBUPLOAD [/An /En /F"from" /IPV6 /L"file" /O"headers" /U"username" /P"password" /R"referer" /V] /W"url" [/V "varname" "varvalue"] "filevar" "filename" ... |
varname | Form variable |
varvalue | Form value |
filevar | The file(s) to extract |
filename | The file(s) to upload |
Usage:
WEBUPLOAD will use the proxy & firewall settings from TCMD.INI. WEBUPLOAD will support either HTTP or HTTPS (SSL) connections.
Options:
0 - basic
1 - digest
2 - proprietary
3 - none
4 - NTLM
5 - Negotiate
0 (URLEncoding) This is the most common encoding for HTML form contents.
1 (MultipartFormData) This is MIME encoding allowing transmission of binary data.
2 (QueryString) This is an older form of encoding where the actual parameters are appended to the URL query string. (Generally not recommended because most servers limit the size of the URL to less than 1K or 2K).
User name if authentication is to be used. |
Password if authentication is to be used. |
Local file to upload. |
Other headers. The headers must be of the format "header: value" as described in the HTTP specifications. Header lines should be separated by CR/LF (^r^n). |
The document referring the requested URL |
0 - no firewall (default)
1 - Connect through a tunneling proxy. Port is set to 80.
2 - Connect through a SOCKS4 proxy. Port is set to 1080.
3 - Connect through a SOCKS5 proxy. Port is set to 1080.