Changeset b63c8f9 in rtems for cpukit/libnetworking

Timestamp:
01/28/13 09:23:28 (11 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
1b937c6
Parents:
c934a10d
git-author:
Sebastian Huber <sebastian.huber@…> (01/28/13 09:23:28)
git-committer:
Sebastian Huber <sebastian.huber@…> (01/28/13 15:46:02)
Message:

ftpfs: Fix SIZE command handling

It is invalid to issue a SIZE command once a data transfer is
in progress. For reads we issue the SIZE command before the RETR
command and get a snapshot of the file size. For writes the file size
is initialized to zero and incremented for each write chunk.

(No files)

Note: See TracChangeset for help on using the changeset viewer.