AltME: R3 Protocols

Messages

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?
Luis
read cmd return none but wait cmd advance to login  !!
GrahamC
that's odd .. sounds like it's waiting on the wrong port then
Luis
If change "read cmd"  by "wait cmd" The last lines are:
C:  PASS mypsw
===Client event: wrote
wrote to port, now read from it
=== Client event: read
Coffe time with my wife, returning in 40 minutes....
Luis
Adding  "wait 0" lines  after each "read cmd"  I can get the htdoc dir (sometimes hang) .
GrahamC
I'm afraid it's alpha level software

Last message posted 490 weeks ago.