I transferred a huge file in bin mode, using vsftpd in RH 8.0 Linux (
vsftpd-1.1.0-1 ). The file I transferred ( from windows XP ) was
actually 5304155010 bytes long in both windows and linux.
But vsftpd reported 1009187714 bytes
--------------------------------
ftp> mput *.mpg
mput Sample.mpg? y
200 PORT command successful. Consider using PASV.
150 Go ahead make my day^W^W^Wsend me the data.
226 File receive OK.
ftp: 1009187714 bytes sent in 571.89Seconds 1764.65Kbytes/sec.
--------------------------------
As far as I know ftp does not define a standard for compression.
The only possibility I can think of was that this is a bug in wsftpd.
Did I go wrong somewhere. ( Is there really a compression as a part of
ftp protocol - so that windows client and linux wsftpd are aware of it
)
--sony