Questions tagged [transfer]

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

1194 questions
331
votes
11 answers

Transfer git repositories from GitLab to GitHub - can we, how to and pitfalls (if any)?

Can one transfer repositories from GitLab to GitHub if the need be. If so, how exactly can I go about doing the same? Also, are there any pitfalls in doing so or precautionary measures that I need to keep in mind before doing so given that I may…
boddhisattva
  • 6,908
  • 11
  • 48
  • 72
122
votes
2 answers

Content Transfer Encoding 7bit or 8 bit

While sending email content, it is required to set "Content Transfer Encoding" header. I observed many headers of emails that I received. Some emails using "7bit" and some are using "8bit". What is the difference between these two? Which is…
mahi
  • 1,221
  • 2
  • 9
  • 3
92
votes
12 answers

Move files directly from one S3 account to another?

Pretty basic question but I haven't been able to find an answer. Using Transit I can "move" files from one S3 bucket on one AWS account to another S3 bucket on another AWS account, but what it actually does is download the files from the first then…
Andrew
  • 42,517
  • 51
  • 181
  • 281
67
votes
11 answers

Why when I transfer a file through SFTP, it takes longer than FTP?

I manually copy a file to a server, and the same one to an SFTP server. The file is 140MB. FTP: I have a rate arround 11MB/s SFTP: I have a rate arround 4.5MB/s I understand the file has to be encrypted before being sent. Is it the only impact on…
miqwit
  • 687
  • 1
  • 6
  • 6
36
votes
5 answers

Chunked encoding and content-length header

Is it possible to set the content-length header and also use chunked transfer encoding? and does doing so solve the problem of not knowing the length of the response at the client side when using chunked? the scenario I'm thinking about is when you…
p00ya00
  • 796
  • 1
  • 10
  • 20
35
votes
4 answers

Transfer existing Android app to another developer account?

I'm currently working on an application for a small company I work for. I'm happy to, and the company has agreed, that they are happy for me to host the application under my own developer account for now. If I do this, and later on we transfer the…
R-Dub
  • 511
  • 2
  • 5
  • 8
30
votes
9 answers

Transfer Mysql database to another computer

I have a mysql database filled up and running on a Windows computer, is there any tool to transfer the database to another computer (running Ubuntu)? Else I'll just write a script to take all the data base into SQL and insert it on the other…
fmsf
  • 36,317
  • 49
  • 147
  • 195
26
votes
2 answers

TransferRequest vs Transfer in ASP.Net

I have gone through the links mentioned below, iis forum and HttpModules & Server.Transfer / Server.TransferRequest / RewritePath problems. but unable to catch the concept behind these transfer methods. How are they works? And which one is preferred…
Sujit
  • 3,677
  • 9
  • 41
  • 50
25
votes
4 answers

How to transfer paid android apps from one google account to another google account

I am developing a SYSTEM app for android to manage user accounts on the device. Is there a way to PROGRAMMATICALLY transfer paid user apps from one account to the other? Any help is appreciated (even if the reply does not directly target a…
Nar Gar
  • 2,591
  • 2
  • 25
  • 28
22
votes
1 answer

Amazon S3 region transfer?

How I can transfer the content of a S3 bucket of a specific region to another S3 bucket of another specific region? Please provide the simplest way and detailed steps if you can.
Fabien
  • 1,967
  • 8
  • 30
  • 42
21
votes
1 answer

Need a basic server backend for iOS app

I'm currently developing an iOS app and have reached the point where I need to implement a server backend in order to support the core functionality. Essentially, the app deals with text strings that need to be uploaded to a server. After receiving…
Harrold Kenning
  • 213
  • 1
  • 2
  • 4
21
votes
3 answers

Android Bluetooth file sending

I am trying to send a file over bluetooth in an android device. I have done discovery, connection and have made a bluetooth socket. Problem is when i am writing the byte array in the output stream of the bluetooth socket, the recieving side does not…
exorcist
  • 211
  • 2
  • 4
18
votes
2 answers

How to map XML file content to C# object(s)

I am new to C# and I am trying to read an XML file and transfer its contents to C# object(s). e.g. An example XML file could be: Person 1 21
temelm
  • 826
  • 4
  • 15
  • 34
17
votes
3 answers

SFTP file lock mechanism

How can I make sure that a file uploaded through SFTP (in a Linux base system) stays locked during the transfer so an automated system will not read it? Is there an option on the client side? Or server side?
CyberDracula
  • 316
  • 1
  • 2
  • 6
16
votes
6 answers

Javascript; Sending user to another page

I am trying to send a user to another page using a Javascript Function: And my JavaScript: function message() { ConfirmStatus = confirm("Install a Virus?"); if…
Anomynous
1
2 3
79 80