Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Need to run a simple http/ftp server
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Other forums
- :
- Tech Help - Software/Hardware etc
- :
- Need to run a simple http/ftp server
Need to run a simple http/ftp server
10-08-2014 4:46 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Need to wget some stuff from inside my network, any ideas what is easy to use. Using mint at the moment.
3 REPLIES 3
Re: Need to run a simple http/ftp server
10-08-2014 7:53 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
How about Python?
waldo@jarlsberg:~$ python -m SimpleHTTPServer
Serving HTTP on 0.0.0.0 port 8000 ...
Re: Need to run a simple http/ftp server
10-08-2014 10:44 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Need to run a simple http/ftp server
10-08-2014 11:08 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Thanks Waldo, that worked a treat.
@avatastic I had to upload a .img file to a router but it needed to be from a http://server so it turned out. I might check out rsync now you have mentioned it though. scp is my normal route for small file transfer.
@avatastic I had to upload a .img file to a router but it needed to be from a http://server so it turned out. I might check out rsync now you have mentioned it though. scp is my normal route for small file transfer.
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Other forums
- :
- Tech Help - Software/Hardware etc
- :
- Need to run a simple http/ftp server