Forum Moderators: coopster

Message Too Old, No Replies

FTPing Without ftp_connect Functions

Is it possible?

         

iJeep

12:01 am on Nov 6, 2005 (gmt 0)

10+ Year Member



My host has php compiled without the ftp_connect functions. Is there a way I can use exec() or something similar to ftp a file from a php script?

I am wanting to automatically send my feed to froogle and this is my only obsticle.

coopster

10:28 pm on Nov 6, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Can you open your own socket [php.net] and read it that way?