Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
8f0114a4
Commit
8f0114a4
authored
24 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
Short about the perl interface
parent
5980c297
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
perl/README
+10
-30
10 additions, 30 deletions
perl/README
with
10 additions
and
30 deletions
perl/README
+
10
−
30
View file @
8f0114a4
This is just a small collection of perl scripts that use curl to do
their jobs.
_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
| (__| |_| | _ <| |___
\___|\___/|_| \_\_____|
If you need a proxy configuration in order to get HTTP or FTP
documents, do edit your .curlrc file in your HOME dir to contain:
-x <proxy host>:<proxy port>
Perl
These scripts are all written by Daniel Stenberg.
Georg Horn's Perl interface to curl is available in the Curl_easy/
subdirectory.
checklinks.pl
=============
This script fetches an HTML page, extracts all links and references to
other documents and then goes through them to check that they work.
Reports progress in a format intended for machine-parsing.
getlinks.pl
===========
You ever wanted to download a bunch of programs a certain HTML page has
links to? This program extracts all links and references from a web page
and then compares them to the regex you supply. All matches will be
downloaded in the target directory of your choice.
recursiveftpget.pl
==================
This script recursively downloads all files from a directory on an ftp site
and all subdirectories it has. Optional depth-level.
formfind.pl
===========
Downloads an HTML page (or reads stdin) and reports a human readable report
about the FORM(s) present. What method, what URL, which input or select
field, what default values they have and what submit buttons there are. It
is useful if you intend to use curl to properly fake a form submission.
Unfortunately, we don't have any examples nor any documentation for it at
this point.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment