File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 22
33## PHP Upgrade
44
5- - [ ] 5.6v
6- - [ ] Supporting ` FTP_USEPASVADDRESS ` runtime option.
75- [ ] 7.2v
8- - [ ] Using ` ftp_mlsd ` function in ` FtpConfig::listDirectoryDetails ` method to get the Unix timestamps of files/directories.
9- - [ ] Using ` ftp_append ` function to implement a client method allows for appending remote file content.
10- - [ ] Using ` ftp_mlsd ` function in ` FtpConfig::lastMTime ` to support directories.
6+ - [ ] Use ` ftp_mlsd ` function in ` FtpConfig::listDirectoryDetails ` method to get the Unix timestamps of files/directories.
7+ - [ ] Use ` ftp_append ` function to implement a client method allows for appending remote file content.
8+ - [ ] Use ` ftp_mlsd ` function in ` FtpConfig::lastMTime ` to support directories type .
119
1210## Upcoming client methods
1311
14- - [ ] Adding ` FtpConfig::usePassiveAddress(bool) ` .
15- - [ ] Adding ` FtpClient::getTransferMode($file) ` method to find the appropriate transfer mode (not based on file extension) for the giving local file.
12+ - [ ] Add ` FtpClient::getTransferMode($file) ` method to find the appropriate transfer mode (not based on file extension) for the giving ** local** file.
1613- [ ] ` FtpClient::lastMTime() ` directory supporting.
17- - [ ] Adding ` FtpClient::append($remoteFile, $content) ` method.
18- - [ ] Implementing a method that allows to download all the files within the giving directory.
14+ - [ ] Add ` FtpClient::append($remoteFile, $content) ` method.
15+ - [ ] Implement a method that allows to download all the files within the giving directory.
1916
2017## Not wrapped FTP extension functions - why ?
2118
You can’t perform that action at this time.
0 commit comments