内容简介:Linux Mint wants to make it easier to transfer files between Linux computers that share the same network.To get a file from one PC to another PC at present users might reach for a USB stick; leverage a cloud sync service like Dropbox; or attempt Bluetooth
Linux Mint wants to make it easier to transfer files between Linux computers that share the same network.
To get a file from one PC to another PC at present users might reach for a USB stick; leverage a cloud sync service like Dropbox; or attempt Bluetooth file sending (which I swear never works for anyone).
But sending files over the local network is (usually) a much faster way to fling files between machines — and it’s precisely this use case that Linux Mint’s new tool is built for.
New Linux File Transfer App
Linux Mint’s aspiring new app is called (for the moment) “ Warpinator “. It’s basically a lot like the GTK file transfer app Teleport we highlighted last summer, just a bit more Mint-y and offering a touch more control.
CLI tools that do a similar job include the terrificWormhole
Mint says the app is directly inspired by the Giver app the distro used to ship with. With the same simple aims in mind, the new file sending tool lets users sharing files over the local network without any server or other configuration required.
A simple, straight-forward UI guides users through the steps needed to transfer files wirelessly from PC to PC, without any third-party cloud intermediaries, obscure copy/paste codes, or other hurdles.
A small bug focused set of features and settings are available in this Python-based app, including:
- Accept/deny file transfers
- Connect to multiple computers
- File transfer history
- Set device nickname
- Designate a receiving folder
- Specify a port
Simple, concise, useful — does this sound like something you’ll use it? If so, check out the source code upon Github. The app is likely to come pre-installed in future releases of Linux Mint.
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python基础教程
[挪] Magnus Lie Hetland / 袁国忠 / 人民邮电出版 / 2018-2-1 / CNY 99.00
本书包括Python程序设计的方方面面:首先从Python的安装开始,随后介绍了Python的基础知识和基本概念,包括列表、元组、字符串、字典以及各种语句;然后循序渐进地介绍了一些相对高级的主题,包括抽象、异常、魔法方法、属性、迭代器;此后探讨了如何将Python与数据库、网络、C语言等工具结合使用,从而发挥出Python的强大功能,同时介绍了Python程序测试、打包、发布等知识;最后,作者结合......一起来看看 《Python基础教程》 这本书的介绍吧!