transfer

Using GameKit to transfer CoreData data between iPhones.

I have an application where I would like to exchange information, managed via Core Data, between two iPhones. Has anyone attempted this and if so what is deemed to be the best approach to doing so (i.e. are people using some intermediate format such as XML or JSON in a file or can the objects be transfered directly). My apologies if t...

How can I electronically transfer money to another account using Bank Transfer (BACS)

I'm working on a project where we collect payments from users using credit/debit/PayPal payments. The service is taking payments from users on behalf of a 3rd party organisation. Once we take the payment, minus fees, we want to transfer the amount to the organisations bank account. For now, what we can do is pay the organisation using ...

ASP.NET file transfer from local machine to another machine

I basically want to transfer a file from the client to the file storage server without actual login to the server so that the client cannot access the storage location on the server directly. I can do this only if i manually login to the storage server through windows login. I dont want to do that. This is a Web-Based Application. Using...

Wordpress transfer to new ftp. Help, Home link doesn't work?

Hi I've transfered my wordpress site to a new ftp server, but my home link doesn't work properly. When I click on it, it goes to http://123.456.78.8/mydomain.com and I get a page not found message. I've discovered it needs a / at the end to work. Does anyone know a way to fix this before I put it on my live site? Could it be a database ...

iPhone: save log files and transfer to PC

Hi, In my iPhone application, there is a requirement to save a few log files in the phone(files are run-time generated). Then I have to copy/transfer the files into the pc. Can anyone suggest the best way to do this. Pls consider this as a newbee question. Thanks in advance.. ~Dhanesh ...

Transferring objects between two independed applications (C#)

Hi, is it possible to transfer a object from one application to another (in C#)? I'm working with a CAD API. The initialization of that API takes a few seconds (10 - 15). Would be nice if I could initialize the object only once in App1 and call it up from App2 whenever I need it. Any ideas? Thanks! ...

How to implement file transfer with Java sockets?

Hello, I am working on a chat implementation with Java sockets. I have focused on few functionalities, like authentication, one person chat and a group chat. I was thinking about adding file transfer functionality, and I wonder what's the good practice about this. Should I have separate socket on the server with different port listening...

Will PayPal require fresh implementing work when I transfer site to an another host?

Hi friends, I have a site using PayPal payment for membership. I need to move my site to an another host now. So, Do I need to do PayPal integration work from scratch on new server? or will it just work when I transfer files to new server? Thanks a lot for helps! Appreciate. ...

PHP Redirection with Post Parameters

Hello, I have a webpage. This webpage redirects the user to another webpage, more or less the following way: <form method="post" action="anotherpage.php" id="myform"> <?php foreach($_GET as $key => $value){ echo "<input type='hidden' name='{$key}' value='{$value}' />"; } ?> </form> <script> document.getElementById('m...

Using iframe to load Video Chat Page from different Web Address is a best option to saves the CPU usage of Host server?

I have a Social Community Website and I want to add Video Chat,but if i add directly video chat in my WebSite then it will slow down my web server. for example. http://welinked.com/myvideochat.php if i load my Video Chat program in this page in WeLinked Domain,then it will slows down the other features of my website,and CPU usage of t...

Is it possible to transfer files via ZModem over USB?

And especially are there .NET libraries available for the purpose? Two hours of Google searches have turned up nothing so I'm not optimistic, but ... The big question: is it even possible to use ZModem over USB? TIA. ...

Transfer data from android phone to another server

i have written a application for android phone (nexus1) which collects some information regularly at some intervals.Now i want to transfer the information collected to some particular server regularly as the information is collected by phone? ...

transferring binary files between systems

Hi guys I'm trying to transfer my files between 2 UNIX clusters, the data is pure numeric (vectors of double) in binary form. Unfortunately one of the systems is IBM ppc997 and the other is AMD Opteron, It seems the format of binary numbers in these systems are different. I have tried 3 ways till now: 1- Changed my files to ASCII for...

What DirectShow uses for data transfer between filters?

What does DirectShow use for data transfer between filters? (pipes or what) ...

Using GameKit to transfer CoreData data between iPhones, via NSDictionary

I have an application where I would like to exchange information, managed via Core Data, between two iPhones. First turning the Core Data object to an NSDictionary (something very simple that gets turned into NSData to be transferred). My CoreData has 3 string attributes, 2 image attributes that are transformables. I have looked throu...

Microsoft.SqlServer.Management.Smo.Transfer() losing contraints

I'm trying to copy SQL database from one server to another. Please tell me how to use Transfer() method without loosing constraints in the target database. I've tried different parameters including CopySchema = true; // and CopyAllSchemas = true; //and even CopyAllObjects = true; and still this damn thing is losing all the...

Microsoft.SqlServer.Management.Smo.Transfer class

I'm trying to copy sql db between servers using Smo.Transfer class. And it's ok when you're copying absolutely normal database. It works. But what if your data inconsistent? For example I have a function and it gets the value from a table and non-existed column (someone renamed the column and now the function wouldn't work). But if yo...

Android -- Transferring Application to a Device

I have just finished my android application and now it's time to test it under real-life conditions. The only problem is I'm clueless as to how to take the application and transfer it over to a device. I have already signed the application. What's next? Thanks in advance for your help! ...

Another issue with Microsoft.SqlServer.Management.Smo.Transfer

I don't understand why sometimes Transfer.ScriptTransfer() generates a script where some CREATE VIEW statements come even before the actual table declarations. How's that possible? ...

Transfer file from android(nexus1) to other server using GPRS

I want to write the application which will transfer file from android (nexus1) to some other server by using GPRS.which protocol should i use and how to implement that? ...