PHP Classes

Get remote file into string

Recommend this page to a friend!

      Advanced FTP client class  >  All threads  >  Get remote file into string  >  (Un) Subscribe thread alerts  
Subject:Get remote file into string
Summary:How I do to get the remote file content in a string
Messages:1
Author:Joaquín Cobi
Date:2011-09-29 13:10:56
 

  1. Get remote file into string   Reply   Report abuse  
Picture of Joaquín Cobi Joaquín Cobi - 2011-09-29 13:10:56
Hi,

How I do to obtain the remote file content in a string rather than in a local file?

I think that is possible because the get command explanation says "receive remotefile from FTP server and save it as localfile or return contents of this file" but I don't know how I must explicit it.

TIA