at 2007-10-15
in RFCs
by friebe
(0 comments)
Scope of Change The peer.ftp API will be enhanced in the following ways:
- There will be a new method peer.ftp.FtpConnection::rootDir()
- There will be a new method peer.ftp.FtpConnection::sendCommand()
- The peer.ftp.FtpEntry class will be abstract and there will be a new class peer.ftp.FtpFile extending it.
- There will be several new methods in peer.ftp.FtpDir
- There will be a new class peer.ftp.FtpEntryList
- There will be several new methods in peer.ftp.FtpEntry
- There will methods in peer.ftp.FtpFile to up- and download which will work using the io.streams API
Rationale Prevent having to use raw FTP functions, make common use-cases easier.
Read the full RFC here
|
Subscribe
You can subscribe to the XP framework's news by using RSS syndication.
CategoriesNews General PHP5 Announcements RFCs Further reading Examples Editorial EASC Experiments Unittests Databases 5.8-SERIES
RelatedFind related articles by a search for «RFC».
|