The transfer tag has no wiki summary.
0
votes
0answers
8 views
International Wire Transfer API?
Anyone know if a API that can be used to initiate international wire transfers? I realize there are plenty of websites to do this, but I'm looking for a software interface (API) to do these ...
0
votes
0answers
13 views
How to transfer every url of my site to https excluding one subdomain?
So I have already transferred all of my site's subdomains and domain name
to (https) automatically using .Htaccess.
The code I've used to do that is as follows:
RewriteEngine On
RewriteCond %{HTTPS} ...
-1
votes
0answers
73 views
Android XMPP:Connection Timed Out Error during file transfer from one app to other [closed]
i can send file from samsung android device to karbon android device successfully but not from karbon to samsung.got error connection Timed out.
My send file code:
public void sndFile(final String ...
0
votes
2answers
27 views
Unix Shell file transfer
I just started using Unix and I need to copy of few files from my class folder to my MAC.
Files are lab1.txt and lab1script, unix host is myname@stdlinux.myschool and directory is ...
1
vote
1answer
47 views
FTP server file transfer
I am uncertain about a few things regarding ftp file transfer. I am writing an ftp server and I am trying to figure out how to make the file tranfer work correctly. So far it works somehow but I have ...
0
votes
0answers
17 views
how to show device data and how to send it on wifi without using wifi direct api
I need to write the code for below task....any help for it is highly appreciated!!
I want to send device data(applications, photos, videos and also CONTACTS, CALL LOGS, MMS,SMS, APN data) from one ...
0
votes
2answers
56 views
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 ...
1
vote
0answers
58 views
Programming a Z-Domain Function in C
I'm trying to create a simple PID simulator in C. It is a simple cruise control system and I have chosen to model my system as a low pas filter.
I'm having difficulty writing my mathematical model in ...
0
votes
0answers
17 views
transfer hundreds of files specified on a list between two servers [migrated]
I need to download 800 files from a server to my server. These files have different names and they're in different subdirectories in the remote server, but I have their names on a list.
How can I do ...
0
votes
2answers
44 views
Java eclipse Path file executable
I am trying to make an exe that will move a file from one folder to another automatically.I am having a hard time trying to write the code the grabs the file from my desired location. Here is the code ...
-1
votes
1answer
20 views
Copy an Entire Directory from a Remote Server to My Server Using SSH [closed]
Hello I was wondering if there was a way to copy an entire directory including sub-directories using SSH from a remote server to my server as I am migrating my site
0
votes
0answers
33 views
Get MouseListener results from one class to another Java
I have a class with panelC which contains a table populated with customer info, some textfields and buttons. Then I also have another class panelP which contains almost the same as panelC but with ...
0
votes
2answers
29 views
WCF: File Transfer without using HTTP
Good day all.
I am completely new to WCF and Im learning as I am going.
I just would like to know, what are the best way of downloading or uploading files by getting it directly from disc and not ...
0
votes
0answers
22 views
Does DMA data transfer between 2 cores' caches treats cache as local memory ? or Does the cache write policies apply during the transfer?
I am working on a multiprocessor system where i want to transfer data from the cache of one core to the cache of other core using DMA. I want to know if the DMA treats the cache as local ...
1
vote
1answer
27 views
Via Paypal API what call can I use to transfer from my paypal balance to my bank account
I would like to automate my paypal balance to my bank.
Tired of having to go every weeks and click on the transfer to my bank.
What API call can I use to transfer my paypal balance back to my linked ...
-1
votes
1answer
59 views
Strange behaviour of socket file transfer in Java [closed]
I am trying to transfer the file via sockets
Here is the client part code example (out of context) which is sending the file to server
OutputStream out = socket.getOutputStream();
byte [] ...
1
vote
0answers
88 views
How to know end of file?
i'm writing a program to transfer files between a server and a client.I open a file in the server, then i read & send each character until EOF.But the problem is in the client side,
i can read ...
0
votes
1answer
22 views
jQueryUI transfer effect: several simultaneous transfers
Consider this fiddle.
function transfer() {
source.effect('transfer', { to: target }, 2000);
}
setInterval(transfer, 500);
As you can see the transfers run in series.
How do you make them run ...
0
votes
0answers
20 views
Transfer Website from subfolder to new domain
I have a website (mydomain.com)
I installed Joomla on mydomain.com/main and I redirected mydomain.com to mydomain.com/main
Now I'm transfering my website to a new domain. I have redirected all ...
1
vote
1answer
157 views
heat transfer for spherical coordinates using matlab
I want to apply heat transfer ( heat conduction and convection) for a hemisphere. It is a transient homogeneous heat transfer in spherical coordinates. There is no heat generation. Boundary conditions ...
2
votes
2answers
65 views
How to save and transfer the value of more than 5 edit Text from one activity to another?
I want to transfer between activities the data that i edit in my EditText fields. If i transfer from activity 1 to activity 2 i want to be able in activity 2 to edit the data that i received from ...
0
votes
1answer
28 views
Transfer all information and tag from div to a CKEditor
As the title says pretty straight forward.
I just need to know how to transfer all of the content from a div into a CKEditor while not transferring the div itself.
It's version 4.1 btw.
0
votes
1answer
50 views
How to transfer data between two children activities in android? [duplicate]
I have 3 Activities:
1 Parent and 2 children. Let's call them simply Activity1, Activity2a and Activity2b;
Activity2a and Activity2b are both started from Activity1. How can I transfer data from ...
1
vote
0answers
47 views
Variables from AHK to Java
Is it possible to transfer variables or integers from ahk to java? It might be possible to do using the cmd, which AHK commands can be exicuted using NativeCall, through the cmd, in java, explained ...
0
votes
0answers
311 views
Transfer values from combo to a multicolumn listbox Access VBA 2007
I am very new to access 2007. I have a form (a dialog, rather) named "Add Food Item:" which has
a combobox - lstWanted (named by mistake) (nothing but the list of available items)
a listbox - ...
0
votes
1answer
783 views
How can I move files on my computer to my Android SD card using ADT?
I am new to Android, so hopefully someone can help me out. I want to move three files to my Android SD Card programmatically using Android Development Tools. I already included the WRITE-PERMISSIONS ...
0
votes
1answer
37 views
rsync selected sub folders
I want to transfer selective sub folders from a range of parent folders:
/home/user/sample_rsync/
FolderA/sub1
FolderA/sub2
FolderA/sub3
FolderB/sub1
FolderB/sub2
FolderB/sub3
FolderC/sub1
...
-1
votes
1answer
89 views
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:
...
1
vote
1answer
473 views
Automate File transfer to a PAIRED device in android using bluetooth
Im a newbie in android programming. So, basically i was trying to automate a file transfer from my android phone(2.3.3) to a PAIRED laptop bluetooth...
i can send manually using ...
0
votes
0answers
409 views
How to transfer table data from one excel worksheet to another, with a dropdown list
I got my invoice data in an excel table on sheet 1. (Number, date, price, description etc.)
On sheet 2 I got the lay-out of an invoice.
I want a drop down list at the place of the invoice number. ...
2
votes
0answers
235 views
Transfer multiple files using Bluetooth(BluetoothShare.java) in android
I am using the below code to transfer a file using Bluetooth without user interaction,
How can I transfer multiple files using this BluetoothShare.java :
String filePath = ...
0
votes
1answer
106 views
Transfer or download file from website directly to your site server [closed]
I want to download the wordpress from its website (wordpress.org) to my ftp host directly.
I heard that there is a way to do it directly instead of download it and then upload again.
How can I do it? ...
-1
votes
1answer
200 views
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 ...
0
votes
2answers
292 views
Transfer data from one SQL Server table to another
For example I have one SQL Server database that contains a table
Id Address
1 England,London,someaddress
2 Germany,Berlin,someaddress2
And I have another SQL Server database that ...
0
votes
0answers
91 views
sending pictures from Android to Matlab on PC
I want Matlab to perform as a server and Android Java app to perform as a client. Android should transfer a byte array of size 460K to Matlab.
I cannot manage to get the entire array correctly on ...
-1
votes
1answer
27 views
File access on a remote windows machine over a standard networking protocol [closed]
Am making a custom adapter for an application for file access from one windows machine to the other. Is there any existing windows service that i can invoke from my program, or a sample code for file ...
-7
votes
1answer
664 views
Sending a text file via bluetooth in android? [closed]
Plese give the sample code for sending a file via bluetooth in android?
-2
votes
1answer
106 views
digital data transfer through sound card using c# [closed]
I need to transfer digital data like numbers 1,2,3 and so on using sound card in c# and receive on the other computer.... so for receiving end from where should i collect either mic or line in?
EDIT:
...
0
votes
0answers
28 views
Embeding Doodle scheduler? [duplicate]
How can i embed the Scheduler from Doodle website?
For example: i want to take the scheduling events part from here(and only the scheduling and keep it's functionalities): ...
0
votes
0answers
84 views
Drupal 7 - Theme Info Name Errors After Transferring Site to New Server
After transferring over a finished site to a new server, files/database and all, switching over the database settings in settings.php and running update.php I get the following errors:
Notice: ...
0
votes
0answers
115 views
libusb: libusb_bulk_transfer successfull but nothing is sent
I'm stuck with following problem:
Whenever trying to send a 5 byte-frame with libusb_bulk_transfer over a USB-to-serial-adapter, everything indicates that it worked and 'transferred' shows that all 5 ...
0
votes
0answers
37 views
Zend file Transfer
I have problem with upload.
this is my code:
$upload->addFilter('Rename',array('target'=>$path,'overwrite'=>true));
and error:
Warning: ...
-1
votes
1answer
314 views
Convert first order transfer function to c code [closed]
I have a simple first order transfer such as "3/s+3" or "tf(3,[1 3])" function and I would like to implement in c code. I have a C function that is called with the delta time since the last iteration:
...
1
vote
3answers
57 views
How can the users access to old contents of data (pages) in my new version of website
I designed a new website, www.AAA.com, and I want save old contents.
On the other hand, I want the users can access to old contents.
new website developed by Umbraco. and old version can be developed ...
2
votes
1answer
48 views
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 ...
0
votes
1answer
41 views
JDom getting content from one xml to another
I have two different XML's , both containing the same products but in another language.
The problem is , I want to add the description of the french xml to the description of the dutch one, but the ...
8
votes
4answers
210 views
Accepting image files via email from any address.
I am trying to build a service where anybody can send an image file from an email address/client and process it. Think about the service a bit like Flickr showing the image in a dashboard that comes ...
0
votes
0answers
45 views
SQL Authentication for Transfer class
I am having issues transfering database with data using Transfer Class. It works fine without transfering data. With data I get
ERROR: error code= -1071636471 description = SSIS Error code ...
1
vote
0answers
34 views
BITS can't download with another URL
I write a console program to download file by BITS (Background Intelligent Transfer Service) and work well with url format as below.
http://aaa.com/storage/file999.zip
However, recently file ...
1
vote
1answer
94 views
How to send a single file from one client browser to another without saving it on server (node.js) using html5 and File API
I need to send file from one client browser to another without having to save it on server (node.js) How am I able to do it with HTML5 and File API?
Actually the solution implemented:
Final ...


