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');
83
83
$client->upload('path/to/local/file', 'path/to/remote/file');
84
84
```
85
85
86
- #### Asynchrounous upload/download
86
+ #### Asynchronous upload/download
87
87
88
88
``` php
89
89
// download a remote file asynchronously
@@ -274,11 +274,11 @@ $client->keepAlive();
274
274
| Version | Status | Last Release | PHP Version |
275
275
| ------------| ---------------| --------------| -------------|
276
276
| 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 |
278
278
279
279
[ 7 ] : https://github.com/lazzard/php-ftp-client/releases/tag/v1.0.2
280
280
[ 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
282
282
283
283
## License
284
284
You can’t perform that action at this time.
0 commit comments