[REBOL] FTP Problem - Multiple Connections Re:(2)

1999-12-22 Thread rebol
>> [EMAIL PROTECTED] wrote: >> All I did to fix the problem was change from the IP address to the DNS name and the problem went away. That worked great at home!   So, that is a good clue. However, on my real website, I got the following (and I tried different combinations of valid DNS names):

[REBOL] FTP Problem - Multiple Connections Re:(3)

1999-12-22 Thread sterling
Is there an echo here? I was sure I just read two messages about this recently. :) Point noted, it's a bug, and the best way to get it fixed is to send it in using feedack.r or just email the issue to [EMAIL PROTECTED] You know the drill. If we could have somebody constantly monitoring this list

[REBOL] FTP Problem - Multiple Connections Re:(2)

1999-12-22 Thread doug . vos
Must have something to do with this. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 21, 1999 2:12 PM To: [EMAIL PROTECTED] Subject: [REBOL] FTP Problem - Multiple Connections Re: REBOL attempts to maintain one connection per site contacted

[REBOL] FTP Problem - Multiple Connections Re:(3)

1999-12-22 Thread doug . vos
:[EMAIL PROTECTED]] Sent: Tuesday, December 21, 1999 7:18 PM To: [EMAIL PROTECTED] Subject: [REBOL] FTP Problem - Multiple Connections Re:(2) >> So when you run it, does it print out multiple "connecting to ..." messages? Yes. The dump follows. In this test case the Username is &

[REBOL] FTP Problem - Multiple Connections Re:

1999-12-22 Thread doug . vos
I had the same problem and my script would fail after about 16 FTP files uploading. Now I can upload over 50 files with no problem... All I did to fix the problem was change from the IP address to the DNS name and the problem went away. Somehow, the way REBOL uses FTP, it seems to open less conne

[REBOL] FTP Problem - Multiple Connections Re:(2)

1999-12-21 Thread rebol
>> So when you run it, does it print out multiple "connecting to ..." messages? Yes. The dump follows.  In this test case the Username is "visiter" and the password is "v" and it is connecting to a server named "cyclops".  I have put "**" next to each line that opens a connection.  I co

[REBOL] FTP Problem - Multiple Connections Re:

1999-12-21 Thread sterling
REBOL attempts to maintain one connection per site contacted. If more connections are being made, you should see a message like "connecting to site-name" on the REBOL console. I tested your script here and it finished flawlessly with only one connection made. So when you run it, does it print