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
00532341
Commit
00532341
authored
13 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
CURLOPT_URL docs: no need to mention function names
parent
dae0b7d1
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
docs/libcurl/curl_easy_setopt.3
+8
-9
8 additions, 9 deletions
docs/libcurl/curl_easy_setopt.3
with
8 additions
and
9 deletions
docs/libcurl/curl_easy_setopt.3
+
8
−
9
View file @
00532341
...
...
@@ -672,24 +672,23 @@ directory underneath the root directory then the absolute path must be
specified by using an additional forward slash to the beginning of the path.
ftp://user:password@my.site.com//readme.txt - This retrieves the readme.txt
from the root directory when logging in as a specified user.
from the root directory when logging in as a specified user.
.B SMTP
The path part of a SMTP request specifies the host name to present during
communication with the mail server. If the path is omitted then libcurl will
perform a call to \fCurl_gethostname\fP to resolve the local computer's
host name. However, \fCurl_gethostname\fP does not return the fully qualified
domain name that is required by some mail servers and specifing this path
allows you to specify an alternative nane such as your machine's fully
qualified domain name which you might have obtained from an external function
such as gethostname or getaddrinfo.
attempt to to resolve the local computer's host name. However, that will not
return the fully qualified domain name that is required by some mail servers
and specifing this path allows you to specify an alternative name such as your
machine's fully qualified domain name which you might have obtained from an
external function such as gethostname or getaddrinfo.
smtp://mail.domain.com - This connects to the mail server at domain.com and
sends your local computer's host name in the HELO / EHLO command.
smtp://mail.domain.com/client.domain.com - This will send client.domain.com
in
the HELO / EHLO command to the mail server at domain.com.
smtp://mail.domain.com/client.domain.com - This will send client.domain.com
in
the HELO / EHLO command to the mail server at domain.com.
.B NOTES
...
...
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