Receiving data to a local system from a remote system, or to initiate such a data transfer.

learn more… | top users | synonyms (1)

0
votes
0answers
7 views

Downloading a file with Cordova

Despite the many examples found on the documentation or in this forum, I can't find a way to download a file using Cordova... First, I get the rootFS: function gotFS(fileSystem) { ...
-3
votes
1answer
13 views

Wordpress downloads page with upload option

I am quite new to this but what I want to do is create a website that is only accessible over wifi. When the user gets to the website(which I will be using wordpress to build) There needs to be a ...
0
votes
0answers
12 views

Download a large number of .docx files

I need to parse about 100 000 .docx documents in order to do a statistics.What is the most efficient way to find download such a massive amount of files? To download i was thinking of using iOpus ...
0
votes
0answers
18 views

Error #2148: Exception when downloading a file

I am getting the following exception when i try to download a file in a local Machine: As it is just a work around My requirement is to show the file in local in the download option. But i am getting ...
-2
votes
0answers
7 views

Download huge amount .docx [closed]

Hey in order to do a statistics I need to parse about 100 000 .docx documents. Any sugestions on what is the most efficient way to do download them?
-1
votes
0answers
18 views

How to resume the download when downloading a huge file(part by part from cloud)? [closed]

I am using Amazon S3 SDK to download huge file say, 4 GB or so., but if the download is about to finish its being interrupted. So I divided the object into several parts, fetching each part in each ...
-3
votes
2answers
42 views

PHP CODE TO DOWNLOAD A FILE [closed]

In my website I have one brouchure.I have created a link in the website to download the brouchure. When anyone click the download link,the brouchure should be downloaded. I have creted the following ...
0
votes
1answer
20 views

CodeIgniter download a file to windows via FTP

In my website I have the following 2 functions. The first one takes the FTP connection and creates a directory in the specified path. server.com/Host_path/DirectoryName for example. This piece of code ...
1
vote
0answers
13 views

VB to download torrent, deflate gzipped section selectively

