Questions tagged [transfer]

transfer is the process of moving data from one physical or virtual location to another

1194 questions
-2
votes
0 answers

Questions about paid app use Google Play Game services to transfer

Situation: A paid app is online and I want to transfer it from account A to account B. But the app is using Google Play Game services. Question: If I transfer it, can the old users log in after that? Will they lost their data after transfer? Is…
-2
votes
2 answers

Want to Transfer Remove image to Image hosting site

I try to find a solution to transfer image to remove server with php.. For Example i have image http://example.com/image.jpg.. and want to transfer this link/file to http://postimage.org or any other image hosting service.. if you have any solution…
Muhammad
  • 103
  • 1
  • 12
-2
votes
1 answer

transfering a transform variable between two scritps in unity

public class player_movement : MonoBehaviour { // Start is called before the first frame update public Transform position; void Start() { position = GetComponent(); } how do I acsess the position variable…
-2
votes
1 answer

PC to a Raspberry-Pi via a TCP/IP socket? From C# to Python

I am trying to do wireless communications between a PC and a Raspberry Pi using python's socket module. The problem is that the program on the PC is programmed in C# but the Raspberry-Pi is programmed in Python. How can I send a string from my…
-2
votes
1 answer

The most secure server data transfer?

I'm running an Ubuntu Server somewhere, 24/7. It's used to host a webpage, a shoutcast radio, some other stuff. I'm planning to buy a Raspberry Pi 1B to use it as a "backup" server, in the following way : Whenever the Raspberry Pi is powered up and…
Rackover
  • 91
  • 1
  • 15
-2
votes
1 answer

Transferring site to an ubuntu 16.04 server

I am attempting to transfer a website from a bluehost server to an AWS ubuntu 16.04 server. I have moved ~12 sites to the new server without any problems. one site in particular won't transfer properly. This site is adental.ca. how it should…
-2
votes
1 answer

How to create file compare and copy program?

I'm working on a project that needs to look at large amounts of data (~1TB) and copy it from drive A to drive B. It will be constantly run in the background (or tray) and run a check every XX hours/mins. At that time, it will check if there are any…
Dylan Beck
  • 177
  • 1
  • 1
  • 6
-2
votes
2 answers

Transfer from checking account?

I'm Working on this program since yesterday but I do not know the cause of the problem. When, I run the program and enter the amount to transfer from Checking Account to Saving Account, the program subtracts the entered amount from the Checking…
afgboy
  • 33
  • 1
  • 10
-2
votes
2 answers

Transfer method in bank class for python

So, I'm making a Bank class in python. It has the basic functions of deposit, withdrawing, and checking your balance. I'm having trouble with a transfer method though. This is my code for the class. def __init__(self, customerID): self.ID =…
FuzzyMuffin
  • 15
  • 1
  • 1
-2
votes
1 answer

How to transfer data between two android application

I want to transfer data between two android application. Is it possible? The two applications were written by myself. How can I do that?
Khodayar
  • 391
  • 1
  • 4
  • 13
-2
votes
1 answer

Automatically copy a cell value from one document or sheet to another

With Google Sheets how do I automatically import a cell value from one file to another? Or can it only be done between sheets within the same file?
Garrick
  • 1
  • 1
-2
votes
1 answer

Android Studio Compile Error persists

Using android studio When I try to compile with this in the main activity it gives the error at the end of the post The code i use: public void buttonOnClick(View v) { // do something when the button is clicked Button button=(Button)…
epicdig07
  • 3
  • 7
-2
votes
1 answer

PC to Phone via batch file

I would like to send a .mp3 file to my android phone from my pc through my home network, I can successfully do this with Asus's program 'remote go'. To transfer a file with 'remote go' from pc you just right click file icon and use the SendTo, then…
Joe
  • 1
-2
votes
3 answers

How to transfer a variable from one file to another in Python

I'm trying to get the variable 'money' from the file 'gold.py' to the file 'sandy1.py', but it seems impossible to get it over. I've tried from gold.py import money but that just imports the whole thing and runs it. Code from Sandy1.py: from gold.py…
Alex Carr
  • 11
  • 4
-2
votes
1 answer

How can I transfer files from my PC to Geynmotion Emulator Phone

I want to show a picture to a friend via whatsapp and it does not work. I have the following problem, that I simply drag and drop pictures from my pc to the Genymotion emulator and it transfers it successfully but stil I cannot access it from my…
Indistan
  • 1
  • 1
  • 1