Hello. I’m trying to write a php script that just copies files from one server to another. Is there an easy way to do that without using ssh2 or ftp_connect()? I don’t have permission to install the ssh2 library and ftp_connect() won’t work on our servers.
Can anybody give me any leads here?
Thanks.