when trying to use ftp with the following script 

REBOL []

secure none

set-net [[EMAIL PROTECTED] pop.mail.network.net]

site: ftp://user:[EMAIL PROTECTED]/public_html

files: [%NEWSbeadvocacy.html %NEWSbehelp.html %NEWSbemisc.html 
%NEWSbeprogrammers.html]

foreach file files [
        write site/:file read file
]

I received the error

** Script Error: pick expected series argument of type: series money 
date time object port tuple any-function.
** Where: pick server-said 4 

Where does the "pick server-said 4" come in when it is a script error?

-Ryan

Reply via email to