File size on remote site not showing properly

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
Fegis
500 Command not understood
Posts: 5
Joined: 2024-02-19 21:07
First name: E
Last name: L

File size on remote site not showing properly

#1 Post by Fegis » 2024-02-19 22:02

hi all,

I have an MS Azure storage blob and want to use FZ.
However the file size shown for the remote site is not displaying properly. However it displays correctly in WinSCP.
FileZ1.jpg
FileZ1.jpg (386.57 KiB) Viewed 1401 times

Even in bytes, it doesnt display correctly
FileZ2.jpg
FileZ2.jpg (103.66 KiB) Viewed 1401 times
Thank you in advance for any help it will be much appreciated!

User avatar
boco
Contributor
Posts: 26968
Joined: 2006-05-01 03:28
Location: Germany

Re: File size on remote site not showing properly

#2 Post by boco » 2024-02-19 22:52

Are you a FileZilla Pro user? If yes, wrong forum.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Fegis
500 Command not understood
Posts: 5
Joined: 2024-02-19 21:07
First name: E
Last name: L

Re: File size on remote site not showing properly

#3 Post by Fegis » 2024-02-19 22:58

boco wrote:
2024-02-19 22:52
Are you a FileZilla Pro user? If yes, wrong forum.
I don't think so... I dont pay for it.
I am transfering via SFTP - My user account can only upload and download. No deletion or renaming on the server.

User avatar
botg
Site Admin
Posts: 35621
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: File size on remote site not showing properly

#4 Post by botg » 2024-02-20 08:12

If you enable "Show raw directory listings" on the debug page in the settings and refresh the directory listing, what do you see in the message log?

Fegis
500 Command not understood
Posts: 5
Joined: 2024-02-19 21:07
First name: E
Last name: L

Re: File size on remote site not showing properly

#5 Post by Fegis » 2024-02-20 23:03

botg wrote:
2024-02-20 08:12
If you enable "Show raw directory listings" on the debug page in the settings and refresh the directory listing, what do you see in the message log?
Hi Botg,

There's no change to the GUI display, but here's the message log:

Code: Select all

Status:	Retrieving directory listing of "/8000 5 Colindia Avenue Neutral Bay/Export"...
Trace:	CSftpChangeDirOpData::Send() in state 0
Trace:	CControlSocket::ResetOperation(0)
Trace:	CSftpChangeDirOpData::Reset(0) in state 0
Trace:	CSftpListOpData::SubcommandResult(0) in state 1
Trace:	CControlSocket::SendNextCommand()
Trace:	CSftpListOpData::Send() in state 2
Trace:	CSftpListOpData::Send() in state 3
Command:	ls
Status:	Listing directory /8000 5 Colindia Avenue Neutral Bay/Export
Listing:	-rw-r-----        0        0       2683277513 Fri, 08 Sep 2023 20:33:48 GMT 8000 - GF.lgs
Listing:	-rw-r-----        0        0       4022606709 Wed, 20 Sep 2023 00:05:59 GMT 8000 - L1 full.lgs
Listing:	-rw-r-----        0        0       4002881787 Fri, 08 Sep 2023 20:36:41 GMT 8000 - L1.lgs
Listing:	-rw-r-----        0        0       3475609103 Fri, 08 Sep 2023 20:35:38 GMT 8000 - L2.lgs
Listing:	-rw-r-----        0        0       5248132080 Fri, 08 Sep 2023 20:37:36 GMT 8000 - L3.lgs
Listing:	drwxr-x---        0        0                0 Fri, 08 Sep 2023 20:20:05 GMT BLK
Listing:	-rw-r-----        0        0             3640 Mon, 19 Feb 2024 00:29:34 GMT debug.log
Trace:	CSftpListOpData::ParseResponse() in state 3
Trace:	CControlSocket::ResetOperation(0)
Trace:	CSftpListOpData::Reset(0) in state 3
Status:	Directory listing of "/8000 5 Colindia Avenue Neutral Bay/Export" successful
Trace:	CFileZillaEnginePrivate::ResetOperation(0)

Fegis
500 Command not understood
Posts: 5
Joined: 2024-02-19 21:07
First name: E
Last name: L

Re: File size on remote site not showing properly

#6 Post by Fegis » 2024-02-23 06:52

I've installed Filezilla on other computers to test if it's my laptop and get the same results!

filezillauser77
500 Command not understood
Posts: 1
Joined: 2024-05-22 15:53
First name: Mr
Last name: Nobody

Re: File size on remote site not showing properly

#7 Post by filezillauser77 » 2024-05-22 15:59

I get the same issue on a Azure Storage blob server over SFTP using FileZilla (free version) 3.67.0. It seems that the directory listing output is different from what FileZilla expects and it is picking up part of the date as the file size.

Standard listing format (works):

Listing: drwxrwxrwx 1 0 0 0 May 22 15:48 .
Listing: drwxrwxrwx 1 0 0 0 May 22 15:48 ..
Listing: -rwxrwxrwx 1 0 0 3644 Jun 16 2023 file1
Listing: -rwxrwxrwx 1 0 0 5029 Jun 16 2023 file2
Listing: -rwxrwxrwx 1 0 0 7947 Mar 20 15:49 file3

Azure blob listing format (broken)

Listing: -rw-r----- 0 0 3516399616 Wed, 22 May 2024 12:45:35 GMT file1
Listing: -rw-r----- 0 0 3243 Wed, 22 May 2024 12:45:35 GMT file2
Listing: -rw-r----- 0 0 3443 Wed, 22 May 2024 12:45:35 GMT file3

With the above Azure Blob, all the files are listed as size "22" bytes. Which corresponds to the date in the listing (22 May).

Hope this helps. Fortunately, the download seems smart enough to realise the size is larger that advertised and downloads the files correctly (although the progress bars GUI is a bit funky).

Fegis
500 Command not understood
Posts: 5
Joined: 2024-02-19 21:07
First name: E
Last name: L

Re: File size on remote site not showing properly

#8 Post by Fegis » 2024-05-27 22:50

oh wow brilliant so you found the fault :) great work :D Glad I am not the only one.

Post Reply