File sharing between Mac computers-partial door

Source: Internet
Author: User

File sharing is often done at work.

files can be shared between Mac users through AirDrop. AirDrop to rely on wireless network, and many people are to make the Mac personal hotspot for mobile phone and other WiFi connection, AirDrop must disconnect hot spots, inconvenient. Of course, you can also set up a file share in Settings, share, and then open it on another machine, then enter the user's password,,, listen to all the trouble.

Is there a very geek and elegant way? With python!

Python is a programming language perfectly worthy of the four words "dapper". Python is preinstalled on Mac, and we use Python to write a small program for file sharing:

1 Import Simplehttpserver 2 Import Basehttpserver 3 Server = Basehttpserver.httpserver (("", 8000), Simplehttpserver.simplehttprequesthandler)  4 server.serve_forever ()

Save the above code to http_request_test.py, put it in the previous level directory of the file you want to share, open the directory in the terminal, execute: python http_request_test.py ,

If there is no error, you can notify the small partners, let them access your ip:8000 port this address to share files.

File sharing between Mac computers-partial door

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.