zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #26545
Re: [Merge] lp:~zorba-coders/zorba/feature-ftp-client into lp:zorba
Review: Needs Fixing
- I tried
import module namespace ftp = "http://zorba.io/modules/ftp-client";
ftp:list(ftp:connect("ftp://192.168.1.18", {"user": "brantner", "password" : "XXX"}), "/")
doesn't list anything on the default os x ftp server
- Nothing seems to happen if I provide a wrong password.
- Remove the disconnect function.
- Can you make the connect, get-*, and list functions nonsequential (i.e. deterministic)
- Also add new functions signatures connect-nondeterministc, get-*-nondeterministic, and list-nondeterministic. The implementation for those functions can be the same but they should be annotated as nondeterministic.
--
https://code.launchpad.net/~zorba-coders/zorba/feature-ftp-client/+merge/201082
Your team Zorba Coders is subscribed to branch lp:zorba.
References