Re: [PHP-DB] sending data through FTP in PHP

2003-07-28 Thread Colbey
uld have another program on their end that will slurp up the data > and do whatever with it. > > > - Original Message - > From: <[EMAIL PROTECTED]> > To: "OpenSource" <[EMAIL PROTECTED]> > Cc: "PHP-DB" <[EMAIL PROTECTED]> > Sent: Monday

Re: [PHP-DB] sending data through FTP in PHP

2003-07-28 Thread Mark
ll slurp up > the data > and do whatever with it. > > > - Original Message - > From: <[EMAIL PROTECTED]> > To: "OpenSource" <[EMAIL PROTECTED]> > Cc: "PHP-DB" <[EMAIL PROTECTED]> > Sent: Monday, July 28, 2003 12:47 PM > Subject:

Re: [PHP-DB] sending data through FTP in PHP

2003-07-28 Thread OpenSource
AIL PROTECTED]> Sent: Monday, July 28, 2003 12:47 PM Subject: Re: [PHP-DB] sending data through FTP in PHP > > FTP is used to tranfer files, typically not "an array of data".. Depending > what you mean.. From the sounds of things you need a protocol gateway > instead of

Re: [PHP-DB] sending data through FTP in PHP

2003-07-28 Thread colbey
FTP is used to tranfer files, typically not "an array of data".. Depending what you mean.. From the sounds of things you need a protocol gateway instead of using FTP.. Unless you are loading that array of data into a file on the remote server at which point something will slurp it up and wait f

[PHP-DB] sending data through FTP in PHP

2003-07-28 Thread OpenSource
Hey Guys, I need some assistance on this FTP stuff. I've got an array of data that I need to send via ftp to another server eg. $linea = array($sport.$rot1.$r_vl); This information is gotten from my database and needs to be sent to the other server every 5 seconds. I need to connect to the serv