Hey all,
I have a very simple php script and web interface to move code from my dev and test server to my production machine. Everything works great until I want to move an entire directory.
Anyone know of a way to move a directory and everything beneath it, using only php ftp functions?
Right now I get "Warning: ftp_put: /stats: Not a regular file in /usr/docroot/admin/admin.php on line xxx" of course.
Thanks in advance for any insight, before I make a piece of code to dive through each directory and manually ftp each file.