Recent Changes - Search:

Accueil

OpenSSL

SyncML

Apache Portable Runtime

Libxml2

Net-snmp

CUrl

Boost

Perl

ZLib

Samba

VPN

Serveurs de messagerie

edit

CUrl/LignesDeCommandeCUrl

CUrl.LignesDeCommandeCUrl History

Hide minor edits - Show changes to markup

April 22, 2006, at 06:46 PM by 82.66.132.163 -
Added lines 3-12:

C:\>curl.exe -G http://www.google.com

donne

<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>302 Moved</TITLE></HEAD><BODY>
<H1>302 Moved</H1>
The document has moved
<A HREF="http://www.google.fr/">here</A>.
</BODY></HTML>\\

Changed lines 1-25 from:

l'exécutable CUrl.exe compilé.
Voici un exemple permettant de poster un binaire vers un serveur HTTP sous IIS:
curl -F f1=@c:\command.com http://localhost/formpost.asp

exemple de code source pour le fichier formpost.asp (:source lang=ASP :) <%@ LANGUAGE="VBSCRIPT" %> <HTML> <HEAD> <TITLE>Upload File Results</TITLE> </HEAD> <BODY> <BR> Thank you for uploading your file.<br> <% Set upl = Server.CreateObject("SoftArtisans.FileUp") %> <% upl.Path = "C:\temp" %> <% upl.SaveAs "C:\uploads\upload.out" %> Total Bytes Written: <%=upl.TotalBytes%> </BODY> </HTML> (:sourcend:) pour plus d'informations sur le composant SoftArtisans.FileUp cf. http://fileup.softartisans.com/fileup-147.aspx

to:

l'exécutable CUrl.exe compilé.

February 23, 2006, at 01:59 PM by 194.2.239.195 -
Added lines 1-25:

l'exécutable CUrl.exe compilé.
Voici un exemple permettant de poster un binaire vers un serveur HTTP sous IIS:
curl -F f1=@c:\command.com http://localhost/formpost.asp

exemple de code source pour le fichier formpost.asp (:source lang=ASP :) <%@ LANGUAGE="VBSCRIPT" %> <HTML> <HEAD> <TITLE>Upload File Results</TITLE> </HEAD> <BODY> <BR> Thank you for uploading your file.<br> <% Set upl = Server.CreateObject("SoftArtisans.FileUp") %> <% upl.Path = "C:\temp" %> <% upl.SaveAs "C:\uploads\upload.out" %> Total Bytes Written: <%=upl.TotalBytes%> </BODY> </HTML> (:sourcend:) pour plus d'informations sur le composant SoftArtisans.FileUp cf. http://fileup.softartisans.com/fileup-147.aspx

Edit - History - Print - Recent Changes - Search
Page last modified on April 22, 2006, at 06:46 PM