Windows server folder access by PHP on Linux

Asked

Viewed 238 times

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?

  • 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

  • Managed to solve your problem?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.