How can I serve a .config file over online?

Asked by Last Modified  

Follow 1
Answer

Please enter your answer

If your machine is accessible from internet, keep the `. config` file in an empty directory. Go to that directory and host a HTTP server using Python with this command: $ sudo python3 -m http.server 8080 Now visit http://public_ip_of_machine:8080/ from a browser it should be accessible. Now,...
read more
If your machine is accessible from internet, keep the `. config` file in an empty directory. Go to that directory and host a HTTP server using Python with this command: $ sudo python3 -m http.server 8080 Now visit http://public_ip_of_machine:8080/ from a browser it should be accessible. Now, the above is a very simple solution which is not for large scale, it'll allow downloading the file once at a time. To serve the file on much larger scale there are lots of tools and services: Setup an FTP server Use Amazon S3 If it's the config file only that you want to serve use gist.github.com, dpaste.de etc. read less
Comments

Related Questions

How to remove matching elements from two nested lists while iterating
for i in list_1: for j in list_2: if i==j: list_1.remove(i) list_2.remove(j)
Lalitha
What is python software?
Python is a dynamic and interpreted programming language. It is good for shell scripting, web development using django,flask framework and lot of package for data science inbuild make it a all round programming...
Vikram
What does // mean in python?
In Python, `//` is the floor division operator, which divides two numbers and returns the largest integer less than or equal to the result. For example, `7 // 2` returns `3`, as it performs division and rounds down to the nearest whole number.
Annu
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons


File Handling in Python - Basic Concept
File (Flat) Handling in Python Types of files in python: 1: Text file: Stores data in the form of characters. Customarily used to store text/string data. 2: Binary file: Stores data in the form of bytes....


Write your first Python program in 10 minutes
1. Download python from python official site search "python download" in google 2. Install in your machine 3. verify using : "python --version" command 4. Write first program using notepad create...

Python Programming Introduction.
Introduction To Python What is Software? What are its types? Software is a set of instructions, data, or programs used to operate computers and perform specific tasks. It tells the hardware what to...
P

Recommended Articles

Python is one of the most popular programming languages in the world. It is general-purpose, object oriented, high-level programming language used in a number of programming fields. Python is a great programming language to learn as it will introduce you to the world of programming. If you are from the technical background...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Looking for Python Training classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you