Go Back   FlashFXP Forums > > > >

Bug Reports Report bugs here. (non-beta releases only)

 
 
Thread Tools Display Modes
Old 03-04-2002, 09:36 PM   #1
JensB
Member
 
Join Date: Nov 2001
Posts: 64
Default FlashFXP skipping subdirs

When I queue up a dir with multiple subdirs locally for upload .. Flashfxp just skips all of the subdirs without even enetering them ... just like a Skip Emtpy Dirs ... but they are not empty ...

If I queue the individual subdirs too , then it transfers no problem at all ...

running 1.4.3 b835 ...had the same error on 831 though ...

anybody else seen this ?
JensB is offline  
Old 03-04-2002, 10:09 PM   #2
bigstar
FlashFXP Developer
FlashFXP Administrator
ioFTPD Beta Tester
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

Which OS are you using? It works flawless for me under win2k
bigstar is offline  
Old 03-04-2002, 11:22 PM   #3
Linkster
Moderator
Administrator
 
Join Date: Oct 2001
Location: New Mexico, USA
Posts: 1,070
Default

check your skiplist to make sure nothing weird is in there.
Linkster is offline  
Old 03-05-2002, 01:34 AM   #4
Shark
Senior Member
FlashFXP Beta Tester
 
Shark's Avatar
 
Join Date: Oct 2001
Posts: 606
Default

Just to test it out, along with the thing that bigstar asked ... I would also suggest turing the skip list off, and see if it still has the same problem.

If it doesnt, then you have something in the skip list you shouldnt.

If it does still have the same problem, then we can go from there.
Shark is offline  
Old 03-05-2002, 12:01 PM   #5
JensB
Member
 
Join Date: Nov 2001
Posts: 64
Default

ok , will experiment tonite and post result ..
JensB is offline  
Old 03-05-2002, 11:16 PM   #6
JensB
Member
 
Join Date: Nov 2001
Posts: 64
Default

OK .. happens when I upload from loacl hdd to server.

It´s a skiplist prob alright ... does not happen if I disable skiplist ..

And it´s the "Skip 0 byte files" setting that is the culprit ..

My test is this :

I have a dir /test22/ . inside it is only another dir /testul21/ .

in /testul21/ there is a .sfv and 4 small files ... total 18k ..



If I set the top dir /test22/ for upload ... I get this :

Skipping: testul21
Transfer queue completed
Skipped 1 file

if I on the other hand disable "Skip 0 byte files" the whole transfer goes ahead no probs at all ..

then I tried to put the same files that are in /testul21/ in /test22/ too ...

ie same dir structure, but an sfv and 4 small files in both dirs ..

150 Data connection accepted from 162.162.162.162:2799; transfer starting.
226 File sent ok.
Skipping: testul21
MKD /D:/-=UPLOADS=-/dibbler/test22
257 '/D:/-=UPLOADS=-/dibbler/test22': directory created.
CWD /D:/-=UPLOADS=-/dibbler/test22/
250 CWD command successful. "/D:/-=UPLOADS=-/dibbler/test22" is current directory.
PWD
257 "/D:/-=UPLOADS=-/dibbler/test22" is current directory.
PASV
227 Entering Passive Mode (213,213,213,213,166,166).
LIST -al
150 Data connection accepted from 162.162.162.162:2799; transfer starting.
226 File sent ok.
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (213,213,213,213,166,166).
STOR changelog.SFV
150 Data connection accepted from 162.162.162.162:2799; transfer starting for changelog.SFV.
226 File received ok.
Transferred: changelog.SFV 344 bytes in 0,33 (0,34 KB/Sec)
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (213,213,213,213,166,166).
STOR changelog.txt
150 Data connection accepted from 162.162.162.162:2799; transfer starting for changelog.txt.
226 File received ok.
Transferred: changelog.txt 7Â 272 bytes in 0,30 (7,10 KB/Sec)
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (213,213,213,213,166,166).
STOR glance.conf
150 Data connection accepted from 162.162.162.162:2799; transfer starting for glance.conf.
226 File received ok.
Transferred: glance.conf 251 bytes in 0,30 (0,25 KB/Sec)
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (213,213,213,213,166,166).
STOR readme.txt
150 Data connection accepted from 162.162.162.162:2799; transfer starting for readme.txt.
226 File received ok.
Transferred: readme.txt 10Â 355 bytes in 0,54 (10,11 KB/Sec)
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (213,213,213,213,166,166).
STOR sites.conf
150 Data connection accepted from 162.162.162.162:2799; transfer starting for sites.conf.
226 File received ok.
Transferred: sites.conf 247 bytes in 0,32 (0,24 KB/Sec)
CWD /D:/-=UPLOADS=-/dibbler/
250 CWD command successful. "/D:/-=UPLOADS=-/dibbler" is current directory.
PWD
257 "/D:/-=UPLOADS=-/dibbler" is current directory.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (213,213,213,213,166,166).
LIST -al
150 Data connection accepted from 162.162.162.162:2799; transfer starting.
226 File sent ok.
Transfer queue completed
Transferred 5 files totaling 18Â 469 bytes in 5,80 (3,61 KB/Sec)
Skipped 1 file

same here if I disable "Skip 0 byte files" the qhole dir structure is transfered .. see below ...

