AltME: R3 Protocols

Messages

GrahamC
@Luis .. I've not tried ftp on Android.  Do the other protocols works?
Luis
Http, but no support redirection . (OK ww.rebol.com and error with www.google.com)
Luis
I am testing https://github.com/gchiu/Rebol3/blob/master/protocols/prot-ftp.r on rebol/build 12-jul-2013/19:02:11
GrahamC
http protocol doesn't support that degree of redirection on any platform
Luis, can you describe exactly what you tried on android?
GrahamC
I can't see any obvious reason why ftp shouldn't work if http works
Luis
Only change line 583 of ypur code pointing it to another ftp host . Tested without problems with Android ftp apps  and same R3 code OK on Windows.
GrahamC
And did you try any other ftp host?
Luis
Nop
Luis
Only testing on www.byethost.com  (free hosting)
Luis
same result on 000webhost.com. On Android only get  first line: "port opened ...". No problem  on Windows.
GrahamC
Which android version is this?
Luis
Android 4.3 Note II
GrahamC
Sorry, which version of Rebol3 android?  Is it r3/droid or is it another version?
Luis
From Saphirion  rebol/build 12-jul-2013/19:02:11
GrahamC
All the 'read does is to kick off the awake handler
it should then do the 'lookup so if you remove the comment https://github.com/gchiu/Rebol3/blob/master/protocols/prot-ftp.r#L238
Sounds like from what you're saying, it's not even getting to https://github.com/gchiu/Rebol3/blob/master/protocols/prot-ftp.r#L234

Luis
Exactly
GrahamC
so, you do
cmd: open ftp://site.name
and then
wait cmd
and it just hangs?

Last message posted 486 weeks ago.