Top "Data-transfer" questions

Data transmission, digital transmission, or digital communications is the physical transfer of data (a digital bit stream) over a point-to-point or point-to-multipoint communication channel.

What is Data Transfer Object?

What is a Data Transfer Object? In MVC are the model classes DTO, and if not what are the differences …

model-view-controller architecture dto data-transfer data-transfer-objects
Sending POST data without form

Can i send for example a string or another piece of information to another .php file without it being exposed […

php post data-transfer
MySQL: SELECT from another server

I'm afraid that I already know the answer to my question, but I'll ask it anyway: When there are two …

mysql networking data-transfer
Send Data From Arduino to Android App via Bluetooth

Hello i can send data from android to arduino but i cant send data from arduino to android via Bluetooth …

android bluetooth arduino processing data-transfer
Send/receive data with python socket

I have a vpn (using OpenVPN) with mulitple clients connected to a server (at DigitalOcean). The connection is very good …

python sockets vpn data-transfer
Transfer file out from HDFS

I want to transfer files out from HDFS to local filesystem of a different server which is not in hadoop …

hadoop hdfs data-transfer
Recursively PUT files to a remote server using FTP

I'm currently in a situation where I have very limited access to a server, but need to upload and download …

recursion ftp data-transfer put ftp-client
How to transmit Android real-time sensor data to computer?

I wish to transmit real-time sensor data collected by Android smartphone to my computer and do the signal process on …

android python data-transfer transmission
Can we move Google Analytics data to other account?

Started a webpage that now contains a lot of analytic data. Now that I have the client GA Tracking ID …

import google-analytics export data-transfer
How can a C# app easily communicate and transfer files on a network?

How can a C# app easily communicate with an instance of itself present on another computer, which is on the …

c# networking communication data-transfer file-transfer