mirror of
https://github.com/danog/tgseclib.git
synced 2025-01-22 14:01:20 +01: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
|
* 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
|
* 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.
|
* If $mode & (NET_SFTP_RESUME | NET_SFTP_RESUME_START) then NET_SFTP_RESUME_START will be assumed.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user