I was hoping to run the following query,
SELECT * from tablename INTO OUTFILE 'filename'
the problem is I can't put the path into the filename,
ie
/backup/tablename.txt doesnt work.
If it did then I could specify to create the file into my FTP area.
Cheers
Justin