[REBOL] Updating a text-list
From: c:brizell:worc:ac at: 20-Apr-2001 8:01
Hi list,
The attached script produces a directory listing of the remote home
directory of "user" on host "Everest" on startup. When however I select
another
host eg. "Etna" the directory list is not being updated although remote-dir:
does contain the correct data if I print it to the console.
PLEASE can someone point out the error of my ways
Regards
colinb
REBOL [
]
remote-dir: read to-url join "ftp://user:passwd@" "Everest"
ui: [
vh1 "FTP Client"
box brick 250x1
across label "Hosts:" tab hosts: text-list 100x100 data ["Annapurna"
Enigma
"Etna" "Everest" "K2"]
tab remote: text-list 150x100 data remote-dir
below
box brick 250x1
across button 60 "Connect" [
remote-dir: mold read to-url join "ftp://user:passwd@" hosts/picked
show remote ]
across button 60 "Cancel" []
across button 60 "Help" []
across button 60 "Options" []
]
view layout ui
Colin Brizell
IT Service
E-Mail: [c--brizell--worc--ac--uk]
Tel: 01905 855389
Fax: 01905 855330
http://www.worc.ac.uk