226 File sent ok.
Transfer queue completed
Transferred 10 files totaling 36Â 938 bytes in 10,22 (3,61 KB/Sec)

Now I might be completly wrong here ... but "Skip 0 byte files" casuing FlashFXP to skip subdirs seems kinda strange don´t you think ?

PS. IP:s changed in the log section above)
JensB is offline  
Old 03-06-2002, 12:20 AM   #7
bigstar
FlashFXP Developer
FlashFXP Administrator
ioFTPD Beta Tester
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

Which OS are you using?

I did some tests and the only instance where the empty dir is skipped is when "skip empty directories" is checked. the state of "Skip 0 byte files" doesn't have any effect.

bigstar is offline  
Old 03-06-2002, 12:49 AM   #8
JensB
Member
 
Join Date: Nov 2001
Posts: 64
Default

the problem is .. the skipped dir wasn´t empty ....

I´m using Win2K SP2 ..

I have all the skiplist options enabled ... but its the SKIP 0BYTE FILES that generates the error ...

this might be in conjunction with the SKIP EMPTY DIRECTORIES though .,.. since the log looks like an ordinary skip empty dirs ..
JensB is offline  
Old 03-06-2002, 05:27 PM   #9
JensB
Member
 
Join Date: Nov 2001
Posts: 64
Default

any chance u can send me a debug ver ...?

so u can see a complete log on wtf is going on ...


cause I don´t understand it
JensB is offline  
Old 03-06-2002, 07:38 PM   #10
bigstar
FlashFXP Developer
FlashFXP Administrator
ioFTPD Beta Tester
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

Sorry I read your post incorrectly

Quote:
I have a dir /test22/ . inside it is only another dir /testul21/ .
in /testul21/ there is a .sfv and 4 small files ... total 18k ..
I thought /testul22/ was inside of /testul21/ .. Damn dyslexia....


I redid my tests today trying different options and it works every time.

I can't explain why in your case the folder would be skipped. I can't send you a debug version right now because there is no debug code related to this. plus I am in the middle implementing SSL into FlashFXP.

Once I'm finished (week or two?) I'll be happy to add some debug messages, although I'm not even 100% sure what messages to add or where to place them.

Can anyone else reproduce the problem?
bigstar is offline  
Old 03-06-2002, 07:59 PM   #11
JensB
Member
 
Join Date: Nov 2001
Posts: 64
Default

ok, no biggie

just irritating a shell when i wanna ul a dir tree

i can wait .. SSL is way more important
JensB is offline  
Old 03-07-2002, 02:07 AM   #12
Fusion
Senior Member
FlashFXP Beta Tester
ioFTPD Registered User
 
Join Date: Oct 2001
Posts: 542
Default

JensB, what are your skiplist rules?

It seems obvious to me that what happens to you is that the testul22-dir gets transferred because it is manually queued, while the testul21 is skipped based on the rules because it is an automatic transfer.

Do a quick test by making another dir above thse two and but testul22 and testul21 inside it while maintaining the tree-levels.
If I'm right the top dir will get transferred while both testuls will get skipped this time, ie. they match one of your rules.
Fusion is offline  
Old 03-07-2002, 05:39 AM   #13
JensB
Member
 
Join Date: Nov 2001
Posts: 64
Default

ya I figured so at first too ...


but the weird part is .. why do thet dirs pass the skip rules if I uncheck SKIP 0BYTE FILES ?

but as I said .. no biggie there are other stuff more important to fix/add

I´ll do some skiplist experimenting later ...

oh by the way .. here´s my skiplist ... if u see anything weird plz post a reply ..

[_Skip_]
s0=*incomplete*
s1=.dirlist
s2=.genre
s3=.max_files
s4=.message
s5=.missing
s6=.placeholder
s7=.racestart
s8=.raidenftpd.acl
s9=.speed
s10=-=[100%]-[all-files-crc-ok]=-.txt
s11=4263
s12=-complete-
s13=german
s14=ph.nfo
s15=solaris
JensB is offline  
Old 03-07-2002, 07:22 AM   #14
Fusion
Senior Member
FlashFXP Beta Tester
ioFTPD Registered User
 
Join Date: Oct 2001
Posts: 542
Default

As I suspected. Any and all of the rules that start with . will match your dirs, it's a feature... Surround them with * like the first and you should do better. As for the 0byte-files skip-check, it might be a wee bug, because most dirs are indeed 0byte.
Fusion is offline  
Old 03-07-2002, 02:36 PM   #15
bigstar
FlashFXP Developer
FlashFXP Administrator
ioFTPD Beta Tester
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

well actually all rules will match dirs if you have the option checked.

by not using a * FlashFXP will do an exact match, if that's what JenB wants then I don't see a problem with the current items.

My skiplist contains some exact matching items and it doesn't result in the same problem.

FlashFXP doesn't apply the 0 size rules to folders, however if FlashFXP were somehow detecting the folder as a file that could explain the problem.

Out of couriosity did you have this problem with older builds?
bigstar is offline  
 

Tags
flashfxp, individual, queue, running, subdirs

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to connect multipule times to an IP pc1 General Discussion 1 09-15-2004 08:43 AM


All times are GMT -5. The time now is 07:01 PM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)