Hi all.

I'm mostly a newbie as a REBOL programmer,
but I have been actively following the threads
in this forum.

I spent roughly 2 hours yesterday reading
REBOL/Core  documentation and trying to
build a script that would automate a cumbersome
process we go through each week: downloading
specific files from a web page whose file names
are constructed to include a form of a date.

I was *blown away* at how REBOL facilitated this;
I now have a good glimpse of what you folks have
been raving about.

My question: for those web pages that I interface
with manually that either have fields requiring
a login and password submission (and maybe the
click of a SUBMIT button as well) is there any way
I can use REBOL/Core to authorize myself (satisfy login
requirements) such that I can proceed to further
pages of interest ?  In most of these cases, direct ftp
access is not enabled (otherwise I would employ ftp).

I'm thinking I need to wait for /Command to do something
of this type ?

Thanks in advance for any help ...

Mike Mastroianni

Reply via email to