On a secure linux server: I run a [FONT=courier new]ftp_put[/FONT] method that 'moves' a file that was previously uploaded to a temp directory to a specificed directory on the same server.
I cannot ftp the file directly into the final directory. This is part of the business logic.
Thus, when I run [FONT=courier new]ftp_put[/FONT] on a non-secure server, everything runs fine. However when I try to run [FONT=courier new]ftp_put[/FONT] on a secure server, [FONT=courier new]ftp_put[/FONT] returns a null value.
Which is odd, since [FONT=courier new]ftp_put[/FONT] is suppose to return a boolean value.
Are there known issues using [FONT=courier new]ftp_put[/FONT] on a secure *NIX server?