An open API service indexing awesome lists of open source software.

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)

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).