Explain the difference between "using an app" and "doing it manually". Even if you used the command line on each, you're still using an app or program (the command line is a program on a computer and an app in a phone [the two words mean the same thing - executable code[).
You can't physically pick up an app from the phone and shove it into a hole in the computer, you have to run an app that connects to a server program on the computer, or a program on the computer that connects to a server app on the phone. That's just how computers work.
Even using net send on a Windows computer (net send <computer to send to> <file to send>) is using programs - net is a program.
04-05-2015 12:54 PM