Hi All,
How to get/calculate file size stored on ftp server?
Look's like FTP does not support SIZE command. So, I've send "LIST" command. I've received following string for "LINE" file
Volume Unit Referred Ext Used Recfm Lrecl BlkSz Dsorg Dsname
EXP004 3380 2010/11/13 1 120 VB 320 6404 PS LINE
I think, any algorithm for size calculation should be present?
My "LINE" file size is 3,59 ÐœB (3Â 771Â 194 bytes).
So, how to get/calculate file size?
Thanks in advance for any help!