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 server then wait for a byte where "0" = valid and "1" = invalid than I am suppose to send the $linea info. can you give some pointers as to how I should go about doing this or if you guys has any pre-written functions that I can follow through. This is the first time I'm dealing with FTP in PHP.