mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 03:42:40 +00:00
SFTP/Stream: fix capatilization
This commit is contained in:
parent
c0e3795319
commit
7252017268
@ -520,7 +520,7 @@ class Net_SFTP_Stream
|
|||||||
* removed in 5.4 I'm just going to ignore it.
|
* removed in 5.4 I'm just going to ignore it.
|
||||||
*
|
*
|
||||||
* Also, nlist() is the best that this function is realistically going to be able to do. When an SFTP client
|
* Also, nlist() is the best that this function is realistically going to be able to do. When an SFTP client
|
||||||
* sends a SSH_FXP_READDIR packet you don't generally get info on just one file but on multiple files. quoting
|
* sends a SSH_FXP_READDIR packet you don't generally get info on just one file but on multiple files. Quoting
|
||||||
* the SFTP specs:
|
* the SFTP specs:
|
||||||
*
|
*
|
||||||
* The SSH_FXP_NAME response has the following format:
|
* The SSH_FXP_NAME response has the following format:
|
||||||
|
Loading…
Reference in New Issue
Block a user