# HG changeset patch # User Claus Gittinger # Date 1552903439 -3600 # Node ID cdc1e27ab112e270e6d46675946699aa6681cbd1 # Parent bdff8a3ce9d6677017f87a62158820701b79c466 #FEATURE by cg class: SftpURI changed: #readStreamDo: diff -r bdff8a3ce9d6 -r cdc1e27ab112 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