FTP transfer
Summary
We are trying to send files with our oracle serverContent
We are trying to write a script that will inevitably send a report to the server we are trying to integrate with. Right now we are just trying to get a file to send, for testing. When we send a file through our site, we get the following error.
Severity: Warning
Message: file_get_contents(): open_basedir restriction in effect. File(***external server path*** ) is not within the allowed path(s):
followed by some file paths. Is this a configuration setting that is preventing us from using php functions?
Tagged:
0