transfer

Has anyone succesfully called this method: HttpServerUtility.Transfer(IHttpHandler, Boolean) ?

Hi there, I am doing some nifty research in my search for an optimal solution in regards to dynamic server transfers to classes implementing the IHttpHandler interface, and for this, I would like to experiment with the in title specified method signature. When I look in the MSDN documentation, I have my normal trivial implementation wh...

How to handle session items between subdomains in asp.net?

HI All, In my application i have so many subdomains, now i need to transfer the session from one subdomain to other. How to do it? ...

Using asp.net, how do I redirect a user and change the POST data at the same time?

I have a single sign-on solution, meaning that the user will login to one site and be redirected to another. When I redirect the user I want to pass along a key that can be used to verify the user's authentication status. Most of the examples of single sign-on I read show the login site passing the encrypted key has a query string val...

web service - mobile application (j2me) file transfer

What i'm trying to do is transfer an image from the web service to the mobile client. In order to do this i've created a web service operation that returns a byte[] variable. In this method i create an .png image from a chart. After this i get the bytes from the image and provide them as a return value for the operation. this is the serv...

Transfer Byte array from server to browser

I have a database column that contains the contents of a file. I'm converting this into a byte[] on the server (I don't want to save the file to the disk) and then want to send this to the client to download. The file can be any thing (pdfs, pics, word, excel, etc). I have the file name so I know the extension but I'm not sure how the ...

Image transfer from server to client through bluetooth in j2me

How to transfer text and an image from server(pc) to clients(mobiles) through bluetooth in j2me. ...

Peer to Peer file transfer c#

Hey, I have been looking on google and I cannot seem to find anything about peer to peer transfer. Basically, I want to be able to send a file from my computer to someone else's computer. Does anyone know of any guides that can help me with this? Thanks. ...

Use PHP to sync large amounts of text

I have several laptops in the field that need to daily get information from our server. Each laptop has a server2go installation (basically Apache, PHP, MySQL running as an executable) that launches a local webpage. The webpage calls a URL on our server using the following code: $handle = fopen( $downloadURL , "rb"); $contents = strea...

Using Clickonce Deployment with Background intelligent transfer service

Hey guys, We are thinking about the deployment and update strategy for a fairly large framework throughout our organization. The application will be in .NET 3.5 and will run on Windows XP, Vista and Win 7 machines. I have used Clickonce few times and it works well for sure. Has anyone thought of, or have implemented the BITS feature of...

Transfer Datatable from one aspx page to another C#

I have question which I hope some one can answer, what is the best way of transferring Datatable to another .aspx page so it can gathered and binded to Gridview in C#? Cookies? Sessions? Cache? ...

Transfer of entire contents including white space of non-volatile storage on switch to a server over ssh

This is a feature request for our networking switch where a customer wants complete binary dump of the entire contents (including white space) of all the non-volatile storage we have on our equipment (like compact flash/eeprom) to a server over a ssh v2 connection. What is the best way to do this ? ...

x-code copying project to another computer problem

Hi there Im having problems copying a project over from one mac to another. The project compiles and runs fine after being copied, however xcode seems to have some duplicate of the same classes which seem to be invisible on the project browser on the left. For example if I jump to definition on a variable I get 2 suggestions pop up. Th...

Paramiko equvalent of pipline controls and input/output pipes

I need a method of paramiko based file transfer with a lightweight SSH2 server (dropbear) which has no support for SCP or SFTP. Is there a way of achieving a cat and redirect style file transfer, such as: ssh server "cat remote_file" > local_file with paramiko channels? Can paramiko.Transport.open_channel() or Message() do the job? I...

Paramiko equvalent of pipeline controls and input/output pipes

I need a method of paramiko based file transfer with a lightweight SSH2 server (dropbear) which has no support for SCP or SFTP. Is there a way of achieving a cat and redirect style file transfer, such as: ssh server "cat remote_file" > local_file with paramiko channels? Can paramiko.Transport.open_channel() or Message() do the job? I...

Is it possible to get the transfer time in milliseconds using wget?

Generally, wget shows transfer time in seconds... Is there a way I can get it to show the time in milliseconds? ...

P2P File Transfer c#

Hey, basically I want to send files to my friends through a program, I have been looking on google but I can't seem to find anything. I have found this but it is for C++ and i'm looking for C# Any help would be appreciated, Thanks. ...

iphone/mac - how to send video file with a socket?

Hi My program (iphone app) consists of 2 parts - A server socket (sits on port 3490) running on a different thread, and a client to test the server. The server has a video file, and I want to send it to the client upon request. This I do like this: int fileDesc = open([viewController.filePath UTF8String], O_RDONLY); if (fi...

I need to pull large backup files from my clients' servers to my server every month

I have clients out there running an SQL Server Express 2005 and each of these needs a backup each month and that backup needs to be moved to our server in case they lose their backup. Our software automatically backs up the database each month but we have to manually go in and copy it across. Is there any way to automate the copying of f...

[PHP] Using cURL to download large XML files

I'm working with PHP and need to parse a number of fairly large XML files (50-75MB uncompressed). The issue, however, is that these XML files are stored remotely and will need to be downloaded before I can parse them. Having thought about the issue, I think using a system() call in PHP in order to initiate a cURL transfer is probably th...

Passing money from a customer to a 3rd party directly (Paypal Payments Pro)

Hi All, Let us assume that there are three parties. Organization X, which provides a SaaS, organization Y, which is using the X's service, and Consumer Z which is using X's service to make purchase from Y. This is similar to something like EBay for instance in a way. Now I would like to have Y and Z directly transfer money between them ...