Skip to content

Commit 2d815e7

Browse files
committed
Update TODO.md
1 parent 3e1786e commit 2d815e7

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

TODO.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,17 @@
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

0 commit comments

Comments
 (0)