AltME: R3 Protocols

Messages

GrahamC
But I think it's easy enough to wrap them into a synchronous function

amacleod
Getting an eror trying to open ftp port using prot-ftp.r
cmd: open decode-url ftp://user:pw@majorityreporttv.com
Script error: net-log has no value
Where: open
GrahamC
doesn't use 'decode-url
amacleod
Will try again Graham, Thanks. I was working from NIck's tutorial...

amacleod
Graham, similar error.
cmd: open ftp://user:pw@majorityreporttv.com
Script error: net-log word is not bound to a context
Where: open
I'm doing: do prot-ftp.r or is it a module that should be included in needs[]: ?
Not up to speed with R3...
GrahamC
Looks like module handling has changed since I wrote this.
Bo has been using this ... Bo?
GrahamC
Just tried it and I don't get that error.  Are you using latest rebol3 ?

Luis
Version:   2.101.0.3.1
  Platform:  Windows win32-x86
  Build:     14-Aug-2013/14:51:03
>> do %prot-ftp.r
>> cmd: open ftp://user:pw@majorityreporttv.com
port opened ...
>>
amacleod
Version:   2.101.0.3.1
Platform:  Windows win32-x86
Build:     14-Aug-2013/14:51:03

>> do %prot-ftp.r3
Module: "Rebol 3 FTP scheme" Version: 0.0.92 Date: 10-Jan-2010 24-Feb-2013
>> cmd: open ftp://user:pw@majorityreporttv.com
** Script error: net-log word is not bound to a context
** Where: open
** Near: open ftp://user:pw@majorityreporttv.com
Version:   2.101.0.3.1
Platform:  Windows win32-x86
Build:     14-Aug-2013/14:51:03
GrahamC
>> rebol/version
== 3.0.0.3.1
>> do %prot-ftp.reb
Module: "Rebol 3 FTP scheme" Version: 0.0.92 Date: 10-Jan-2010 24-Feb-2013
>> cmd: open ftp://user:pw@majorityreporttv.com
port opened ...
You're using an ancient version of Rebol3
Download latest from rebolsource.net
amacleod
Version:   2.101.0.3.1
Platform:  Windows win32-x86
Build:     4-Mar-2014/4:53:51
Same version#???
Same error too....
>> do %prot-ftp.r3
Module: "Rebol 3 FTP scheme" Version: 0.0.92 Date: 10-Jan-2010 24-Feb-2013
>> cmd: open ftp://majorityreporttv.com
** Script error: net-log word is not bound to a context
** Where: open
** Near: open ftp://majorityreporttv.com

GrahamC
Then I don't know because it works for me and others
DideC
Try to put R3 in a different folder and try again.
Or maybe your prot-ftp file has been modify in some way?
Kaj
Isn't 3.0 the Atronix version?
2.101 is the official or community version

Last message posted 489 weeks ago.