summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/ftp01/ftp01.scn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ftpfs: Fix SIZE command handlingSebastian Huber2013-01-281-0/+4
| | | | | | | 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.
* ftpfs: Use SIZE commandSebastian Huber2012-11-211-0/+18
|
* 2011-05-06 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-05-061-0/+51
* ftp01/.cvsignore, ftp01/Makefile.am, ftp01/ftp01.doc, ftp01/ftp01.scn, ftp01/init.c: New files. * Makefile.am, configure.ac: Reflect changes above.