document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.     $sFile = \'./arquivo/imagem.txt\';
  2.     header(\'Content-type: application/oct-stream\');
  3.     header("Content-Disposition: attachment; filename=\\"$sFile\\"");
  4.     readfile("ftp://login:senha@host/$sFile"); 
  5.     exit;
');