I have a local network behind a router, so addresses are like 192.168.1.xxx. I need php to get files from other systems in that network. Looked into php ssh but (1) it's way beyond my skill level and (2) ssh_connect is not available on my installation. I can do it with command line scp, but not php. Is there something easier for a newbie to understand, using php, to get/put files between local systems?
source https://stackoverflow.com/questions/70137726/is-there-way-to-scp-within-a-local-network-from-php-with-beginner-programmer-s
Comments
Post a Comment