Questions tagged [transfer]

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

1194 questions
4
votes
1 answer

Slow data transfer of large result set

I have a large MySQL table, with proper indices etc. I run a simple select * query from a remote machine and I expect a large result set. My problem is that when I run the query, the result set returns at a maximum data transfer speed of ~300…
Theodore Zographos
  • 2,215
  • 1
  • 24
  • 23
4
votes
1 answer

How to transfer an existing Java program to Android? (what to import)

I have a fully-functional Java program that's fairly long, and I want to transfer it to an Android tablet. It's my first time doing anything for the Android. I know that it requires a different type of Java (or whatever the fancy lingo for that is),…
Kalina
  • 5,504
  • 16
  • 64
  • 101
4
votes
1 answer

How to cancel TCP file transfer c#

I have a receiver and sender client that pretty much transfer files. This is what I have so far on the receiver: Thread t1; int flag = 0; string receivedPath; public delegate void MyDelegate(string s); int bytesRead = 0; bool…
Raphael
  • 562
  • 2
  • 9
  • 21
4
votes
1 answer

How to transfer the name of a clicked image to another php page?

I'm trying to open a video that corresponds to the thumbnail that was clicked. However when I'm directed to the page in which the video is supposed to appear, I get an error, Fatal error: Uncaught mysqli_sql_exception: You have an error in your SQL…
4
votes
5 answers

Most effective way to transfer almost 400k images to S3

I am currently in charge of transferring a site from its current server to EC2, that part of the project is done and fine, the other part is the part I am struggling with, the site currently has almost 400K images, all sorted within different…
David
  • 969
  • 2
  • 11
  • 17
4
votes
2 answers

Most reliable way to transfer large files to a remote server via Java?

I'm building a Java application that will allow our users to load a list of files and have those files transferred to our server for video encoding. I've already built an API for managing the files before and after they've been transferred, but I…
FunnyLookinHat
  • 569
  • 1
  • 6
  • 13
4
votes
2 answers

Why is data transfer speed slower for multiple smaller files than a huge file?

I have always noticed that when for example a react project or a whole website for an instance whose size sums up to say 350-450 MB takes a longer time to transfer than a 2-3 GB video file or for the matter of fact any number of files that are…
Jaffrey Joy
  • 106
  • 1
  • 9
4
votes
3 answers

Transferring from Windows to Linux with rsync

noob here, I'm trying to transfer a file using rsync from windows to linux. I have this code, but I'm getting an error rsync -avz -e ssh C:\users\file.txt root@123.45.67.89:/var/dir I get this error The source and destination cannot be both…
andrewk
  • 3,721
  • 4
  • 30
  • 37
4
votes
2 answers

Is it a bad idea to generate private keys (certs) at server side?

I'm working with some encryption project (using C#) and there is a task, which I'm thinking how to do well. I need client to generate private keys for asymmetric encryption, but as I have reviewed some libraries, it's NOT such clean & easy…
user4959035
4
votes
2 answers

Is there anyway to transfer html elements from one client to another with keeping of every entered values like in textboxes?

Let's say I have a page with some html elements. Those elements are textboxes ,checkboxes ,radiobuttons and other user responsive things. I need a possibility to transfer whole page from client1 to client2, so client2 will see everything that…
Kosmo零
  • 4,001
  • 9
  • 45
  • 88
4
votes
3 answers

Transferring objects between two independed applications (C#)

is it possible to transfer a object from one application to another (in C#)? I'm working with a CAD API. The initialization of that API takes a few seconds (10 - 15). Would be nice if I could initialize the object only once in App1 and call it up…
iDog
  • 361
  • 1
  • 3
  • 13
4
votes
0 answers

How to transfer files using netty?

I'm new to Netty. Though I have learnt the basics, I face issues when trying to transfer a file using Netty. A file gets created in the client but no data is transferred to client from server. Please find my code below and help me fix…
user1395264
  • 143
  • 3
  • 18
4
votes
1 answer

iOS application transfer

I have the following question. When I received application transfer request and tried to Confirm it I faced some errors: The following error(s) occurred: You must enter a phone number in the App Store Contact Information section. You must provide a…
Dmitry Pilipenko
  • 339
  • 6
  • 16
4
votes
1 answer

Reliable way to send file over internet

First of all: I'm not absolutely certain that this is the right place to ask, but I think the question fits here better then on superuser or serverfault, since it is a question from a programmer's perspective: I figured more programmers might have…
Ruben
  • 524
  • 1
  • 6
  • 14
4
votes
1 answer

Websockets transfer finished

I'm using socket.io, and I would like to know when a send() command finished. - is it possible? - is it possible in websockets?
shacharz
  • 213
  • 3
  • 8