#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Mon, 18 Mar 2019 11:03:59 +0100
changeset 4882 cdc1e27ab112
parent 4881 bdff8a3ce9d6
child 4883 823874567cd3
#FEATURE by cg class: SftpURI changed: #readStreamDo:
SftpURI.st
--- a/SftpURI.st	Mon Mar 18 11:03:24 2019 +0100
+++ b/SftpURI.st	Mon Mar 18 11:03:59 2019 +0100
@@ -110,7 +110,7 @@
      and a dictionary containing attributes as second argument.
      The stream is closed after aBlock has been evaluated."
 
-    self connectThenDo:[:ftp| 
+    ^ self connectThenDo:[:ftp| 
         |stream|
         [
             |path attributes|
@@ -136,7 +136,7 @@
       ].
     "
 
-    "Modified (comment): / 18-03-2019 / 10:51:33 / Claus Gittinger"
+    "Modified: / 18-03-2019 / 11:02:01 / Claus Gittinger"
 !
 
 readStreamsDo:aBlock