I’m trying to upload a directory from my computer via a PHP script I’m writing. It isn’t working and I can’t figure out why.
First of all, connecting to the FTP server. For ftp_connect($ftp_server), what do I set $ftp_server to?
ftp.mysite.com, webServerName.dreamhost.com or something else?
Getting this right might fix my other problems, so I’ll wait to post them.
-Dave