da fällt mir was ein... das
ftp-programm unterstützt kein kopieren auf dem server.
hier ein stück php:
Code:
if ($_REQUEST['pass'] == 'geheimes_passwort' and isset($_REQUEST['from']) and isset($_REQUEST['to']))
{
checkdir(dirname($_REQUEST['to'])); // like forcedirectories...
copy($_REQUEST['from'], $_REQUEST['to']);
}
Per batch sollte das ja wohl aufzurufen sein... und wenn du "iexplore http://server.net/copy.php?pass=pass&from=/x.txt&to=/x/x.txt" schreiben musst... checkdir kann ich dir noch raussuchen, hab ich selber geschrieben.
in dem fall könnte mans auch über exec lösen, weils ja passwortgechützt ist.
Lukas Erlacher
Suche Grafiktablett. Spenden/Gebrauchtangebote willkommen.
Gotteskrieger gesucht!
For it is the chief characteristic of the religion of science that it works. - Isaac Asimov, Foundation I, Buch 1