I have a list of existing files that need to follow these steps:
- Stored in a temporary file
- Modified
- Transferred to another server via FTP. All while the server is running in safe mode.
I can't use tmpfile()
, because I still wouldn't be able to modify it, before sending it off.
Anyone come across this kind of problem and find a solution? Any ideas at all?