Hi,
Please be kind, I am new to PHP and learning on the fly. I would like to transfer a file from one server to another and not sure the best way to approach this.
My setup is limited by what my corporate IT department have supplied. I do not have CURL or SSH2 and I have attempted to connect using fopen() with no success.
However I have successfully ran a PHP script using shell_exec which executes commands in a .inc file. Also I can successfully SFTP on the command line.
Both servers are command line only. If you need more information please let me know.
Thank you in advance.
Cheers