View Single Post
Old 03-05-2002, 11:16 PM  
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