Retry at ...

what the reason that SmartFTP always shows me Retry at .... / or Pre Transfer, can´t it just put the files up, sometimes i need to wait 5 minutes for all files to be uploaded, my old FTP program didnt support several workers but at least it did what i told him

Set the number of workers to 1.

To get the log double click the file in the transfer queue. Then post the log here.

Regards,
Mat

Set the number of workers to 1.

To get the log double click the file in the transfer queue. Then post the log here.

Regards,
Mat
i changed the domain only, thats the log (changing workers to 1 didnt help)
thats the log if i double click on transfer queue:
[06:22:23] CWD /usr/www/odb14/domain.com/htdocs/st/classes
[06:23:13] Server closed connection
[06:23:13] Transfer failed.

thats the log from the connection to server (domain changed)
[06:28:52] Resolving host name "domain.com"
[06:28:52] Connecting to 00.00.00.00Port: 21
[06:28:53] Connected to domain.com.
[06:28:53] 220 qtsfo163.xhsfo.com FTP server (Version 6.00LS) ready.
[06:28:53] USER odb14
[06:28:53] 331 Password required for odb14.
[06:28:53] PASS (hidden)
[06:28:54] 230 User odb14 logged in.
[06:28:54] SYST
[06:28:54] 215 UNIX Type: L8 Version: BSD-199506
[06:28:54] Detected Server Type: UNIX
[06:28:54] FEAT
[06:28:54] 211- Extensions supported:
[06:28:54] MDTM
[06:28:54] REST STREAM
[06:28:54] SIZE
[06:28:54] 211 End.
[06:28:54] PWD
[06:28:54] 257 "/usr/www/odb14" is current directory.
[06:28:59] The operation has been added to the Transfer Queue. Check the Transfer Queue for the status.
[06:29:25] CWD /usr/www/odb14/domain.com/htdocs/st/classes
[06:29:25] 250 CWD command successful.
[06:29:25] PWD
[06:29:25] 257 "/usr/www/odb14/domain.com/htdocs/st/classes" is current directory.
[06:29:25] NOOP
[06:29:25] 200 NOOP command successful.

well the main issue for me is why does it take almost a minute to do the job?

Log from transfer queue is incomplete. Please follow the steps I described above.

Log from transfer queue is incomplete. Please follow the steps I described above.

well this one is repeating over and over again, always with the end the files are not transfered and its retrying:

[07:56:42] CWD /usr/www/odb14/domain.com/htdocs/free/polish/inblue
[07:56:42] 250 CWD command successful.
[07:56:42] PWD
[07:56:42] 257 "/usr/www/odb14/domain.com/htdocs/free/polish/inblue" is current directory.
[07:56:42] Remote file exist check: "buena-13.jpg".
[07:56:42] TYPE I
[07:56:42] 200 Type set to I.
[07:56:42] SIZE buena-13.jpg
[07:56:43] 213 0
[07:56:43] MDTM buena-13.jpg
[07:56:43] 213 20080820180440
[07:56:43] Source File: Size=56055, SizeUnit=Byte, Time=2006-11-15T04:49:42, TimeFormat=Exact
[07:56:43] Destination File: Size=0, SizeUnit=Byte, Time=2008-08-20T18:04:40, TimeFormat=Exact
[07:56:43] RecentTime=2008-08-25T05:56:43
[07:56:43] No rule matched. Default Action="Overwrite".
[07:56:43] TYPE A
[07:56:43] 200 Type set to A.
[07:56:43] PASV
[07:56:43] 227 Entering Passive Mode (69,22,133,134,255,248)
[07:56:43] Opening data connection to 69.22.133.134 Port: 65528
[07:56:43] STOR buena-13.jpg
[07:56:43] 553 buena-13.jpg: Permission denied.
[07:56:43] 0 bytes transferred. (0 Byte/s) (15 ms)
[07:56:43] Transfer failed.

please don´t say i don´t have permission to write on that server, cause smartFTP just uploaded a whole bunch of other stuff

Hello ..

The server tells you that you do not have sufficient permissions to upload:
[07:56:43] STOR buena-13.jpg
[07:56:43] 553 buena-13.jpg: Permission denied.

Try to rename the file (e.g remove the dash). If this doesn't help please contact your web hosting provider for assistance.

Regards,
Mat

Hello ..

The server tells you that you do not have sufficient permissions to upload:
[07:56:43] STOR buena-13.jpg
[07:56:43] 553 buena-13.jpg: Permission denied.

Try to rename the file (e.g remove the dash). If this doesn't help please contact your web hosting provider for assistance.

Regards,
Mat
mhmm what should i say, can´t it be a smartFTP bug,
cause smartFTP just uploaded 1000 other files in that type with "name-15"
its only a few files always hanging, and when i clear the queue and out it in again, it just works fine
it just sucks clearing the queue and putting it in again

Doesn't look like a bug in SmartFTP to me. The server returns an error not SmartFTP.

I noticed that you are uploading the file in ascii mode. Why do you do that? You should upload all .jpg files in binary mode.

Regards,
Mat

I noticed that you are uploading the file in ascii mode. Why do you do that? You should upload all .jpg files in binary mode.
good catch, missed to turn it off again after i uploaded a few zend encoded files