Questions tagged [file-transfer]

Is a generic term for the act of transmitting files over a computer network or the Internet.

Is a generic term for the act of transmitting files over a computer network or the Internet. There are numerous ways and protocols to transfer files over a network. Computers which provide a file transfer service are often called file servers. Depending on the client's perspective, the data transfer can be called uploading or downloading.

1842 questions
0
votes
1 answer

FileTransfer only partially download files

Tried to download file using Filetransfer Cordova for android but all the files are downloaded partially. It will download just a random number of Bytes (~ 1-1.5 MB) and then fire a success download event. This is the code: var uri =…
0
votes
0 answers

Possible reasons for video files losing audio stream after being transferred?

I'm crossposting this with reddit (due to extreme desperation). Stackoverflow helped me a bunch in my early Perl days, I'm hoping to have the same luck again. Link I'm cross-posting this in Videostream, as it's my hope that those with more…
Tom Light
  • 11
  • 2
0
votes
1 answer

Transfer images from server to local folder Windows Store App

Here is my situation : I have a windows service with access to the files on the server A Windows Store Apps with access to said service Windows Store Apps don't have access to the bitmap object (only bitmapimage) The service has access to bitmap…
micbobo
  • 862
  • 7
  • 24
0
votes
1 answer

Half file transferring in c# via socket?

I am developing the file transfer application via middle level greedy routing in which file sends to greedy and greedy sends file again to router but he problem is some time client receives complete file and some time it receive some part of…
0
votes
1 answer

How Can I Reduce The Memory Useage For a Huge File Transfer?

I have to transfer some huge files (2GB-ish) to a web service: public bool UploadContent(System.Web.HttpContext context) { var file = context.Request.Files[0]; var fileName = file.FileName; byte[] fileBytes = new…
Scott Baker
  • 10,013
  • 17
  • 56
  • 102
0
votes
0 answers

Transfer of file between virtual machines

I have a Xen based virtual machine which was created using command line and has no console. I intend to run the netio benchmark on that machine. However I am not able to get the netio132.zip folder onto the virtual machine. I have tried wget…
TheFallenOne
  • 1,598
  • 2
  • 23
  • 57
0
votes
0 answers

I wish to build a file transfer application in c#.........i have internet dongles on both ends(client/server). What ip addresses to use?

I have tried making a tcp connection......didn't work. when i try to ping the public address of the remote server i don't receive any data. whatismyip.com and what is my ip(google search) gives me different public ips. (which one to use?) code for…
Sachin Sharma
  • 1,446
  • 4
  • 18
  • 37
0
votes
1 answer

Send a Sh file in Rabbitmq

I am new to rabbitmq and I am trying to send a .sh file in rabbitmq. I have setup my queue and exchanges. I am using spring-amqp and I can send json messages with my listerner container public SimpleMessageListenerContainer…
user3915942
  • 27
  • 1
  • 5
0
votes
1 answer

Cordova / PhoneGap Upload Error on Windows Phone 8.0

Cordova / PhoneGap Upload Error on Windows Phone 8.0 Introduction Hello everyone, I'm working with cordova 3.6.3 and Windows Phone 8.0 I have a piece of code that works on Android 4. That code is for uploading an image to the server, using…
0
votes
0 answers

Phonegap File transfer Android error = null, iOS error = 3

I want to transfer a image file from a photolibrary (iOS & Android) to php with Phonegap 3.7.0 . I get a code error null with Android and code error 3 on iOS, I have tried multiple solutions but that didn't work for me. The Phonegap Javascript below…
Tim
  • 98
  • 3
  • 14
0
votes
1 answer

Transfer big files from Azure Virtual Machine to Azure Storage

I have to big files range in size between 20 GB to 90 GB. I will download files with Internet Download Manager (IDM) to my Windows server at Azure Virtual Machine. I will need to transfer these files to my Azure Storage account to use it later. The…
0
votes
0 answers

moving files using cordova plugin

So here is what i am trying to acheive. My app which is develop in cordova. I am having a file input which will when choosen a file will store the file to the sd card or local memory of the phone. then i will store the location to the sqlite…
Iftikhar Ali Ansari
  • 1,650
  • 1
  • 17
  • 27
0
votes
1 answer

java Filetransfer with SocketChannel

I have problem with filetransfer using SocketChannels: client ends to transfer the file, but the server still wait more byte from client. This causes a timeout, and the file will be saved less than a small part. The server remains stucked here:…
SergiX44
  • 371
  • 2
  • 5
  • 15
0
votes
2 answers

How to show "site under maintenance" message while uploading files on live server?

My web-site is live on server. So many users visits daily on my live server. So whatever the next developing module works on my local server. But when its development done and I will try to upload my local file data on live server then some user,…
Nilesh Dharmik
  • 349
  • 3
  • 13
0
votes
1 answer

Transfer files from S3 to FTP

I'm trying to figure out if there is a way to write a ruby code that can copy file (200mb) from s3 bucket to ftp without having to pass data from s3 to server and than to ftp, is there a way to make the stream go directly to the ftp server?
Chen Kinnrot
  • 20,609
  • 17
  • 79
  • 141