I need to make a script that would get a list of files and folders on a remote server using fsockopen. But im unable to find any help. Please can any one tell me how this could be done. Using fsockopen is the requirement of my project
In order for one server to communcate with another server that serve source code to compile. You must estiablish a seucre channel to grap the source from remote and run it off of you source machine. Otherwite, you'll be getting the wha tis produce from the remote server. Is this what you are asking for?