PDA

View Full Version : queue transfer problem


mag123
03-18-2004, 01:02 PM
I have this problem with loaded queuefiles from a commandline.

My queue.fqf could look like this:

<edited>

Mark that i do 2 queue's of the same dir.. Thats because the sourcedir may not be complete when the first queueline runs.
The 1:st queueline runs ok. And if the sourcedir wasnt complete, i thought the 2:nd queueline would do the trix (at the time of the 2:nd queueline, the sourcedir is problably complete).

This is the error i get in a situation like this: (when the 2:nd queueline runs)

MKD /US/03/something
550 System Error- /US/03/something: File exists.
CWD /US/03/something

And then it skip to fxp the complete sourcedir.. the 2:nd time(even if there is new complete files in the sourcedir)
I have the "update directory during transfer" checkboxed also. Doesnt help.
What could i do?
Is there some way to reset the failed queue line, using the commandline or manipulating with the .fqf file?


/Mag

bigstar
03-18-2004, 02:23 PM
Which build of FlashFXP are you using?
Is the listing getting refreshed?

You may want to check your settings, if you're using a newer beta build some settings were messed up.

mag123
03-18-2004, 02:29 PM
im using 2.2 976 on win 2k sp4

bigstar
03-18-2004, 02:41 PM
Can you please include a copy of the ftp session log.
You might try upgrading to 979 as well.

Also did you check your settings?

mag123
03-18-2004, 03:23 PM
Jepp, i did check settings throughly, and all seemed to be ok.
And the source dir was refreshed, but still the new files didnt transfer in the queue..

The ftp log that has with the queue / fxp to do is the following: ( i have removed some entries..)

[R] 230 User someone logged in.
[R] SYST
[R] 215 UNIX Type: L8
[R] FEAT
[R] 211- Extensions supported
[R] AUTH TLS
[R] AUTH SSL
[R] PBSZ
[R] PROT
[R] CPSV
[R] MDTM
[R] SIZE
[R] SYST
[R] RAIDEN_SUX
[R] 211 END
[L] CWD /something/
[L] 250 CWD command successful.
[L] PWD
[L] 257 "/something" is current directory.
[L] TYPE A
[L] 200 Type set to A.
[L] PASV
[L] LIST
[L] 150 Opening ASCII mode data connection for directory listing.
[L] 226 Transfer complete.
[L] List Complete: 718 bytes in 0,80 (0,70 KBps)
[R] PWD
[R] 257 "/" is current directory.

[R] MKD /something

[R] 550 System Error- /something: File exists.
[R] CWD /something

[R] 250 CWD command successful.
[R] PWD
[R] 257 "/something/" is current directory.
[R] PASV

[R] LIST
[R] 150 Opening ASCII mode data connection for directory listing.
[[R] List Complete: 607 bytes in 0,39 (0,59 KBps)
Transfer queue completed
Skipped 4 files
[L] QUIT

mag123
03-20-2004, 08:45 AM
No news about this problem?

Thought I should try the latest beta, but I have problems getting into the beta download conf. Can you
guys check out my account?

/Mag

bigstar
03-20-2004, 01:14 PM
I haven't been able to reproduce this problem.
I reviewed the code in question and I didn't see any visisble signs of a problem. :(

mag123
03-20-2004, 05:46 PM
Can this problem be based upon several different versions of flashfxp being installed without being uninstalled?
And different versions being runned from different directories on the same computer? (Even at the same time sometime)

This seems to be a too a big bug for only me to report.
I'll try some uninstall and reinstall..
/Mag

bigstar
03-20-2004, 11:24 PM
Can you please email me at support@flashfxp.com with the name & email address on the registration key. I was unable to find your FlashFXP ID in our database.

Please make sure you're using an authentic release of FlashFXP, unofficial or modified versions will generate invalid ID's and may also explain the problem you are experiencing.

Uninstalling wont help, it doesn't remove any of the settings/data files. Installing over a previous version shouldn't cause any problems, however problems to arise. You could try deleting your FlashFXP.ini and accept loosing your settings.

mag123
03-21-2004, 02:23 PM
I tried using a new .ini, but still doesnt work. The first queue-line works fine, but the second fails to transfer at all.. As I showed you before, it just fails doing MKD cmd, and then it think it's done.. And continue to the 3:rd queueline..

The more i look at it, the more sure i am about that beeing a bug.

One other thing..
The .fqf file i'm building manually..
What does the Size parameter do in the fqf file, while doing a transfer? Could it trigger some skiplist/larger/smaller-functionality?
Thanks
Mag

mag123
03-21-2004, 02:37 PM
I found out why my queues failed.
It was because of a missing "/" after the dirname's.. So stupid of me..
Thanks anyway..

bigstar
03-21-2004, 04:41 PM
Hmm how exactly did you have it? If you leave the trailing slash off FlashFXP should try to correct this and automatically add it.

mag123
03-22-2004, 01:17 PM
This works:
10ab/incoming/somedir//archive/somdir/17334

This does not work:
10ab/incoming/somedir/archive/somdir17334

Somehow it confuses FlashFxp to think the dir is a file, or something. But only when queue'd twice in a row..

/Mag

bigstar
03-22-2004, 02:23 PM
Did you edit the queue with the queue editor to make it look that way?