On Wed, 13 Apr 2005, Vijay Padiyar wrote: > Hi there > > I am running BusyBox 1.0 on the Linux 2.6.10 kernel on an MPC8260 > target. Since BusyBox currently doesn't appear to provide an FTP > server utility, I wanted to know where I can get a small FTP utility > for Linux that doesn't take up much space and is suitable for > embedded applications.
we're using "ftplib", which comes with both the library and the "qftp" client. seems to run well on our 8xx board alongside busybox-1.00. rday