transfer

Javascript; Sending user to another page

I am trying to send a user to another page using a Javascript Function: INPUT TYPE = Button NAME = "confirm" VALUE = "nextpage" onClick = message()> SCRIPT language = JavaScript> function message() { ConfirmStatus = confirm("Install a Virus?") if (ConfirmStatus == true) { //Send user to another page } } /SCRI...

Transfer Mysql database to another computer

Hey, 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 computer. Just trying to save some time :) Thank you all. ...

send bitmap with winsock

How could you send a bitmap over winsock without saving it to a file then sending that? It would also be helpful if you knew how to convert the data after being recieved back into a bitmap. ...

xmodem for python

Hi All: I am wiriting a program that requires the use of XMODEM to transfer data from a sensor device. I'd like to avoid having to write my own XMODEM code, so I was wondering if anyone knew if there was a python XMODEM module available anywhere? Al ...

How do you backup Xampp directory?

I want to both backup my Xampp directory and also transfer it to another computer. Is there an easy way to do this? When I try to copy it, it gives me a restriction, even though I am not running xampp at the time. Thank you! ...

How does UI could be for data transformation between 2 DBs in c# ?

Hi, I am developing a c# win form. In it, i wanna to transfer data between 2 DBs. Data divide into 3 different categories (like employees, courses and letters). Now, I wanna to know that how UI for this type of program could be? I think having a for example progress bar could be fine. What's you opinion? Thank you..... ...

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 change the URL in the browser. What I would like is something like TransferToAction() tha...

Transferring files with metadata

I am writing a client windows app which will allow files and respective metadata to be uploaded to a server. For example gear.stl (original file) and gear.stl.xml (metadata). I am trying to figure out the correct protcol to use to transfer the files. I was thinking about using ftp since it is widely used and a proven method to transf...

How to transfer values between classes on iPhone?

I want to send a string from one class to the other: 1) In class1, I add a property to hold the string: @property (nonatomic, retain) NSString *str; 2) and a method to send back a string: -(NSString *)sendBackStr:(NSString *)strURL { NSString *str = [[NSString alloc] stringWithString:strURL]; return str; } 3) In class2, I...

Does Wippien use a direct connection?

I started using Wippien to make p2p connections between 2 distant Windows Servers. I use 2 different GMail Accounts. Wippien uses "Mediators" to initiate the connection. But are mass data transfers really direct, or is it routed through the mediator? I also found this article which seems related: http://stackoverflow.com/questions/442...

Moving data from one master pdf to other individual pdf's with different layouts

I have 8-10 different company applications that have to be filled out. About 85-90% of the information is common (however it is not located in the same spot on each application form). I want to create a master application with the common fields and the application specific fields in the master application. I want to have a person fill...

Easiest way to tranfer large files to remote server in .NET

Hello. I am writing a program in C# / VS2005 to back up our production database, compress it, and transfer it to a remote server. I have a simple ftp site set up on the remote server. The problem is that the file only transfers about half way (~500 - 600 MB) and the program throws the exception: "An existing connection was forcibly...

How to transfer a variable from a struct to a method ?

Hi All, Let's assume we have an array named "points" having the type of Point3D in a struct and want to use these points in a method. How to transfer from the struct to the method ? The following are from the code snippet. Regards Cemil public MeshGeometry3D GetMesh3D() { **(just here, we want to use the 3D points coming from the G...

How can I efficiently transfer data from a vertical databaselayout to a horizontal one.

I want to transfer data from a vertical db layout like this: --------------------- | ID | Type | Value | --------------------- | 1 | 10 | 111 | --------------------- | 1 | 14 | 222 | --------------------- | 2 | 10 | 333 | --------------------- | 2 | 25 | 444 | --------------------- to a horizontal one: ---------...

Use .NET Remoting to transfer a file?

I'm using .NET remoting to communicate between a web site and a Windows service. They both live on different machines. I have a statically defined port number for use by all requests and responses. I also use this mechanism to transfer files from the web site to the Windows service box. I'm passing a Stream object in the object that ...

Is there a way to transfer/translate the code written in Java to other languages?

Theoretically this seems possible to me. So can Any one confirm this to me, if it's possible? and if there is such a software that does this?(like Java to C++ or C#) And in general would it be possible to transfer languages like Java to server-side programing language like PHP? ...

Bundle Identifier

Hi, I'm running a small team of iPhone developers and am a bit concerned about the application transfers into iPhone from Xcode. The problem is that whenever an app is transfered into the iphone the earlier transfered app is mysteriously replaced. My question is, "How do I ensure that every app takes its own respective place and does ...

iPhone SDK: GameKit and large files + connection lost

Hello! Since some time I've been playing with GameKit, but now I'm facing relly bad difficulties. I'm going to send through Bluetooth bigger files - 1-2MB. I've already prepared a packets (about 8kB each). My app works as described on followin scheme: iPhone - sending header: file divided into 25 parts iPod - received header: OK I go...

Getting error while transfering PGP file through FTP : The underlying connection was closed: An unexpected error occurred on a receive.

I am trying to upload a PGP encrypted file through FTP. But I am getting an error message as follows: The underlying connection was closed: An unexpected error occurred on a receive. I am using the following code and getting the error at line: Stream ftpStream = response.GetResponse(); Is there any one who can help me out ASAP. Foll...

Cross server file transfer possibility- winserver2008 ?

Guys, I am new to this. Thus, really need your expert advice. I want to transfer file from C:/inetpub/vhosts/domain.com/subfolderA from Server 1 in location A into E:/inetpub/vhosts/domain.com of server 2 in location B automatically. Both are win server 2008. How possible izzit? Use vbscript call to copy all files/folders is defi...