F.Lutz - HTTP-File-Poster



Beschreibung

Kommandozeilentool zum Upload von Dateien auf Web-Server via HTTP-POST.

Verwendung

Usage: httpfileposter.exe [options] url file [file ...]

Mandatory parameters:
  url             target url for uploading [http://]host[:port][path]
                  (default: port 80, path '/')
  file            one or more local files to upload

Options:
  -p host[:port]  http proxy server to use (default port 8080)
  -f fieldname    name of the file upload form field as used with html
                  <input type="file" name="file"> (default: "file")
  -r file         write server response to file
  -d debuglevel   set the amount of debug output (0 - 5, default 1)
  -t timeout      time in seconds to wait for response (default 30)
  -u username     username for basic http authentication
  -a password     password for basic http authentication
  -q              be quiet and don't output anything, not even errors
  -c              continue on error, try next file
  -h              display help (this) and exit

HTTP-File-Poster, Version 0.3.1, Jun  6 2009, Florian Lutz

Beispiel

> httpfileposter -f foobarfile -t 10 http://www.example.com/ foobar.txt

uploading foobar.txt
progress: 100%
upload successful

Download

Programm: httpfileposter.exe

Quellen: httpfileposter-0.3.1-src.zip

Lizenz

HTTP-File-Poster, Copyright © 2005-2009, Florian Lutz

Dieses Programm ist freie Software. Sie können es unter den Bedingungen der GNU General Public License, wie von der Free Software Foundation veröffentlicht, weitergeben und/oder modifizieren, entweder gemäß Version 2 der Lizenz oder (nach Ihrerm Ermessen) jeder späteren Version.

Details finden Sie in der GNU General Public License.

Hinweis

DIE SOFTWARE WIRD OHNE JEDE AUSDRÜCKLICHE ODER IMPLIZIERTE GARANTIE BEREITGESTELLT, EINSCHIESSLICH DER GARANTIE ZUR BENUTZUNG FÜR DEN VORGESEHENEN ODER EINEM BESTIMMTEN ZWECK SOWIE JEGLICHER RECHTSVERLETZUNG, JEDOCH NICHT DARAUF BESCHRÄNKT. IN KEINEM FALL SIND DIE AUTOREN ODER COPYRIGHTINHABER FÜR JEGLICHEN SCHADEN ODER SONSTIGE ANSPRÜCHE HAFTBAR ZU MACHEN, OB INFOLGE DER ERFÜLLUNG EINES VERTRAGES, EINES DELIKTES ODER ANDERS IM ZUSAMMENHANG MIT DER SOFTWARE ODER SONSTIGER VERWENDUNG DER SOFTWARE ENTSTANDEN.