transfer is the process of moving data from one physical or virtual location to another
Questions tagged [transfer]
1194 questions
5
votes
1 answer
Mule file transfer not deleting source files
I am using Mule 3.2 and I am moving files from one location to another location. The error/problem is that Mule keeps on processing the same files again and again and do not deleted them.
The console…

Palani
- 1,891
- 7
- 31
- 42
5
votes
4 answers
Bluetooth file transfer in Android
I am developing an app in which I need to transfer data in file between two devices.
I have seen tutorial regarding Bluetooth chat but can't figure out what stuff needed for file transfer. How can I do this?

chikka.anddev
- 9,569
- 7
- 38
- 46
5
votes
4 answers
How to change WordPress installed blog path?
I have installed my WordPress blog site here, http://www.test.com.au/demo, now I want to change my root path to this http://www.test.com.au, but when I transfer all files to here, I can't really access the site correctly.
I don't know what is actual…

tibin mathew
- 2,058
- 10
- 41
- 51
5
votes
4 answers
What is the best way to transfer an image via a webservice in C#?
What is the best way to transfer an image in C#?
Bitmap object
Byte array
Image Object?

mouthpiec
- 3,923
- 18
- 54
- 73
5
votes
1 answer
Uploading files doesn't work with TransferUtility Amazon S3 in Android
Hi I have tried to upload a dummy textfile to Amazon S3. however it doesn't work but the log generated an id. When I refresh the Amazon S3 bucket dashboard. the file hasn't been transferred.
public class AmazonService extends AsyncTask

Khiem-Kim Ho Xuan
- 1,301
- 1
- 22
- 45
5
votes
2 answers
transfer postgres database from an old hard drive
I am pretty new with postgresql and pgAdmin and I made a beginner error.
I changed the hard drive of my computer and unfortunately (and stupidly I really admit) I have not make a backup of my database in pgAdmin3 before. Is there anyway I can manage…

user3016665
- 139
- 2
- 8
5
votes
2 answers
App transfer account and api key issues
I have an app on GooglePlay using google map api v1 and I would like to transfer my app to another account.
Here is the problem : google no longer generates keys for apimapv1 and as mentioned in google's documentation, "each Google Maps Android API…

Vincent Larroque
- 121
- 6
5
votes
1 answer
NSURLSession: uploading assets with background transfer
What's the best approach to use background transfer to upload assets from gallery?
Seems like uploadTaskWithRequest:fromData: doesn't work with NSURLSession created with backgroundSessionConfiguration since it causes an exception: "Terminating app…

Alexander Dvornikov
- 1,074
- 8
- 13
5
votes
4 answers
udp file transfer project - is error checking necessary?
I have been given the classical task of transferring files using UDP. On different resources, I have read both checking for errors on the packets (adding CRC alongside data to packets) is necessary AND UDP already checks for corrupted packets and…

uylmz
- 1,480
- 2
- 23
- 44
5
votes
1 answer
How to use a variable as type
I want to transfer BusinessObjects from one PC to another. If I think about a number of around 40 different object types to transfer the use of many contracts for the different objects would seem to be quite some overload for always the same task:…

Offler
- 1,223
- 1
- 12
- 34
5
votes
4 answers
How can I pass variables or values from one asp.net vb.net code page to another?
I have a site/portal created in ASP.net and VB.net.
I want to know how to reference variables between two asp pages, but not the pages themselves, I want to directly transfer data from the .aspx.vb bit of the page to another pages .aspx.vb file. Is…

mHo2
- 103
- 1
- 2
- 9
4
votes
1 answer
iOS enterprise apps and backup to new devices
We've been developing a bunch of iPad apps for a client with the enterprise program. Now with the release of the new iPad there's been complaints the the already installed apps we developed are not getting transfered to the new devices ( when they…

swinberg
- 41
- 2
4
votes
2 answers
Progress bar for file transfer to sd
i use the following code for downloading a file from the internet. using this code i have a progress dialog
private void startDownload() {
String url = tv.getText().toString();
new DownloadFileAsync().execute(url);
}
class…

steo
- 293
- 1
- 4
- 15
4
votes
1 answer
Transfer Items between Views with Drag-and-Drop in Eclipse RCP?
I have 2 views in my application. In one of the views I can see a TreeStructure containing custom defined elements (such as MDocument, MVersion...).
I would like to be able to drag items of type MVersion from my view to the other one but I don't…

schmimona
- 849
- 3
- 20
- 40
4
votes
2 answers
Transfer old 3.23.49 MySQL database to 5.0.51 MySQL database - Encoding in ANSI and UTF-8
I want to transfer a 3.23.49 MySQL database to a 5.0.51 MySQL database. Now I have exported the SQL file and I'm ready for import. I looked in the sql-file and Notepad++ shows me that the files is encoded in ANSI. I looked in the values and some of…

testing
- 19,681
- 50
- 236
- 417