mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-12 16:36:30 +00:00
SFTP: update comment typo
This commit is contained in:
parent
bf6d1bc253
commit
69bc362a83
@ -1440,7 +1440,7 @@ class Net_SFTP extends Net_SSH2 {
|
||||
* NET_SFTP_LOCAL_FILE | NET_SFTP_RESUME
|
||||
*
|
||||
* If you wanted to simply append the full contents of a local file to the full contents of a remote file you'd replace
|
||||
* NET_SFTP_RESUME with NET_SFTP_RESUME start.
|
||||
* NET_SFTP_RESUME with NET_SFTP_RESUME_START.
|
||||
*
|
||||
* If $mode & (NET_SFTP_RESUME | NET_SFTP_RESUME_START) then NET_SFTP_RESUME_START will be assumed.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user