- Copy internal post link
- Copy external post link
- Report article
https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html
[content:1058447296]
Per Batch von https, einloggen und datei downloaden
https://www.axro.de/transfer/
Login: Benutzer123
Passwort: testpwd
Sprache: Deutsch
Download der Datei "PREISDAT.CSV" in das Verzeichnis "C:\Download".
Ich habe es schon mit cURL versucht, aber damit scheitert es schon am Login.
Kann mir jemand dabei helfen?
Vielen Dank vorab.
Content-ID: 1058447296
Url: https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html
Printed on: January 14, 2025 at 10:01 o'clock
- Comment overview - Please log in
- Copy internal comment link
- Copy external comment link
- To the beginning of the comments
https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html#comment-1058657539
[content:1058447296#1058657539]
https://Benutzer123:testpw@www.axro.de/transfer/PREISDAT.CSV
geht nicht als URL?
cya
- Copy internal comment link
- Copy external comment link
- To the beginning of the comments
https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html#comment-1058750318
[content:1058447296#1058750318]
- Copy internal comment link
- Copy external comment link
- To the beginning of the comments
https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html#comment-1058919358
[content:1058447296#1058919358]
- Copy internal comment link
- Copy external comment link
- To the beginning of the comments
https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html#comment-1058961702
[content:1058447296#1058961702]
- Copy internal comment link
- Copy external comment link
- To the beginning of the comments
https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html#comment-1059273036
[content:1058447296#1059273036]
- Copy internal comment link
- Copy external comment link
- To the beginning of the comments
https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html#comment-1059483476
[content:1058447296#1059483476]
Die Parmenter welche Übergegen werden sollen:
p_user
p_pass
lang
also müsste die Curl Anfrage in etwa so aussehen:
curl -X POST --data "p_user=Benutzer123" --data "p_pass=testpwd" --data "lang=en" ^ (neuer Zeilenumbruch in Windows) und anschliessend Url, also https://www.axro.de/transfer/index.php?action=login&order=name&srt=yes
Zertifikat-Fehler evtl. mit -k (insecure).
- Copy internal comment link
- Copy external comment link
- To the beginning of the comments
https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html#comment-1059655342
[content:1058447296#1059655342]
- Copy internal comment link
- Copy external comment link
- To the beginning of the comments
https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html#comment-1059731225
[content:1058447296#1059731225]
curl: no URL specified!
curl: try 'curl --help' for more information
Der Befehl "https:" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
Der Befehl "order" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
Der Befehl "srt" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
Drücken Sie eine beliebige Taste . . .
@@+++**Die Batch-Datei sieht so aus:**@@
@echo off
set progdir="C:\Download\Curl\curl_728_0\"
%progdir%\curl -X POST --data "p_user=Benutzer123" --data "p_pass=testpwd" --data "lang=en"
https://www.axro.de/transfer/index.php?action=login&order=name&srt=yes
pause
exit
- Copy internal comment link
- Copy external comment link
- To the beginning of the comments
https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html#comment-1059995855
[content:1058447296#1059995855]
- Copy internal comment link
- Copy external comment link
- To the beginning of the comments
https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html#comment-1060083531
[content:1058447296#1060083531]
Derzeit kommt jetzt die Meldung:
curl: no URL specified!
curl: try 'curl --help' or 'curl --manual' for more information
Drücken Sie eine beliebige Taste . . .
Batch-Datei:
@echo off
set progdir="C:\Download\Curl\curl_728_0\"
%progdir%\curl -X POST --data "p_user=Benutzer123" --data "p_pass=testpwd" --data "lang=en"^
""https://www.axro.de/transfer/index.php?action=login&order=name&srt=yes""
pause
exit
- Copy internal comment link
- Copy external comment link
- To the beginning of the comments
https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html#comment-1060231196
[content:1058447296#1060231196]
Du brauchst zusätzliche Optionen wie z.B
-L (follow redirects)
oder --next
sowie zum Speichern -o "C:\Download\PREISDAT.CSV"
.Wenn du mit den Requests nicht klar kommst, nutze die DEV-Tools deines Browsers bzw. schau dir die Requests mittels eines interception Proxys an. Mehr kann ich ohne echte Login-Daten nicht für dich tun, weil ich ja nicht mehr sehe.
- Copy internal comment link
- Copy external comment link
- To the beginning of the comments
https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html#comment-1066369728
[content:1058447296#1066369728]
Das Login klappt. Hier der Quellcode der Downloadseite.
<html lang="de" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
<link href="_style/style.css" rel="stylesheet" type="text/css">
<link href="_lib/uploadify/uploadify.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="_lib/edit_area/edit_area_full.js"></script>
</head>
<body><center>
<table border="0" width="100%" cellspacing="0" cellpadding="5"><tbody>
<tr><td class="title">Directory: <a href="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes">HOME</a> » </td></tr></tbody></table>
<script language="JavaScript1.2" type="text/javascript">
<!--
// Checkboxes
function Toggle(e) {
if(e.checked) {
Highlight(e);
document.selform.toggleAllC.checked = AllChecked();
} else {
UnHighlight(e);
document.selform.toggleAllC.checked = false;
}
}
function ToggleAll(e) {
if(e.checked) CheckAll();
else ClearAll();
}
function CheckAll() {
var ml = document.selform;
var len = ml.elements.length;
for(var i=0; i<len; ++i) {
var e = ml.elements[i];
if(e.name == "selitems") {
e.checked = true;
Highlight(e);
}
}
ml.toggleAllC.checked = true;
}
function ClearAll() {
var ml = document.selform;
var len = ml.elements.length;
for (var i=0; i<len; ++i) {
var e = ml.elements[i];
if(e.name == "selitems") {
e.checked = false;
UnHighlight(e);
}
}
ml.toggleAllC.checked = false;
}
function AllChecked() {
ml = document.selform;
len = ml.elements.length;
for(var i=0; i<len; ++i) {
if(ml.elements[i].name == "selitems" && !ml.elements[i].checked) return false;
}
return true;
}
function NumChecked() {
ml = document.selform;
len = ml.elements.length;
num = 0;
for(var i=0; i<len; ++i) {
if(ml.elements[i].name == "selitems" && ml.elements[i].checked) ++num;
}
return num;
}
// Row highlight
function Highlight(e) {
var r = null;
if(e.parentNode && e.parentNode.parentNode) {
r = e.parentNode.parentNode;
} else if(e.parentElement && e.parentElement.parentElement) {
r = e.parentElement.parentElement;
}
if(r && r.className=="rowdata") {
r.className = "rowdatasel";
}
}
function UnHighlight(e) {
var r = null;
if(e.parentNode && e.parentNode.parentNode) {
r = e.parentNode.parentNode;
} else if (e.parentElement && e.parentElement.parentElement) {
r = e.parentElement.parentElement;
}
if(r && r.className=="rowdatasel") {
r.className = "rowdata";
}
}
// Copy / Move / Delete
function Copy() {
if(NumChecked()==0) {
alert("You haven't selected any item(s).");
return;
}
document.selform.do_action.value = "copy";
document.selform.submit();
}
function Move() {
if(NumChecked()==0) {
alert("You haven't selected any item(s).");
return;
}
document.selform.do_action.value = "move";
document.selform.submit();
}
function Delete() {
num=NumChecked();
if(num==0) {
alert("You haven't selected any item(s).");
return;
}
if(confirm("Are you sure you want to delete these "+num+" item(s)?")) {
document.selform.do_action.value = "delete";
document.selform.submit();
}
}
function Archive()
{
if(NumChecked()==0)
{
alert("You haven't selected any item(s).");
return;
}
document.selform.do_action.value = "arch";
document.selform.submit();
}
function DownloadSelected()
{
if(NumChecked()==0)
{
alert("You haven't selected any item(s).");
return;
}
document.selform.do_action.value = "download_selected";
document.selform.submit();
}
function Unzip()
{
if (NumChecked()==0)
{
alert("You haven't selected any item(s).");
return;
}
document.selform.do_action.value = "unzip";
document.selform.submit();
}
// -->
</script>
<BR><TABLE width="95%"><TR><TD><TABLE><TR>
<TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes"><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/smallicons/navigation-090-frame.png" ALT="UP" TITLE="UP"></A></TD>
<TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes"><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/smallicons/house.png" ALT="HOME" TITLE="HOME"></A></TD>
<TD><A HREF="javascript:location.reload();"><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/smallicons/arrow_refresh_small.png" ALT="RELOAD" TITLE="RELOAD"></A></TD>
<TD><A HREF="https://www.axro.de/transfer/index.php?action=search&order=name&srt=yes"><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/smallicons/magnifier-left.png" ALT="SEARCH" TITLE="SEARCH"></A></TD>
<TD>::</TD><TD><A HREF="javascript:DownloadSelected();"><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/smallicons/drive-download.png" ALT="DOWNLOAD SELECTED FILES" TITLE="DOWNLOAD SELECTED FILES"></A></TD>
<TD><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/_copy_.gif" ALT="COPY" TITLE="COPY"></TD>
<TD><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/_move_.gif" ALT="MOVE" TITLE="MOVE"></TD>
<TD><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/_delete_.gif" ALT="DELETE" TITLE="DELETE"></TD>
<TD><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/_upload_.gif" ALT="UPLOAD" TITLE="UPLOAD"></TD>
<TD>::</TD><TD><A HREF="https://www.axro.de/transfer/index.php?action=logout&order=name&srt=yes"><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/smallicons/disconnect.png" ALT="LOGOUT" TITLE="LOGOUT"></A></TD>
<TD>::</TD><TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=en"><IMG border="0" width="16" height="11" align="ABSMIDDLE" src="_img/smallicons/us.png" ALT="en" TITLE="English"/></A></TD>
<TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=es"><IMG border="0" width="16" height="11" align="ABSMIDDLE" src="_img/smallicons/es.png" ALT="es" TITLE="Español"/></A></TD>
<TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=de"> de <TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=fr"> fr <TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=it"><IMG border="0" width="16" height="11" align="ABSMIDDLE" src="_img/smallicons/it.png" ALT="it" TITLE="Italiano"/></A></TD>
<TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=nl"> nl <TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=pl"> pl <TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=ptbr"> ptbr <TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=ro"> ro <TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=ru"> ru <TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=bg"> bg <TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=cs"> cs <TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=da"> da <TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=sl"> sl </TR></TABLE></TD>
</TR></TABLE>
<TABLE WIDTH="95%"><FORM name="selform" method="POST" action="https://www.axro.de/transfer/index.php?action=post&order=name&srt=yes">
<INPUT type="hidden" name="do_action"><INPUT type="hidden" name="first" value="y">
<TR><TD colspan="7"><HR></TD></TR><TR><TD WIDTH="2%" class="header">
<INPUT TYPE="checkbox" name="toggleAllC" onclick="javascript:ToggleAll(this);"></TD>
<TD WIDTH="44%" class="header"><B>
<A href="https://www.axro.de/transfer/index.php?action=list&order=name&srt=no">Name <IMG width="10" height="10" border="0" align="ABSMIDDLE" src="_img/_arrowup.gif" ALT="^"></A></B></TD>
<TD WIDTH="10%" class="header"><B><A href="https://www.axro.de/transfer/index.php?action=list&order=size&srt=yes">Size</A></B></TD>
<TD WIDTH="16%" class="header"><B><A href="https://www.axro.de/transfer/index.php?action=list&order=type&srt=yes">Type</A></B></TD>
<TD WIDTH="14%" class="header"><B><A href="https://www.axro.de/transfer/index.php?action=list&order=mod&srt=yes">Modified</A></B></TD><TD WIDTH="8%" class="header"><B>Perm's</B>
</TD><TD WIDTH="6%" class="header"><B>Actions</B></TD></TR>
<TR><TD colspan="7"><HR></TD></TR>
<TR class="rowdata"><TD><INPUT TYPE="checkbox" name="selitems" value="PREISDAT.CSV" onclick="javascript:Toggle(this);"></TD>
<TD nowrap><A HREF="https://www.axro.de/transfer/index.php?action=download&item=PREISDAT.CSV&order=name&srt=yes"><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/filetypes/icon_generic.gif" ALT=""> PREISDAT.CSV</A></TD>
<TD>663.39 KiB </TD>
<td>Datei</td>
<TD>2021-07-21 06:03</TD>
<TD>-rw-r--r--</TD>
<TD>
<TABLE>
<TD><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/_.gif" ALT=""></TD>
<TD><A HREF="https://www.axro.de/transfer/index.php?action=download&item=PREISDAT.CSV&order=name&srt=yes"><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/smallicons/drive-download.png" ALT="DOWNLOAD" TITLE="DOWNLOAD"></A></TD>
</TABLE>
</TD></TR>
<TR><TD colspan="7"><HR></TD></TR><TR>
<TD class="header"></TD><TD class="header">1 Item(s) (Free: 528.14 MiB)</TD>
<TD class="header">663.39 KiB</TD>
<TD class="header" colspan=4></TD></TR>
<TR><TD colspan="7"><HR></TD></TR></FORM></TABLE>
<script language="JavaScript1.2" type="text/javascript">
<!--
// Uncheck all items (to avoid problems with new items)
var ml = document.selform;
var len = ml.elements.length;
for(var i=0; i<len; ++i) {
var e = ml.elements[i];
if(e.name == "selitems" && e.checked == true) {
e.checked=false;
}
}
// -->
</script> <hr>
<small>
<a class="title" href="https://github.com/realtimeprojects/quixplorer" target="_blank"> QuiXplorer Version 2.5.7</a>
</small>
<small>Thanks for usage!</small>
</center>
</body>
</html>
Kannst Du damit etwas anfangen?
Vielen Dank.
- Copy internal comment link
- Copy external comment link
- To the beginning of the comments
https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html#comment-1067139822
[content:1058447296#1067139822]
mangels Login-Daten zum Testen probiers mit folgendem Powershell-Skript
$username = 'MyUser'
$password = 'Passw0rd'
$result = iwr 'https://www.axro.de/transfer/index.php?action=login&order=name&srt=yes' -Body @{p_user=$username;p_pass=$password;lang='de'} -Method Post -SessionVariable ws
$link = $result.Links | ? href -match 'PREISDAT\.CSV' | select -F 1 -Expand href
if ($link){
iwr $link -WebSession $ws -OutFile 'C:\Download\PREISDAT.CSV'
}
- Copy internal comment link
- Copy external comment link
- To the beginning of the comments
https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html#comment-1067195370
[content:1058447296#1067195370]
Invoke-WebRequest : "System.Object" kann nicht in den Typ "System.Uri" konvertiert werden, der für den Parameter "Uri" erforderlich ist. Die angegebene Methode wird nicht unterstützt.
In C:\Download\test.ps1:6 Zeichen:9
+ iwr $link -WebSession $ws -OutFile 'C:\Download\PREISDAT.CSV'
+ ~~~~~
+ CategoryInfo : InvalidArgument: (:) [Invoke-WebRequest], ParameterBindingException
+ FullyQualifiedErrorId : CannotConvertArgument,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
- Copy internal comment link
- Copy external comment link
- To the beginning of the comments
https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html#comment-1067313726
[content:1058447296#1067313726]
- Copy internal comment link
- Copy external comment link
- To the beginning of the comments
https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html#comment-1069355770
[content:1058447296#1069355770]
- Copy internal comment link
- Copy external comment link
- To the beginning of the comments
https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html#comment-1069842923
[content:1058447296#1069842923]
<html lang="de" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
<link href="_style/style.css" rel="stylesheet" type="text/css">
<link href="_lib/uploadify/uploadify.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="_lib/edit_area/edit_area_full.js"></script>
</head>
<body><center>
<table border="0" width="100%" cellspacing="0" cellpadding="5"><tbody>
<tr><td class="title">Verzeichnis: <a href="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes">HOME</a> » </td></tr></tbody></table>
<script language="JavaScript1.2" type="text/javascript">
<!--
// Checkboxes
function Toggle(e) {
if(e.checked) {
Highlight(e);
document.selform.toggleAllC.checked = AllChecked();
} else {
UnHighlight(e);
document.selform.toggleAllC.checked = false;
}
}
function ToggleAll(e) {
if(e.checked) CheckAll();
else ClearAll();
}
function CheckAll() {
var ml = document.selform;
var len = ml.elements.length;
for(var i=0; i<len; ++i) {
var e = ml.elements[i];
if(e.name == "selitems") {
e.checked = true;
Highlight(e);
}
}
ml.toggleAllC.checked = true;
}
function ClearAll() {
var ml = document.selform;
var len = ml.elements.length;
for (var i=0; i<len; ++i) {
var e = ml.elements[i];
if(e.name == "selitems") {
e.checked = false;
UnHighlight(e);
}
}
ml.toggleAllC.checked = false;
}
function AllChecked() {
ml = document.selform;
len = ml.elements.length;
for(var i=0; i<len; ++i) {
if(ml.elements[i].name == "selitems" && !ml.elements[i].checked) return false;
}
return true;
}
function NumChecked() {
ml = document.selform;
len = ml.elements.length;
num = 0;
for(var i=0; i<len; ++i) {
if(ml.elements[i].name == "selitems" && ml.elements[i].checked) ++num;
}
return num;
}
// Row highlight
function Highlight(e) {
var r = null;
if(e.parentNode && e.parentNode.parentNode) {
r = e.parentNode.parentNode;
} else if(e.parentElement && e.parentElement.parentElement) {
r = e.parentElement.parentElement;
}
if(r && r.className=="rowdata") {
r.className = "rowdatasel";
}
}
function UnHighlight(e) {
var r = null;
if(e.parentNode && e.parentNode.parentNode) {
r = e.parentNode.parentNode;
} else if (e.parentElement && e.parentElement.parentElement) {
r = e.parentElement.parentElement;
}
if(r && r.className=="rowdatasel") {
r.className = "rowdata";
}
}
// Copy / Move / Delete
function Copy() {
if(NumChecked()==0) {
alert("Sie haben keine Objekt(e) ausgewählt.");
return;
}
document.selform.do_action.value = "copy";
document.selform.submit();
}
function Move() {
if(NumChecked()==0) {
alert("Sie haben keine Objekt(e) ausgewählt.");
return;
}
document.selform.do_action.value = "move";
document.selform.submit();
}
function Delete() {
num=NumChecked();
if(num==0) {
alert("Sie haben keine Objekt(e) ausgewählt.");
return;
}
if(confirm("Sollen die "+num+" markierten Objekt(e) gelöscht werden?")) {
document.selform.do_action.value = "delete";
document.selform.submit();
}
}
function Archive()
{
if(NumChecked()==0)
{
alert("Sie haben keine Objekt(e) ausgewählt.");
return;
}
document.selform.do_action.value = "arch";
document.selform.submit();
}
function DownloadSelected()
{
if(NumChecked()==0)
{
alert("Sie haben keine Objekt(e) ausgewählt.");
return;
}
document.selform.do_action.value = "download_selected";
document.selform.submit();
}
function Unzip()
{
if (NumChecked()==0)
{
alert("Sie haben keine Objekt(e) ausgewählt.");
return;
}
document.selform.do_action.value = "unzip";
document.selform.submit();
}
// -->
</script>
<BR><TABLE width="95%"><TR><TD><TABLE><TR>
<TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes"><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/smallicons/navigation-090-frame.png" ALT="HÖHER" TITLE="HÖHER"></A></TD>
<TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes"><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/smallicons/house.png" ALT="HOME" TITLE="HOME"></A></TD>
<TD><A HREF="javascript:location.reload();"><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/smallicons/arrow_refresh_small.png" ALT="ERNEUERN" TITLE="ERNEUERN"></A></TD>
<TD><A HREF="https://www.axro.de/transfer/index.php?action=search&order=name&srt=yes"><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/smallicons/magnifier-left.png" ALT="SUCHEN" TITLE="SUCHEN"></A></TD>
<TD>::</TD><TD><A HREF="javascript:DownloadSelected();"><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/smallicons/drive-download.png" ALT="MARKIERTE DATEIEN HERUNTERLADEN" TITLE="MARKIERTE DATEIEN HERUNTERLADEN"></A></TD>
<TD><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/_copy_.gif" ALT="KOPIEREN" TITLE="KOPIEREN"></TD>
<TD><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/_move_.gif" ALT="VERSETZEN" TITLE="VERSETZEN"></TD>
<TD><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/_delete_.gif" ALT="LÖSCHEN" TITLE="LÖSCHEN"></TD>
<TD><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/_upload_.gif" ALT="HOCHLADEN" TITLE="HOCHLADEN"></TD>
<TD>::</TD><TD><A HREF="https://www.axro.de/transfer/index.php?action=logout&order=name&srt=yes"><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/smallicons/disconnect.png" ALT="ABMELDEN" TITLE="ABMELDEN"></A></TD>
<TD>::</TD><TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=en"><IMG border="0" width="16" height="11" align="ABSMIDDLE" src="_img/smallicons/us.png" ALT="en" TITLE="English"/></A></TD>
<TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=es"><IMG border="0" width="16" height="11" align="ABSMIDDLE" src="_img/smallicons/es.png" ALT="es" TITLE="Español"/></A></TD>
<TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=de"> de <TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=fr"> fr <TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=it"><IMG border="0" width="16" height="11" align="ABSMIDDLE" src="_img/smallicons/it.png" ALT="it" TITLE="Italiano"/></A></TD>
<TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=nl"> nl <TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=pl"> pl <TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=ptbr"> ptbr <TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=ro"> ro <TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=ru"> ru <TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=bg"> bg <TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=cs"> cs <TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=da"> da <TD><A HREF="https://www.axro.de/transfer/index.php?action=list&order=name&srt=yes&lang=sl"> sl </TR></TABLE></TD>
</TR></TABLE>
<TABLE WIDTH="95%"><FORM name="selform" method="POST" action="https://www.axro.de/transfer/index.php?action=post&order=name&srt=yes">
<INPUT type="hidden" name="do_action"><INPUT type="hidden" name="first" value="y">
<TR><TD colspan="7"><HR></TD></TR><TR><TD WIDTH="2%" class="header">
<INPUT TYPE="checkbox" name="toggleAllC" onclick="javascript:ToggleAll(this);"></TD>
<TD WIDTH="44%" class="header"><B>
<A href="https://www.axro.de/transfer/index.php?action=list&order=name&srt=no">Name <IMG width="10" height="10" border="0" align="ABSMIDDLE" src="_img/_arrowup.gif" ALT="^"></A></B></TD>
<TD WIDTH="10%" class="header"><B><A href="https://www.axro.de/transfer/index.php?action=list&order=size&srt=yes">Größe</A></B></TD>
<TD WIDTH="16%" class="header"><B><A href="https://www.axro.de/transfer/index.php?action=list&order=type&srt=yes">Typ</A></B></TD>
<TD WIDTH="14%" class="header"><B><A href="https://www.axro.de/transfer/index.php?action=list&order=mod&srt=yes">Geändert</A></B></TD><TD WIDTH="8%" class="header"><B>Rechte</B>
</TD><TD WIDTH="6%" class="header"><B>Aktionen</B></TD></TR>
<TR><TD colspan="7"><HR></TD></TR>
<TR class="rowdata"><TD><INPUT TYPE="checkbox" name="selitems" value="PREISDAT.CSV" onclick="javascript:Toggle(this);"></TD>
<TD nowrap><A HREF="https://www.axro.de/transfer/index.php?action=download&item=PREISDAT.CSV&order=name&srt=yes"><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/filetypes/icon_generic.gif" ALT=""> PREISDAT.CSV</A></TD>
<TD>663.39 KiB </TD>
<td>Datei</td>
<TD>21.07.2021 12:03</TD>
<TD>-rw-r--r--</TD>
<TD>
<TABLE>
<TD><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/_.gif" ALT=""></TD>
<TD><A HREF="https://www.axro.de/transfer/index.php?action=download&item=PREISDAT.CSV&order=name&srt=yes"><IMG border="0" width="16" height="16" align="ABSMIDDLE" src="_img/smallicons/drive-download.png" ALT="HERUNTERLADEN" TITLE="HERUNTERLADEN"></A></TD>
</TABLE>
</TD></TR>
<TR><TD colspan="7"><HR></TD></TR><TR>
<TD class="header"></TD><TD class="header">1 Objekt(e) (Freier Speicher: 528.14 MiB)</TD>
<TD class="header">663.39 KiB</TD>
<TD class="header" colspan=4></TD></TR>
<TR><TD colspan="7"><HR></TD></TR></FORM></TABLE>
<script language="JavaScript1.2" type="text/javascript">
<!--
// Uncheck all items (to avoid problems with new items)
var ml = document.selform;
var len = ml.elements.length;
for(var i=0; i<len; ++i) {
var e = ml.elements[i];
if(e.name == "selitems" && e.checked == true) {
e.checked=false;
}
}
// -->
</script> <hr>
<small>
<a class="title" href="https://github.com/realtimeprojects/quixplorer" target="_blank"> QuiXplorer Version 2.5.7</a>
</small>
<small>Thanks for usage!</small>
</center>
</body>
</html>
Ich hoffe es hat geklappt.
- Copy internal comment link
- Copy external comment link
- To the beginning of the comments
https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html#comment-1070287064
[content:1058447296#1070287064]
- Copy internal comment link
- Copy external comment link
- To the beginning of the comments
https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html#comment-1070343247
[content:1058447296#1070343247]
- Copy internal comment link
- Copy external comment link
- To the beginning of the comments
https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html#comment-1070365123
[content:1058447296#1070365123]
Leider habe ich noch keine Lösung. Weder für den Lösungsansatz über cURL, noch über PowerShell.
- Copy internal comment link
- Copy external comment link
- To the beginning of the comments
https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html#comment-1070597827
[content:1058447296#1070597827]
- Copy internal comment link
- Copy external comment link
- To the beginning of the comments
https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html#comment-1070767450
[content:1058447296#1070767450]
$result.Links
$username = 'MyUser'
$password = 'Passw0rd'
$result = iwr 'https://www.axro.de/transfer/index.php?action=login&order=name&srt=yes' -Body @{p_user=$username;p_pass=$password;lang='de'} -Method Post -SessionVariable ws
iwr "https://www.axro.de/transfer/index.php?action=download&item=PREISDAT.CSV&order=name&srt=yes" -WebSession $ws -OutFile 'C:\Download\PREISDAT.CSV' -verbose
- Copy internal comment link
- Copy external comment link
- To the beginning of the comments
https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html#comment-1070827809
[content:1058447296#1070827809]
AUSFÜHRLICH: GET https://www.axro.de/transfer/index.php?action=download&item=PREISDAT.CSV&order=name&srt=yes with 0-byte payload
AUSFÜHRLICH: received 2153-byte response of content type text/html; charset=utf-8
- Copy internal comment link
- Copy external comment link
- To the beginning of the comments
https://administrator.de/forum/per-batch-von-https-einloggen-und-datei-downloaden-1058447296.html#comment-1070892691
[content:1058447296#1070892691]
Für mich immer beeindruckend, wie verständnisvoll die Hilfen kommen.
Nochmals Danke.