https://github.com/boon-code/nc
network file copy tool (also on android)
https://github.com/boon-code/nc
Last synced: about 2 months ago
JSON representation
network file copy tool (also on android)
- Host: GitHub
- URL: https://github.com/boon-code/nc
- Owner: boon-code
- Created: 2011-07-16T16:58:08.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2012-08-31T17:48:46.000Z (almost 14 years ago)
- Last Synced: 2025-03-09T16:36:29.350Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 172 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
===
nc
===
This is a simple network connection program to copy files.
The second script, *gnc.py* is only used on an android device. You can easily
copy files of one directory from your android phone, or push them to your
computer.
Details
-------
This is a quite simple program. You first have to start it on your computer
and then start gnc.py on your android phone. Now you can access the current
directory (or some other if specified). Normally, you should use it over an ssh tunnel (default setting). Therefore you need some tool like ConnectBot.
.. _here : http://boon-code.github.com/nc/
You can find the documentation here_
Futur
-----
Featurs I want to add:
- It would be cool, if this tool itself could create an ssh tunnel...
- Maybe add an option in *gnc.py* that the pc can control file down/upload.
I'm thinking about *fuse* because it has got python bindings and I already
used it once (but with C).
- Allow access to subdirectories of the current working directory
(no links).