View Single Post
Old 02-17-2002, 06:26 AM  
squonk
Member
 
Join Date: Oct 2001
Posts: 30
Default Clipboard URL doesn't stop the queue

I don't know if this is really a bug, but I came across the following behaviour :

I'm working in ftp only mode and with a proxy.
I load into the queue some files for download from a previously saved queue file.
I launch the queue.
The site referred to in the queue doesn't answer.

Then with the clipboard monitoring on, I copy a FTP URL into the clipboard.
FlashfXP successfully connects with this site and immediately disconnects with a QUIT and tries to reconnect to the site of the first file in the queue.

I would have expected that the second connection would be kept alive and the queue operations stopped.


I think what's happening is that the second connection from clipboard monitoring doesn't stop the queue from running, and when the connection with the second site takes place, the queue is still is the GO state and tries to fire up as soon as the state connected is detected.


I give you the log of the status window :
================= I start the queue =======================================
[10:51:09] Connecting to SITE1 via Proxy
[10:51:09] Connected to Proxy PROX Port 21
[10:51:09] 220-PROX ready.
[10:51:10] 220-
[10:51:11] 220-
[10:51:11] 220- Bienvenue sur le serveur PROX
[10:51:11] 220
[10:51:12] USER dummy
[10:51:12] 331 Password required for dummy.
[10:51:12] PASS (hidden)
[10:51:13] 230 User dummy logged in. Please select host with 'quote site' command.
[10:51:13] SITE SITE1
[10:53:13] Connection failed
[10:53:13] Delaying for 600 seconds before reconnect attempt #1
================= I copy the site 2 URL into the clipboard ================
[10:53:58] Connecting to SITE2 via Proxy
[10:53:59] Connected to Proxy PROX Port 21
[10:53:59] 220-PROX ready.
[10:54:00] 220-
[10:54:01] 220-
[10:54:01] 220- Bienvenue sur le serveur PROX
[10:54:01] 220
[10:54:02] USER dummy
[10:54:02] 331 Password required for dummy.
[10:54:03] PASS (hidden)
[10:54:03] 230 User dummy logged in. Please select host with 'quote site' command.
[10:54:03] SITE SITE2
[10:54:05] 220 SITE2 Microsoft FTP Service (Version 5.0).
[10:54:06] USER anonymous
[10:54:07] 331 Anonymous access allowed, send identity (e-mail name) as password.
[10:54:07] PASS (hidden)
[10:54:08] 230 Anonymous user logged in.
[10:54:08] SYST
[10:54:10] 215 Windows_NT version 5.0
[10:54:10] PWD
[10:54:11] 257 "/" is current directory.
================= FLASHFXP immediately disconnects with site 2 ==============
[10:54:11] QUIT
[10:54:12] 221
[10:54:12] Logged off: SITE2
================= The queue goes on =========================================
[10:54:12] Connecting to SITE1 via Proxy
[10:54:12] Connected to Proxy PROX Port 21
[10:54:13] 220-PROX ready.
[10:54:13] 220-
[10:54:14] 220-
[10:54:14] 220- Bienvenue sur le serveur PROX
[10:54:15] 220
[10:54:15] USER dummy
[10:54:16] 331 Password required for dummy.
[10:54:16] PASS (hidden)
[10:54:17] 230 User dummy logged in. Please select host with 'quote site' command.
[10:54:17] SITE SITE1
[10:55:26] QUIT
[10:55:27] Connection failed
[10:55:27] Delaying for 600 seconds before reconnect attempt #1
squonk is offline