Re: [PHP] FTP Copy

2006-09-22 Thread Richard Lynch
On Tue, September 19, 2006 8:14 pm, Chris wrote: ... FTP copy ... Depending on the security issues, and SCP from exec() may be more suitable... Another option would be to upload a PHP script to one or the other that does the FTP you want one way or the other... :-) -- Like Music? http://l-i-e.c

Re: [PHP] FTP Copy

2006-09-19 Thread Chris
Matt Palermo wrote: I've been looking on php.net, but can't find anything that covers this... Basically, I am using PHP FTP to connect to an FTP server and run some functions. I want to copy a directory on the FTP server to another directory on the FTP server. Since there isn't an ftp_copy()