Can't resume when using global queue..

I decided to update my smartftp to the newest dev. build.
After updating I have been having problems with resume when using Global Queue.
It just never resumes, always overwrites. (That hasn't happened before)
My upload settings are set to "resume" if file exists. (Settings -> transfer -> files "On file exist" "Upload: resume".)
When uploading without using global queue (drag&drop style) I don't have any problems with resuming. It resumes automatically.
(Using the same ftp server in both cases. I also tested it with another ftp server, same problem.)

Am I doing something wrong here? Is there some settings area for global queue that I haven't found?

-rixie


edit: (just after I posted this, "smartftpuser" made a thread called "global queue problem" with the same problem. I think he explained it little bit better than me.)

What build are you using?

Please post the
Help: About->About: Version Information

and include a log from the queue. Right-click the queue item and select "Show Log".

Thank you.
-Mat

ok. Ill copy/paste that system info here and that log too.

+- System -----------------------------

Microsoft Windows 98

Total Memory : 261284 KB
Free Memory : 1128 KB

+- SmartFTP ---------------------------

Version : 1.0.981.16
Time Stamp : 2004-02-24 05:59:38

+- Application DLL --------------------

controls.dll : 1.6.981.16
ftpapi.dll : 2.0.981.16
language.dll : 1.0.981.16
reseng.dll : 1.3.981.16
smarthook.dll : 1.0.2.1

+- System DLL -------------------------

unicows.dll : 1.0.4018.0
shell32.dll : 4.72.3110.6
shlwapi.dll : 6.00.2800.1106
comctl32.dll : 5.81
riched20.dll : 5.30.23.1200
schannel.dll : 5.00.1877.6

+- Internet Explorer ------------------

Version : 6.0.2800.1106

+- Winsock ----------------------------

Winsock : 2.2

...


220 ---- FTP server
USER xxxx
331 Password required for xxxx.
PASS (hidden)
230 User xxxx logged in.
SYST
215 UNIX Type: L8
FEAT
500 Unknown command.
REST 100
350 REST supported. Ready to resume at byte offset 100.
REST 0
350 REST supported. Ready to resume at byte offset 0.
PWD
257 "/" is current directory.
SIZE file.rar
213 5101568
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (180,223,211,61,45,149).
Opening data connection IP: 180,223,211,61,45,149 PORT: 11669.
STOR file.rar
150 Data connection accepted from 180.186.108.254:4372; transfer starting for file.rar.


I hope that helps.

-rixie

The bug has been fixed in the latest developer build 1.0.981.17
https://www.smartftp.com/download

Thanks for reporting.