Hi,
I am trying to use PHP to access an internal FTP server and need to issue a QUOTE (or LITERAL) ftp command. Is this possible with PHP?
You can connect to ftp via fsockopen() and use fputs() function. 🙂