I am attempting to connect to an FTP server anonymously and then issue a 'quote acct <account info>' command. The only function I have found that allows me to execute a command on the server is ftp_site(), which issues a SITE command (as the documentation states). Of course, using ftp_site($ftpHost, "quote acct <info>") does not work properly. I have dropped the quote and have the same problems/errors. Has anyone run into the same problems? I find it odd that an ftp_quote() function was not included with the ftp functions. Thanks for any information...
dave