hect1c Posted June 23, 2015 Share Posted June 23, 2015 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 Quote Link to comment Share on other sites More sharing options...
Muddy_Funster Posted June 23, 2015 Share Posted June 23, 2015 if you have sftp access to both servers just use that to copy the file from one to another. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.