Index: TECH/Ftp/impl/FtpAPI.cls.xml
===================================================================
diff -u -r2866 -r2961
--- TECH/Ftp/impl/FtpAPI.cls.xml (.../FtpAPI.cls.xml) (revision 2866)
+++ TECH/Ftp/impl/FtpAPI.cls.xml (.../FtpAPI.cls.xml) (revision 2961)
@@ -8,9 +8,16 @@
1
+
+TECH.Ftp.FtpConfiguratie
+1
+
+
Configuratie:TECH.Ftp.FtpConfiguratie
@@ -49,7 +56,16 @@
Stream:%Stream,ServerBestandsNaam:%String
@@ -69,7 +85,7 @@
#dim FileArray As %ArrayOfDataTypes
If '..FtpSessie.NameList("",.FileArray) {
Do ##class(TECH.Exceptions.GeneralErrorException).Throw("Ftp kan bestandlijst niet opvragen ! ")
- }
+ }
quit FileArray
]]>
Index: TECH/Ftp/FtpConfiguratie.cls.xml
===================================================================
diff -u -r2852 -r2961
--- TECH/Ftp/FtpConfiguratie.cls.xml (.../FtpConfiguratie.cls.xml) (revision 2852)
+++ TECH/Ftp/FtpConfiguratie.cls.xml (.../FtpConfiguratie.cls.xml) (revision 2961)
@@ -44,6 +44,19 @@
Quit $$$OK
]]>
+
+
+
+