I am writing a PHP-based web application that will ftp certain files to a server outside of my company's firewall. Unfortunately, I cannot get PHP to use our SOCKS server, and am currently calling an external expect script to perform the ftp. This seems rather crude, and I would love to be able to do everything internally in my script. Does anyone have any suggestions?
Thanks,
Will