File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ $client->download('path/to/remote/file', 'path/to/local/file');
8383$client->upload('path/to/local/file', 'path/to/remote/file');
8484```
8585
86- #### Asynchrounous upload/download
86+ #### Asynchronous upload/download
8787
8888``` php
8989// download a remote file asynchronously
@@ -274,11 +274,11 @@ $client->keepAlive();
274274| Version | Status | Last Release | PHP Version |
275275| ------------| ---------------| --------------| -------------|
276276| 1.0.x | EOL | [ v1.0.2] [ 7 ] | >= 5.5 |
277- | 1.4.x | Latest | [ v1.4.1 ] [ 9 ] | >= 5.6 |
277+ | 1.4.x | Latest | [ v1.4.2 ] [ 9 ] | >= 5.6 |
278278
279279[ 7 ] : https://github.com/lazzard/php-ftp-client/releases/tag/v1.0.2
280280[ 8 ] : https://github.com/lazzard/php-ftp-client/releases/tag/v1.1.0
281- [ 9 ] : https://github.com/lazzard/php-ftp-client/releases/tag/v1.4.1
281+ [ 9 ] : https://github.com/lazzard/php-ftp-client/releases/tag/v1.4.2
282282
283283## License
284284
You can’t perform that action at this time.
0 commit comments