Re: [PHP] Server-server file copy question

2002-11-20 Thread rw
Sorry - nevermind! ### Have you considered using rsync? ### ### http://samba.org/rsync ### ### Quoting Richard Fox <[EMAIL PROTECTED]>: ### ### ### Hi, ### ### ### ### I am using PHP 4.4.2.. I need a function to copy a file from one ### server ### ### to ### ### another. The src/dst filenames

Re: [PHP] Server-server file copy question

2002-11-20 Thread rw
Have you considered using rsync? http://samba.org/rsync Quoting Richard Fox <[EMAIL PROTECTED]>: ### Hi, ### ### I am using PHP 4.4.2.. I need a function to copy a file from one server ### to ### another. The src/dst filenames are relative to the Document Root of the ### website, but ### I can

Re: [PHP] Server-server file copy question

2002-11-20 Thread @ Edwin
Hello, "Richard Fox" <[EMAIL PROTECTED]> wrote: > Hi, > > I am using PHP 4.4.2.. I need a function to copy a file from one server to > another. The src/dst filenames are relative to the Document Root of the website, > but I can build an absolute path name if necessary. I can't use ftp because the

Re: [PHP] Server-server file copy question

2002-11-20 Thread Ernest E Vogelsinger
At 17:55 20.11.2002, Richard Fox spoke out and said: [snip] >Hi, > >I am using PHP 4.4.2.. I need a function to copy a file from one server to >another. The src/dst filenames are relative to the Document Root of the >website, but >I can build an absolute pat

[PHP] Server-server file copy question

2002-11-20 Thread Richard Fox
Hi, I am using PHP 4.4.2.. I need a function to copy a file from one server to another. The src/dst filenames are relative to the Document Root of the website, but I can build an absolute path name if necessary. I can't use ftp because the ftp ports are closed on these servers. I would like to use