Einzelnen Beitrag anzeigen

Benutzerbild von DGL-luke
DGL-luke

Registriert seit: 1. Apr 2005
Ort: Bad Tölz
4.149 Beiträge
 
Delphi 2006 Professional
 
#11

Re: [PHP]ftp_get will nicht so wie ich es will

  Alt 3. Nov 2005, 23:04
Code:
function ftp_passthru($ftphandle,$filename,$tmppath) {
ftp_get($ftphandle,$tmppath.'/'.basename($filename),$filename,octdec("777"));
header(Content-Type: application/x-download);
readfile($tmppath.'/'.basename($filename));
unlink($tmppath.'/'.basename($filename));
}
sollte "prinizipiell" funktionieren. evtl. macht das basename probleme.

jetzt muss ich aber ganz schnell off, cu.

Kontodaten kommen dann per PM.
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
  Mit Zitat antworten Zitat