search for: simplehttpserver

Displaying 3 results from an estimated 3 matches for "simplehttpserver".

2015 Feb 25
1
Fwd: Unattended guest installation fails
...ra19 Host. http://kashyapc.com/2011/08/18/unattended-guest-install-with-a-local-kickstart/ Version : libvirtd (libvirt) 1.0.5.1, QEMU emulator version 1.4.2, Copyright (c) 2003-2008 Fabrice Bellard I have the iso which I loop mounted and created a http repo using python module "python -m SimpleHTTPServer". This repo is properly accessible and the guest is able to pull the initrd.img and vmlinuz but further it fails. Please find the attached xml and console messages and let me know how to proceed further. Thanks, Chandrashekar
2012 Mar 09
2
anonymous "on demand" file transfers?
...s it possible to serve up files anonymously via a folder of my choosing on demand? >From time to time where I work, we transfer large file heirarchies between co-workers and contractor workstations, and we've gotten away with tar'ing things up or using something like webfs (or Python -m SimpleHTTPServer) on one end and 'wget -r http://remote-server' on the the other. This can be anything from log files, to photoshop files, etc... What I'm looking for though is something more efficent without creating extrenuous files like 'index.html' (when using wget -r) or the like. I'...
2016 May 04
9
[PATCH 0/8] python: PEP 8 fixes
Hi, this series cleans up the Python sources, either static or generated, including also tests, to make them PEP 8 compliant; see https://www.python.org/dev/peps/pep-0008/ and tools like pep8. Almost all the issues reported by pep8 are fixed, reducing the issues from 3818 to 7. The changes should have no effect on the actual code, while it will help Python users with consistency with other