transfer is the process of moving data from one physical or virtual location to another
Questions tagged [transfer]
1194 questions
3
votes
1 answer
FTP Transfer Types for PHP files - Is binary transfer okay for PHP files?
(I have a Linux server and My computer's operating sysyem is Windows.)
Hi. I've heard that you should transfer text files like PHP files via ASCII transfer type, and for other types of files such as images, you should use binary transfer type.…

Visualizer7
- 325
- 1
- 5
- 13
3
votes
2 answers
FTPClient's setFileTransferMode Not Taking Effect
The following code is meant to take a file (any file would be nice, but right now I'm just using images anyway), and upload it to my server (which works, blah blah blah). The only problem is that the picture is quite skewed after transfer. The main…

J3RN
- 1,683
- 4
- 20
- 27
3
votes
3 answers
Quick C++ data to Java transfer
I'm trying to transfer a stream of strings from my C++ program to my Java program in an efficient manner but I'm not sure how to do this. Can anyone post up links/explain the basic idea about how do implement this?
I was thinking of writing my data…

Andrew
- 491
- 1
- 6
- 18
3
votes
2 answers
Transfer files from one ftp to another
I need to transfer file/files from one ftp to another. (automatically, let's say at midnight, when is server is less busy).
My question what my options are?
At the moment I'm reading how to use CRON and looking for php function to transfer files to…

MAX
- 31
- 1
- 2
3
votes
0 answers
Transfer private maven repository to AWS CodeArtifact
How can I transfer a private Maven repository (Artifactory) to AWS CodeArtifact?
Are there any tools to handle this or specific maven commands?
I have searched many times to find a solution, but I did not found the correct answer that I am looking…

marco
- 51
- 3
3
votes
3 answers
Using Bundle to move a value from activity to activity but can't get them from on create method?
My java skills are not strong. Only been programming in it for a month or 2 so forgive my stupidness.
I'm trying to pass values between methods in a bundle to allow me to save and load some game settings but although I think my values are…

MarbleMad
- 67
- 1
- 1
- 7
3
votes
3 answers
magento - migrate sales tables
I need to transfer sales tables form an old magento database to a new one
How can i do that without deleting the records from the new database and which are the sales tables

vecksi funcky
- 31
- 1
- 2
3
votes
1 answer
Trying to get transfer_sub from apple but got invalid_request
I am trying to transfer users that use "Sign in with Apple" to another team by following the instructions here: Transferring Your Apps and Users to Another Team
I am getting the access token perfectly fine but when I am trying to get the…

Mustafa Kemal Elma
- 31
- 3
3
votes
3 answers
PHP SFTP/SSH transfer
I posted a question a little while ago but I asked about FTP, which is the wrong question (doh!). I need to automatically transfer images (e.g. test.jpg) from one server to another using SFTP/SSH.
Could someone please explain how I would do this? I…

Daniel H
- 2,865
- 8
- 34
- 32
3
votes
3 answers
How to detect FTP file transfer completion?
I am writing a script that polls an FTP site for files and downloads them locally as and when available. The files are deposited to the FTP site randomly by various source parties. I need a way to be able to detect if the file on the FTP site has…

Chris
- 2,923
- 6
- 26
- 25
3
votes
1 answer
In ASP.NET MVC, preserve URL when return RedirectToAction
I have an action method, and depending on what is passed to it, I want to redirect to another action in another controller. The action and controller names are determined at run time.
If I return RedirectToAction(), it will force a redirect and…

Lance Fisher
- 25,684
- 22
- 96
- 122
3
votes
1 answer
Java server side sending file with resume support?
I am trying to allow my java server to transfer a file where a web browser can download.
However, I want the browser if they pause and resume the file transfer to work and not start the download all over again.
Anyone know java code for the server…

David Lee
- 31
- 1
- 2
3
votes
0 answers
Files transfer (asynchronous and future)
I have problem with files transfer. I try to read file and transfer this file in SocketChannel
Server
private final AsynchronousFileChannel fileChannel;
private Future writeOperation, readOperation;
private long positionWrite,…

Akalit
- 31
- 3
3
votes
2 answers
How to transfer files with Tramp using scp or rsync
I've read the TRAMP manual and dozens of forums across the web but I couldn't find an answer to this question. I am trying to set up a link in org-mode that transfers a file from a remote server to my local machine (or vice-versa).
According to the…

Ajned
- 523
- 5
- 21
3
votes
0 answers
How do I accept bitbucket transfer?
I have transfered ownership of a bitbucket repo from a user to another user.
But I can't accept the transfer... I've read the documentation but I don't have the transfer request message...
I just have this :
How can I accept this transfer ?

Phoste
- 1,141
- 4
- 18
- 34