summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/ftp.h
Commit message (Expand)AuthorAgeFilesLines
* Updated FTP to use data-xfer API.Michael Brown2007-05-281-56/+0Star
* Changed to use the generic stream API.Michael Brown2007-01-311-5/+5
* Update TFTP and FTP to take the same temporary URI scheme as HTTPMichael Brown2007-01-151-9/+6Star
* Gave asynchronous operations approximate POSIX signal semantics. ThisMichael Brown2007-01-151-1/+1
* No need to maintain a received byte count; we always fill in sequentialMichael Brown2007-01-121-2/+0Star
* Change FTP to use a data buffer rather than a callback function.Michael Brown2007-01-111-9/+6Star
* Merge changes from mcb-tcp-fixes branch.Michael Brown2006-12-281-8/+9
* Update ftp.c to work with Nikhil's TCP stack.Michael Brown2006-12-051-0/+2
* Update ftp.c and hello.c to use the generic async_operations API.Michael Brown2006-06-191-8/+8
* Merge TCP aborted(), timedout() and closed() methods into a singleMichael Brown2006-04-301-0/+6
* Proof-of-concept FTP implementationMichael Brown2006-04-301-0/+68