Announcement
Collapse
No announcement yet.
FTP non-completion
Collapse
X
-
> Looks like a file transfer got in between the upload and the
> refresh, so it's waiting for that to complete first.
How so? No uncompleted file transfer shows on the UI. Or could it have been in another BC instance?
Chris (who rarely uses only one instance of his favourite utility app)
Last edited by chrisjj; 03-Jun-2009, 11:53 AM.
Comment
-
At the end of the log:
Sent> STOR wolfsonsummermilongas2009.htm
Sent> SITE UTIME ...
Sent> TYPE I
Sent> PASV
Sent> RETR TSE4V2mp3-160k-inc-inlay.zip
So it finished uploading "wolfsonsummermilongas2009.htm" and then before it refreshed the listing it started downloading "TSE4V2mp3-160k-inc-inlay.zip". The zip doesn't have a file on the opposite side so it wasn't triggered by a content comparison. I assume you either used the "Copy to Left" command and the progress bar hasn't shown up yet, or you double clicked to expand it.Zoë P Scooter Software
Comment
-
> So it finished uploading "wolfsonsummermilongas2009.htm" and then before
> it refreshed the listing it started downloading "TSE4V2mp3-160k-
Fair enough...
> The zip doesn't have a file on the opposite side so it wasn't triggered by a
> content comparison. I assume you either used the "Copy to Left" command
> and the progress bar hasn't shown up yet, or you double clicked to expand
> it.
Neither, to my recollection. Here's the post-report completion of the story:
... and I cannot fathom what caused the transfer you mention and all those that followed.
Comment
-
The other possibility is that it started calculating CRCs for those files. It does lazy loading of the CRCs, so it only calculates ones where it's displayed an empty CRC value, and it doesn't currently cancel those calculations if you hide the column again before it gets to them. It only downloaded the files visible in your first screenshot, and not the ones higher in the list shown in your second, so I think that's actually the most likely culprit.Zoë P Scooter Software
Comment
-
Originally posted by Craig View PostThe other possibility is that it started calculating CRCs for those files.
Scooter: Does BC3 calculate CRCs even if the CRC column is not enabled?
Originally posted by Craig View PostIt does lazy loading of the CRCs...doesn't currently cancel those calculations if you hide the column again before it gets to them.BC v4.0.7 build 19761
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Comment
-
Originally posted by Michael Bulgrien View PostDoes BC3 calculate CRCs even if the CRC column is not enabled?Zoë P Scooter Software
Comment
-
Actually, I fibbed a little when I said it only does it in that case. New in 3.1.3, if it's doing a binary comparison and has to read through the entire file anyway it does calculate the CRC at the same time, but that doesn't trigger a new download.
Since the files it downloaded are orphans it wouldn't have done the binary comparison, so this wouldn't apply.Zoë P Scooter Software
Comment
-
> If it starts calculating CRCs and you then hide the CRC column
I did indeed hide the CRC column sometime around then.
> it will keep going on the ones that it's already queued up for download
Thanks. That behaviour is worth amending, I suggest.
Comment
Comment