Index: TECH/Ftp/impl/FtpAPI.cls.xml =================================================================== diff -u -r3497 -r3670 --- TECH/Ftp/impl/FtpAPI.cls.xml (.../FtpAPI.cls.xml) (revision 3497) +++ TECH/Ftp/impl/FtpAPI.cls.xml (.../FtpAPI.cls.xml) (revision 3670) @@ -20,6 +20,8 @@ Set ..FtpSessie = ##class(%Net.FtpSession).%New() Set ..FtpSessie.Timeout = Configuratie.Timeout + Set ..FtpSessie.SSLConfiguration = Configuratie.SSLConfiguration + Set ..FtpSessie.UsePASV = Configuratie.UsePASV If '..FtpSessie.Connect(Configuratie.Adres,Configuratie.Gebruiker,Configuratie.Paswoord,Configuratie.Poort) { Do ##class(TECH.Exceptions.GeneralErrorException).Throw("Ftp kan niet verbinden : "_Configuratie.Adres)