lookandfeel Free Software -- httpget
Questions? Take a look at the FAQ.
| Author: | Sam Clippinger <samc (at) lookandfeel (dot) com> | ||||
| Maintainer: | Sam Clippinger <samc (at) lookandfeel (dot) com> | ||||
| License: | GNU GPL | ||||
| Current version: |
2.0.0 (includes both source and precompiled binaries) |
Archived versions | Documentation: |
Change Log |
|
| Dependencies: |
|
||||
| Build target: |
Win32: Standalone EXE Linux: Standalone executable Mac OS X: Standalone executable |
||||
| Source language: | ANSI C++ | ||||
| Build environment: |
Win32: Microsoft Visual Studio 6.0 SP5 on Microsoft Windows 2000 SP2 Linux: RedHat Linux 7.3, RedHat Linux 9 Mac OS X: OS X 10.3 |
||||
| Target platform: |
Win32: Microsoft NT Server 4.0 SP6a or Microsoft Windows 2000 Linux: RedHat Linux 7.3, RedHat Linux 9 Mac OS X: OS X 10.3 |
||||
| Description: |
httpget is a simple command-line program for running scripts from a remote web server. Often on complex application sites, there are scripts that must run periodically (often nightly) to do housekeeping work. These scripts are often very complex and can take a long time to run, sometimes longer than programs like curl or wget will allow. httpget will wait for a configurable amount of time (12 hours by default) for the script to finish running. It outputs everything that is received from the remote server for logging purposes. httpget can send usernames and passwords for basic authentication but it cannot hit SSL sites. This project is mirrored on freesoftware.silence.org. |
||||