php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #3571 Missing Features in the FTP functions.
Submitted: 2000-02-22 14:15 UTC Modified: 2000-03-26 23:45 UTC
From: brad at cimmeria dot com Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0 Beta 3 OS: Any
Private report: No CVE-ID: None
 [2000-02-22 14:15 UTC] brad at cimmeria dot com
I was looking through the new ftp function set and noticed a bit of an oversight.  There is no way to send a raw command or a SITE command to the ftp server.  The usefulness of this is when you need to chmod files through ftp.

maybe ftp_chmod(int ftp_stream, string remote_file, int mode); ?

and ftp_rawcmd(int ftp_stream, string command_to_send); ?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-03-26 23:45 UTC] brad at cimmeria dot com
Looks like it was added.  Thanks to whomever did so.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Aug 16 02:00:03 2025 UTC