Using the beta, the listed file sizes for some files are wrong when doing a folder compare. In my case it's from an SFTP server on Vista to a Ubuntu 10.4 ext4 file system. There are three problems:
1) File sizes are wrong on the Vista side (sometimes).
2) BC copies such files from left to right but continues to show them with different file sizes and the different file sizes don't correspond to converting from \r\n to \n. For example, even with a binary transfer, the real file size of 7,617 bytes is reported correctly on the Ubuntu side but shown as 7,525 bytes on the Vista side. Whether with or without converting line endings, I'd never expect the file size in unix to be greater than in Vista. And the incorrect value on the Vista side doesn't seem to be related to converting line endings because the file has 232 lines. And I don't think there's anything special about the file because I see the problems with various files and this is new behavior of BC.
3) If I monkey around long enough (e.g. using Refresh Selection) I can sync the files and they are filtered out of the compare but then for ascii transfers BC hasn't converted \r\n to \n even with a .txt file that I know is specified as ascii in "Tools > FTP Profiles > Transfer > ascii types".
1) File sizes are wrong on the Vista side (sometimes).
2) BC copies such files from left to right but continues to show them with different file sizes and the different file sizes don't correspond to converting from \r\n to \n. For example, even with a binary transfer, the real file size of 7,617 bytes is reported correctly on the Ubuntu side but shown as 7,525 bytes on the Vista side. Whether with or without converting line endings, I'd never expect the file size in unix to be greater than in Vista. And the incorrect value on the Vista side doesn't seem to be related to converting line endings because the file has 232 lines. And I don't think there's anything special about the file because I see the problems with various files and this is new behavior of BC.
3) If I monkey around long enough (e.g. using Refresh Selection) I can sync the files and they are filtered out of the compare but then for ascii transfers BC hasn't converted \r\n to \n even with a .txt file that I know is specified as ascii in "Tools > FTP Profiles > Transfer > ascii types".
Comment