Page 1 of 1

[CRITICAL] Did not transfer subfolder, no error

Posted: Wed Oct 20, 2010 8:03 am
by luckylittle
Steps to reproduce:
1/ Set simultaneous transfers to "5"
2/ Start FTP transferring one specific folder 'Name Name - Name Name' that contains subfolders:
├ Name Name - Name Name
├ CD1 - Name
├ CD2 - Name
├ CD3 - Name
└ CD4 - Name
3/ All subfolders also contains *.sfv file and *.mp3 files (mask: 0000 - Name Name Name Name.mp3). Transfer was made in the 100MBit LAN.

Expected result:
The whole folder including subfolders and files in these subfolders are transferred and checksums checked.

Actual result:
Everything except 'CD3 - Name' is downloaded and checked. For some reason, there is NOTHING left in the queue, FTP Log, Transfer Log and System Log does not contain any information about 'CD3 - Name' whatsoever. No error. It seems like FTPRush does not know about this subfolder at all.

Used software:
FTP Rush Version 2.1.1 UNICODE, 2010-10-14

Please note this is CRITICAL bug, because everything seems to be fine and successfully transferred, but it is not true! One complete subfolder is not downloaded.

Re: [CRITICAL] Did not transfer subfolder, no error

Posted: Sun Oct 24, 2010 10:24 am
by luckylittle
This was easily reproducible in my environment, but since FTP Rush v2.12 (stable) I am not able to reproduce it again. We can now consider it as NOTABUG or WORKSFORME.


//UPDATE20101220: I was wrong, it is still going on.

Re: [CRITICAL] Did not transfer subfolder, no error

Posted: Mon Dec 20, 2010 8:49 pm
by luckylittle
This time I caught it:

Situation - I am transferring the whole directory (Includes 4 subdirectories):
├XX.XXXXX.XXXXX.XXXXXX.XXXX.XXXXXX.XXXX-XXX\ (1,493,274,556 bytes)
├xx.xxxxx.xxxxx.xxxxxx.xxxx-xxx.nfo (5,486 bytes)
├CD1\ (51 files, 741,059,152 bytes)
├CD2\ (51 files, 741,666,688 bytes)
├Sample\ (1 file, 10,020,864 bytes)
└Vobsubs\ (2 files, 522,366 bytes)

Transfer log:
(21:04:43) [1] Skip /UPLOAD/XX.XXXXX.XXXXX.XXXXXX.XXXX.XXXXXX.XXXX-XXX/CD2/
(21:04:43) transferred 55 file(s) - Total: 716.8 M byte(s) in 20:43 (604.76 KBps)

My skiplist:
10111111.diz
10111111.message
10111111AlbumArtSmall.jpg
10111111Folder.jpg
10111111Thumbs.db
10111111.ioFTPD
10111111.date
10111111.imdb
10111111imdb.nfo

Options for skiplist:
[X] Enable Skip List
[X] Skip Zero Byte File
[X] Skip Empty Directory
[X] Apply skiplist to Folder
Skip Mode [X] Both

Result:
├XX.XXXXX.XXXXX.XXXXXX.XXXX.XXXXXX.XXXX-XXX\ (1,493,274,556 bytes)
├xx.xxxxx.xxxxx.xxxxxx.xxxx-xxx.nfo (5,486 bytes)
├CD1\ (51 files, 741,059,152 bytes)
├Sample\ (1 file, 10,020,864 bytes)
└Vobsubs\ (2 files, 522,366 bytes)


//UPDATE20101221: I forgot to mention that simultaneous transfers are disabled completely. Also when I am trying to download /CD2 separately again, it works.