Apologies if this is a basic question, i'm a very casual programmer. I'm writing a program which will search for torrents, grab them based on certain criteria (one being that they are indicated as ...
0
votes
1answer
25 views

How to start the download of remote big files directly?

I'm trying to pass a large file from an external API to the user, (think 100MB or more) Currently, I'm using a bit of a paranoid script (due to failures from the past) to get the script downloading ...
0
votes
0answers
8 views

windows phone 8 download file

I need to download file from website to iso storage.I find 3 ways,BackgroundTransfer,WebClient and HttpWebRequest can make it.but, all 3 ways can not realize pause and resume downlonding. on the other ...
0
votes
1answer
39 views

Howto download file from Drive API using Python script

I'm working on simple script in Python which could download and export all files from Google Apps domain Drive Service. I was able to create Drive session using service account and I'm getting JSON ...
0
votes
0answers
14 views

How to download MP4 file that plays through a video player using the curl command

the following page automatically plays an MP4 that I want to download on a video player: ` http://www.stylelife.com/phase2xl/media/videoplay.php?content_filename=136433981.mp4 However, when I ...
-1
votes
0answers
14 views

Grab file then download html [closed]

My server does not want to work with me at all... I have a file /home/stuff that is a symlink to /var/www/html/stuff I want to be able to download the contents of /var/www/html/stuff but I get a ...
0
votes
0answers
31 views

Secure streaming link

I have a problem to secure and protect my video link from direct downloads... I am try to make something like this link http://server1.site.com/videos/123/456/789.mp4?key=0457043013fbd9ebae8ae3 ...
0
votes
1answer
16 views

How to save file to user hard drive using Flash

Does anyone have tips on how can I save a file to a user hard-drive using Flash and show its download progress? Is it even possible?
0
votes
1answer
29 views

Keeping track of AsyncTask status to update ListView items

I have a ListView that shows a bunch of downloadable objects. When the user clicks a list item, the item gets downloaded through an AsyncTask, and a notification is also made showing the download ...
0
votes
1answer
15 views

How to download large size .xlsx file in liferay

I was unable to download large excel file in liferay.Can anyone provide reference links.
1
vote
0answers
34 views

php download script not work with ob_start(“ob_gzhandler”);

i always start index.php with ob_start("ob_gzhandler"); and end it with ob_flush(); i use HTTP Download for download files in my filemanager and it works perfectly, but if download request started ...
0
votes
0answers
32 views

Android - Add button to download image from app to device

So I have a basic app that displays images one at a time. And I'd like to add two buttons, one to download current image, and one to download all the images, which is basically the drawable folder. ...
0
votes
0answers
15 views

Is it possible to create a Flash based download manager?

I was wondering if its technologically possible to create a download manager using Adobe Flash which will have the following capabilities: Providing URL to download (can be external to current ...
-3
votes
0answers
18 views

Hiding the actual storage directory of any file to download [closed]

In all the file sharing websites the actual location of where the file is stored stays hidden and each and every time a new random link is generated and that link is lost after a particular period of ...
-1
votes
0answers
19 views

Microsoft SQL Server 2008 R2 [closed]

I am about to download SQL Server 2008 R2 SP2, do I have to download the base - SQL Server 2008- before I download the service pack version? Or does the service pack version contain everything needed ...
-3
votes
1answer
32 views

file_get_contents to get youtube video url PHP [closed]

I can get a full page source with file_get_contents function on php. I want to get youtube video links with file_get_contents & preg_match functions. For example this link: ...
-2
votes
1answer
31 views

How to download files without save diablog box using php [closed]

I want to download any files, without ask save dialog box. It is possible using PHP? If anybody have an idea so please share with me..
-1
votes
0answers
22 views

add .html when download pdf

I have uploaded PDF file to server and write <a href="myfile.pdf" /> when someone click on that link idm will grab and download how to prevent idm for grabbing my file without going to config ...
-1
votes
1answer
16 views

What version of Apache to download [closed]

I'm just beginning to program and I don't know which version of Apache to download. I need Apache to run my code is my understanding. "Python web scripts are server-side scripts, meaning they must ...
0
votes
2answers
22 views

how to return to client with original extension and rename file

i created a website with upload feature and was stored in server with .xxx extension and renamed on every files then record the original extension and file name into database. Client -> Upload -> ...
0
votes
0answers
53 views

PhoneGap app downloading output file from PHP

I've just started working with PhoneGap for developing Android applications and have run into a problem. The application I'm building collects data from the user and is sent to the server where it's ...
0
votes
0answers
26 views

Where can i download an already built libtorrent dll?

I'm having a lot of trouble trying to build the libtorrent library. i've searched the internet for an already built dll without any success. i was wondering if someone know where to download the dll. ...
0
votes
0answers
18 views

only local player is shown in game center

I am trying to develop game game-center compatible. All results pushed in game center are shown to current local player and aren't for my other app id's. I've tried on different game-center accounts ...
0
votes
0answers
16 views

Java: FTP authentication with system.net.url

I need to download a file from ftp which uses basic authentication. I tried setting the Authenticator class like it is pointed out here: Authenticated HTTP proxy with Java but I cant seem to get it ...
1
vote
1answer
54 views

C++/C Downloading file from http using berkeleys/bsd sockets

I would like to know how to download an .exe file using sockets in c++/c. I'm using cygwin and g++ I've tried with berkeleys sockets but i can't seem to download the file. I've embedded my code ...
1
vote
1answer
22 views

Downloading files in a loop with Python mechanize

I am having trouble downloading multiple files in a loop with Python mechanize. I am also utilizing Beautiful Soup 4. The documentation for either package does not seem to have the answers. Here is ...
0
votes
0answers
18 views

WebClient doesn't raise events

I'm trying to download all files listed by a PHP script with the file name and md5 checksum, comparing them to the local ones and if they differ download updated ones. It downloads file by file for ...
0
votes
0answers
13 views

IE8 can't download some images, and the images it can't download change with each page refresh

I am working on a leaflet map and had been thinking that IE8 was running the javascript very slowly, but now I think IE8 is just struggling with the images. Oddly, though, the images IE8 can't handle ...
0
votes
0answers
11 views

How can I download files with JSFL on a MAC?

I am writing an swfPanel to generate Jigsaw-puzzles on a Windows-pc and I am able download files on Windows but I don't own a Mac (http://www.ronaldliauw.nl/jigsawmaker/jigsawmaker.zip if you are ...
0
votes
0answers
5 views

urlmon downloading outdated files different from the file source

i am trying to download a wiki dump from a site but i noticed somehow after a new dump is available, the program is still "downloading" the old dump? what i manually downloaded and what my program ...
0
votes
0answers
26 views

downloading zip file from server is showing error message of unexpected end of archive

i am having zip file containing images in it on server. but after downloading that zip file and opening it gives an error "Unexpected end of archive", "the archive is either in unknown format or ...
5
votes
3answers
78 views

Check if there is a newer version of my local file in Github, with R

In short: I need to get the date of last change in a file hosted on Github. In long: given that in Github I have a file (an R workspace) that once in a while is updated, I would like to create a ...
0
votes
2answers
70 views

Perl download from url to local drive

I want to offer my visitors a file for download to their local machine (e.g. the Download directory in case of Windows7). The code below works perfectly well, but only if the file is located on the ...
0
votes
2answers
29 views

Showing progressbar in listview while downloading

There's a "download" button in each listview item. While the button is clicked, it will start a worker thread to down files. And at the same time, the button changed to progressbar and showing the ...
0
votes
1answer
23 views

Need to ImageView to download image, not use cache

I have and imageview that downloads a bitmap: InputStream in = new java.net.URL(urldisplay).openStream(); bm = BitmapFactory.decodeStream(in); The imagview then scales the image: ...
0
votes
0answers
7 views

Flexget RSS for torrent

presets: Preset_name: regexp: accept: - DVDRip download: ~/torrent/watch tasks: Task_name: rss: http:// preset: - Preset_name Hello I'm using this config in ...
-3
votes
0answers
18 views

Download image from image url? [closed]

Download image from image url and showing in Image control in asp.net with C# this link code dont download all image. only download that starting "http". How to download all image? thanks
0
votes
1answer
23 views

convert png to jpg and download jpg image

Hi, I have given an option to user to Export Images As JPG and I have stored png images So, i have created some php script to do so. png is converting fine.. but when i downloaded the jpg image and ...
0
votes
2answers
60 views

clear the textbox after redirect to a download page

i have 2 pages. main.aspx and download.aspx page_load at download.aspx is to download a file textbox and download button at main.aspx -no function at page_load -button redirect to download.aspx ...
-1
votes
0answers
21 views

Can I replace process of browser by my process bar?

when I download a file from my website, browser'll catch a link and download it automatically. I want to manage dowloading process by my website. For example: This's dowloading process of browser ...
0
votes
1answer
27 views

Using urllib to Download

Im creating a program to download music. right now some of it is in selenium but im trying to slowly s=change it completely to urllib but im stuck at the download part. when i run it it works fine ...
0
votes
1answer
18 views

I'm trying to install ImageMagick via HomeBrew and the Brew Doctor is giving me the following error. Any advice?

Warning: "config" scripts exist outside your system or Homebrew directories. ./configure scripts often look for *-config scripts to determine if software packages are installed, and what additional ...

1 2 3 4 5 82