transfer is the process of moving data from one physical or virtual location to another
Questions tagged [transfer]
1194 questions
-2
votes
1 answer
transfer file from server to home computer
I have a text file on the server(linux) at work and now I am at home. I am a putty user. to connect to the server from home I have to connect to another server (which means I can connect to the server at work, indirectly from home) so I can't use…

moin
- 7
- 2
-2
votes
1 answer
Why does my domain not linking with godaddy hosting after I transferred the domain name from godaddy to big rock?
I recently transferred the domain(v3foods.in) from godaddy to big rock because there was an issue for violating the rules which I didn't do wantedly. So I paid the fine and transferred the domain. Now when I try to link with the same old…

Santhoush Kumar
- 3
- 2
-2
votes
1 answer
How to Transfer a call over H323 Trunk in Asterisk
I have an incoming call from Ericsson PBX to Asterisk through H323 trunk and I want to transfer this call back to Ericsson and then shutdown Asterisk. Transfer function does not work over H323 and if I use Dial when I shutdown Asterisk call will be…

AmirA
- 133
- 2
- 15
-2
votes
1 answer
Datagridview transfer selected rows
How can I transfer selected rows from datagridview to another datagridview in another form? I'm having trouble with this.

user3172293
- 1
- 1
- 2
-2
votes
2 answers
how to transfer the control to outer loop from inner loop after some conds are checked and some operations are done?
i want to transfer the control to outer for loop(i loop) after if block is executed. ie i wanna skip all the remaining iterations for inner loop(j loop) and transfer the control to outer one.(i loop) pls help
for(int i=0;i
-2
votes
1 answer
native PHP transfer operation to CPU
Is there any way to let the cpu handle some operations in PHP (quite like openCL) but is available in native php (without having PHP-openCL implemented)?
/E:
What i mean:
I am coding some php cli scripts
Everything you do in php (variables, etc.)…

Mohammer
- 405
- 3
- 15
-3
votes
1 answer
How to send image via bluetooth from PC to android using C#
I am able to do data transfer between PC and android via bluetooth. But now i want to send image files of size around 80KB. When i send the image, only a part of it gets transfered but not
completely. Does anyone know how to achieve that? I am…

ragz
- 99
- 4
- 14
-3
votes
1 answer
How to export result obtained from Python into excel
I did some analysis of my .txt file using python. Each data produced a set of results. I need to transfer the whole results into a single excel file. You can see my results from this image enter image description here. Also, I want to mention each…

Sujith Kumar S
- 11
- 2
-3
votes
3 answers
how to send long string over AJAX in JS to PHP
I am trying to create something like system of posts, which could allow users to write as much as they want in each post. But I have a problem with transferring a long sting through AJAX. It always says that (the length of the link is too large) so…

Anas
- 75
- 2
- 9
-3
votes
1 answer
how to insert layer before output layer in pre training model using tf.layers
I've created a CNN which has 2 conv layers followed by FC layer and output layer (2 nodes only) then I saved the parameters using saver.save (sess,path), now I want to load the pre-trained weights and freeze all layers then insert another FC2 layer…
-3
votes
4 answers
Express & React - How can i transfer my var from one .js to another
I'm working on project that use Node Express and React.
Here's my project's dir
I would like to send a var which is an array of JSon from my app.js to index.js.
How should i do?
Ask questions if you need more informations.

John Robert
- 1
- 2
-3
votes
1 answer
Highscore Form to Form data transfer
I'm making a simple game where you fly the ship around, dodging asteroids until they hit you and you blow up. I have a form for the game, and then when you get hit after 5 seconds (I'm using a timer) it will tick closing that form and opening a new…

Rodney Davis
- 1
- 1
-3
votes
1 answer
2d Steady Heat Conduction Matlab Error
I'm trying to draw isothermal lines and heat flow lines, I've done some research and was able to reach to this point:
clear ,clc
T1=10;
Lx=1;
Ly=1;
Nx=5;
Ny=5;
Nz=5;
Lz=1;
T2=150;
%input('input temperature at y=Ly in deg. C: …

Mohamed Maher
- 45
- 1
- 3
- 8
-3
votes
1 answer
How to send data from server to Android using socket programming
I want to send a data file to my Android app. I can send from Android to server but I can't send to Android. I am trying to use ServerSocket in the Android app but when I try to connect from my C# app I get a connection error.
Notes:
The Android…

Regalo
- 1
- 5
-3
votes
1 answer
Throughput and Transfer time of a network
A big file will be sent from A host to B host through 3 links with the speed of 500 Kbps, 2Mbps, and 1Mbps.
a) assume that there is just one user on the system , what is the end-to-end throughput?
b) if file is 4gb , how long the transfer will…

user1418053
- 19
- 1
- 3