1
We have an intranet developed in PHP that is inside a Linux server with apache. I need to access a folder that is on another server and that server is Windows. Is there any way to do this?
1
We have an intranet developed in PHP that is inside a Linux server with apache. I need to access a folder that is on another server and that server is Windows. Is there any way to do this?
Browser other questions tagged php linux apache windows
You are not signed in. Login or sign up in order to post.
Hello, you can set up an ftp connection for this server with PHP, or even sftp. The following PHP links are available for these connections: SFTP: http://php.net/manual/en/function.ssh2-sftp.php FTP: http://php.net/manual/en/book.ftp.php
– rcarvs
Managed to solve your problem?
– durtto