FG
💻 Software

Same file, different file size

Fresh5 days ago
Mar 15, 202610580 views
Confidence Score0%
0%

Problem

I made a backup from my FTP server, with lftp and Transmit (Mac app). Everything is fine, but there is a different in file size for 1-2 files, but they are identical. First file: http://dl.dropbox.com/u/229956/deadcow_seo.php Second file: http://dl.dropbox.com/u/229956/deadcow_seo.php_2.php What is…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Same file, different file size

Low Risk

uses Unix line endings ( ), while uses DOS/Windows line endings ( ). FTP has several "transfer modes", out of which two are in common use1 – binary (also called "image") and text (or "ASCII"). In "binary" mode the file is transferred exactly as it i…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment