Results 1 to 4 of 4
what is the difference between simple FTP payload data and chopping a file into payload size. Both contains same data.
do FTP changes data in any means during the transfer ...
- 11-06-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 31
Difference between FTP payload Data and simply chopping a file into payload size
what is the difference between simple FTP payload data and chopping a file into payload size. Both contains same data.
do FTP changes data in any means during the transfer which later handles in application or transport layer. I am using VSFTP in fedora 6.
- 11-06-2007 #2
A file which is transferred from one host to another via ftp has exactly the same length and content, with these considerations:
- Be sure you transfer the file in binary mode, not ascii mode.
- If a file has "holes", these holes will be transformed into NUL bytes. A file hole exists in certain files when there would ordinarily be NUL bytes in the first place, so this should not affect you. (If you're not familiar with file holes, chances are you don't need to worry about this.)
Hope this helps.
- 11-07-2007 #3Just Joined!
- Join Date
- Feb 2007
- Posts
- 31
do FTP or other protocols pad zeors at the end of the packets........because I used FTP to transfer a file and a capture those packets.....when I have extracted the payload from packets I found out that the actual payload is of just 30 bytes out of 1448 bytes and rest is padded with zeros
any idea why this is happening .....
- 11-07-2007 #4
Find your answer here.


Reply With Quote