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.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to