mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 10:15:14 +00:00
SFTP: another comment typo
This commit is contained in:
parent
69bc362a83
commit
ebb1d53af5
@ -1444,7 +1444,7 @@ class Net_SFTP extends Net_SSH2 {
|
|||||||
*
|
*
|
||||||
* If $mode & (NET_SFTP_RESUME | NET_SFTP_RESUME_START) then NET_SFTP_RESUME_START will be assumed.
|
* If $mode & (NET_SFTP_RESUME | NET_SFTP_RESUME_START) then NET_SFTP_RESUME_START will be assumed.
|
||||||
*
|
*
|
||||||
* $start and $local_start give you more fine grained control over this process and take precident over NET_SFTP_RESUME*
|
* $start and $local_start give you more fine grained control over this process and take precident over NET_SFTP_RESUME
|
||||||
* when they're non-negative. ie. $start could let you write at the end of a file (like NET_SFTP_RESUME) or in the middle
|
* when they're non-negative. ie. $start could let you write at the end of a file (like NET_SFTP_RESUME) or in the middle
|
||||||
* of one. $local_start could let you start your reading from the end of a file (like NET_SFTP_RESUME_START) or in the
|
* of one. $local_start could let you start your reading from the end of a file (like NET_SFTP_RESUME_START) or in the
|
||||||
* middle of one.
|
* middle of one.
|
||||||
|
Loading…
Reference in New Issue
Block a user