Question

We have a server running PHP (windows). We've run out of HD space with our ISP and set up an account on another server (Linux) for file storage.

What is the best method for running the script in one environment, but getting/putting files to another.

If you have any examples I'd appreciate any pointers. Not sure is we should just look into an (s)ftp connection or a better method.

The files on the linux box will NOT be web accessible (above the http)

Thanks, D

Was it helpful?

Solution

Assuming both servers are on the same LAN, install Samba on the Linux server and map a Windows drive to it.

I did this for a Windows app that needed a terabyte of fault-tolerant storage for audio files.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top