We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf25760 + a905d6e commit 9831529Copy full SHA for 9831529
src/Ssh/Sftp.php
@@ -184,7 +184,8 @@ public function receive($distant, $local)
184
* @param string $local The local filename
185
* @param string $distant The distant filename
186
*
187
- * @return boolean TRUE on success, or FALSE on failure
+ * @return integer|false The number of bytes that were sent,
188
+ * or FALSE on failure
189
*/
190
public function send($local, $distant)
191
{
0 commit comments