I still think you'll need to setup a dummy user to get a lot of this to work. The ideas I'm having are:
Install Apache 2, this "should" be easy using apt-get or yum, whichever Knoppix uses. If this is going to be a permanent machine, would it be worthwhile to setup NFS? That might take a bit more setup and time though. Use rsync, this information might be what you're looking for: http://transamrit.net/docs/rsync/ http://aplawrence.com/Basics/rsync.html Scp or Sftp might do what you need too. http://gentoo-wiki.com/HOWTO_SFTP_Server_(chrooted,_without_shell) http://hal.trinhall.cam.ac.uk/support/scp/ On 3/26/06, Robert Citek <[EMAIL PROTECTED]> wrote: > > How can I server a large file (2+ GB) over a local network using > Knoppix 4.0.2CD? > > I've got an image of a Debian partition that's about 3.1 GB. Using > Knoppix I'd like to serve it up over the local network without > requiring a username and password. In that way a simple fetch tool > like wget can retrieve the file and send it to stdout. So far I have > not come up with an ideal solution: > > - webserver: Apache 1.3 doesn't support large files > > - tftp: can't seem to get this to work. Can't find the logs to see > what's wrong. > $ cat /var/lib/tftpboot/foo.txt > hello > > $ tftp 192.168.0.202 > tftp> status > Connected to 192.168.0.202. > Mode: netascii Verbose: off Tracing: off > Rexmt-interval: 5 seconds, Max-timeout: 25 seconds > tftp> get foo.txt bar.txt > Transfer timed out. > > > - ftp: can't seem to get this to work, either. Can't find the logs > to see what's wrong. > $ nmap -p 21 192.168.0.202 | grep ftp > 21/tcp open ftp > > $ ncftp -u knoppix -p 123456 192.168.0.202 > NcFTP 3.1.7 (Jan 07, 2004) by Mike Gleason (http://www.NcFTP.com/ > contact/). > Remote host has closed the connection. > Sleeping 15 seconds... > > - ssh: works, but requires a username and password, i.e is not easily > scriptable. > > Any ideas of a way to serve up a file (read-only is fine) to multiple > clients are gladly accepted. Also, any clues as to why tftp and ftp > aren't working also gladly accepted. > > Regards, > - Robert > http://www.cwelug.org/downloads > Help others get OpenSource software. Distribute FLOSS > for Windows, Linux, *BSD, and MacOS X with BitTorrent > > _______________________________________________ > CWE-LUG mailing list > CWE-LUG@lists.firepipe.net > http://www.cwelug.org/ > http://www.cwelug.org/archives/ > http://www.cwelug.org/mailinglist/ > -- The information transmitted (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is intended only for the person(s) or entity/entities to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient(s) is prohibited. If you received this in error, please contact the sender and delete the material from any computer. _______________________________________________ CWE-LUG mailing list CWE-LUG@lists.firepipe.net http://www.cwelug.org/ http://www.cwelug.org/archives/ http://www.cwelug.org/mailinglist/