Hello!

I have encounterer a problem which I don't know how to solve.
I have a script that will download a file using FTP.

First I apply a fix recommended on the list a long time ago,
which I don't know if it is still needed. The URL to this fix
is: http://www.codeconscious.com/rebsite/rebol-library/patch-ftp-226-handling.r

Then I do (where index-file is defined as ftp://username:[EMAIL PROTECTED]):

   system/schemes/ftp/passive: true
   indata: read/lines index-file
   system/schemes/ftp/passive: false

The first time I run the script everything seems to work, but
if I try running the script again I encounter the following
error message:

** User Error: Server error: FTP none
** Near: indata: read/lines index-file

>> print system/version
2.5.6.4.2

Running on a Debian/Linux system.

Any suggestions on what might be wrong?

Best regards,
Peter Carlsson



-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to