transfer is the process of moving data from one physical or virtual location to another
Questions tagged [transfer]
1194 questions
-1
votes
1 answer
how do I obtain a transfer function having an input and an output?
my problem is the next one:
I have an input signal and an output one. i need to find a transfer function in this form
H(s)=1/(as^2+bs+c). my goal is to have a,b and c.

Razvan
- 3
- 5
-1
votes
1 answer
Debian: sftp transfer over bash
I know that I can transfer files over sftp username@server, but is it possible to send the password with? something Like sftp --password test username@server
I already searched but I didn't find an easy way.
Regards,
Akitoyo

Akitoyo
- 1
- 2
-1
votes
2 answers
How to extract String (from Java code) into HTML page?
I have eclipse project (Using MyBatis and Jersey) which controls "Login page".
Jersey services create two different pages, where you can see string output about events (for ex.: login created, creation error, wrong data and so on).
But how can I…

Cockabondy
- 3
- 3
-1
votes
1 answer
Securely Transfer content of Uploaded file
I am developing application using php mysql. The application will allow users (users will be from around 200 organisations) to upload excel data (CSV format) and the content will be inserted into the database. I am looking forward some methods to…

Ajeet
- 49
- 1
- 6
-1
votes
1 answer
Delphi :Transferring Image
Delphi 2010
I'm Transferring Image via custom TCP Socket control uses UTF-8
Client Side
var
TSS: TStringStream;
STR…

Somebody
- 703
- 1
- 7
- 23
-1
votes
2 answers
Substitute s in transfer function
I need to substitute a value for s in a transfer function. For example:
G(s)= 1/ (s+3)
I need to substitute
s = -2.118 +2.221j
What code should I use for this?
PS: Unfortunately, I only have control system toolbox in MATLAB.

Anu
- 3
- 4
-1
votes
5 answers
clone/transfer EC2 instance (AMI) between AWS accounts
I am trying to clone/transfer an EC2 instance from one AWS account to another by creating an AMI on the first account and sharing it with the second account. Then I can use that AMI to start another EC2 instance (w/ the same data/setup/EBS…

Steve
- 4,946
- 12
- 45
- 62
-1
votes
1 answer
PHP FTP transfer files from one server to another while executing the script on third system
Well, I'm trying to transfer files(+ directories) using PHP FTP functions from one server (source) to another (destination) & executing the script from third system. Is it possible? Can anyone help by providing an example?

Jenson M John
- 5,499
- 5
- 30
- 46
-1
votes
1 answer
C File Transfer between a Windows computer and a Mac/Linux computer?
If I have a Windows computer and a Mac computer or a Linux computer, is there a recommended library way to transfer a file between them that doesn't involve FTP, passwords, etc.
For example:
Computer #1: Windows 7 with a local ip of…

B. Nadolson
- 2,988
- 2
- 20
- 27
-1
votes
1 answer
Add String to JList exactly where they're dropped, not at the bottom
I've got a couple of JList both being able to be sources and destinations of DnD COPY actions. They work fine, but for one thing - elements are added at the bottom of the lists, instead at the drop destination row, as I'd like.
Since Oracle BasicDnD…

Jorge Antonio Díaz-Benito
- 1,036
- 12
- 32
-1
votes
1 answer
How to move files based on their names to specific directories in python?
I have a directory called /user/local/ inside which i have several files of the form, jenjar.dat_1 and jenmis.dat_1. There is another directory /user/data inside which there are two subdirectories of the form, jenjar and jenmis. I need a Python code…

user1452759
- 8,810
- 15
- 42
- 58
-1
votes
1 answer
Infinite loop when trying to transfer a file using JAva sockets
I am trying to transfer an XML file in Java but the client which receives the file freezes in an infinite loop and I don't know how to solve it.
The code I am using to send the file is:
FileInputStream fileInputStream = new FileInputStream(new…

JohnQ
- 1,073
- 2
- 10
- 17
-1
votes
2 answers
Transferring a textfield value from a source page to several target pages : Object type casting error
// SourcePage.aspx
public partial class SourcePage: System.Web.UI.Page
{
protected void btnSearch_Click(object sender, EventArgs e)
{
//......
//......
while (rdr.Read())
{
…

Earths Basement
- 9
- 1
- 4
-1
votes
2 answers
How to calculate the UDP transfer rate (kbps) in C#?
First of all, I know that UDP is not a reliable protocol but I need to this in UDP and I'm aware of the consequences that may eventually happen.
Let's assume I have a long byte array that I have split in chunks of 32bytes into a List. This…

rfgamaral
- 16,546
- 57
- 163
- 275
-2
votes
2 answers
@font-face not recognized
Ok I have my site up so far but the two fonts I used are not showing up. I transferred the fonts and put them in the same folder as my webpages. I also used @font-face in css (styless.css). I'm not sure where I went wrong.
Website:…

user1165861
- 829
- 2
- 9
- 14