Skip to main content

All Questions

Tagged with
98 questions with no upvoted or accepted answers
5 votes
0 answers
4k views

How to resume download in PYTHON, using urlretrieve function?

Can anyone tell me how to resume a download? I'm using urlretrieve function. If there is an interruption, the download restarts from the beginning. I want the program to read the size of localfile (...
Mayank's user avatar
  • 51
4 votes
0 answers
230 views

How to Download file from Active FTP Server using NSURLSession API as CFFTP API are deprecated from iOS 9?

I have a configured active server which is listed in white wash list of firewall.There is a file at some path on FTP server. How can I download them by using NSURLSession API?
mohit_IBS's user avatar
  • 161
3 votes
0 answers
406 views

While downloading file from FTP Server, getting an error message from Apple

I am using FTPManager code to download a file from FTP server. In my app, i am getting a request from TCP server to download a file and then play. Sometimes FTP manager code downloads the files and ...
Nitya's user avatar
  • 449
2 votes
0 answers
623 views

Calculate Speed and Bytes Transfer Rate in FTP download Android

I am planning to create an application for downloading a file from FTP server, Below code has working fine with the functionality, But I need to show current speed and transfer rate while downloading ...
user3041237's user avatar
2 votes
0 answers
457 views

Android Ftp Download File Issue

I am really novice in android programming and I have an issue while downloading a file from my ftp server to sd card of my emulator. I have searched similar topics and tried to do every single ...
Kemal's user avatar
  • 96
2 votes
2 answers
1k views

Error downloading file via cURL

I want to download a file from an ftp server via cURL. Here is my function: function getFile($remotefolder, $remotefile, $localfile) { $url = "ftp://xxxxx.de/" . $remotefolder . "/" . $...
DM1986's user avatar
  • 33
2 votes
3 answers
628 views

Download a remote file (2GB) using PHP

I have a large file (2GB) and I want to download it to server A from server B with PHP. I tried both FTP and CURL with PHP but without success. it returns a TIMEOUT REQUEST error even if I ...
aniss.bouraba's user avatar
1 vote
0 answers
599 views

Downloaded images are missing bytes

My Android app (Java 8, min SDK 24, target SDK 27) downloads images from an FTP server, using Apache's FTPClient (version 3.6). There are a couple of smaller .jpg images (around 12kb each) that ...
Neph's user avatar
  • 1,941
1 vote
1 answer
445 views

Get specific file with name containing specific string from directory using FTP

I have made below batch file to get some files using ftp from server... Now I need to get specific file from the directory below using mget. Not all file in that directory. And I need to pass it as ...
sam's user avatar
  • 2,557
1 vote
1 answer
813 views

Download a file from FTP server to client machine via website with CodeIgniter

I need download with CodeIgniter. I tried with the force_download function and download function. With the download function it works, but doesn't permit select the folder for the download. With the ...
user_af's user avatar
  • 51
1 vote
0 answers
353 views

php - download large file from ftp server and limiting download speed

i have website for storing large zip file and upload it to ftp server in php now i want to download the file from ftp and limiting download speed and be able to resuming and pause download i have this ...
Tawfeeq's user avatar
  • 157
1 vote
1 answer
834 views

Download files from FTP folder using Loop

I am trying to download all the files inside FTP folder temp <- tempfile() destination <- "D:/test" url <- "ftp://XX.XX.net/" userpwd <- "USER:Password" filenames <- getURL(url, ...
Bond's user avatar
  • 111
1 vote
1 answer
305 views

Download data from ftp server not updated

I am using the code below to download data from an FTP server, and it works fine, but data is not updated. So when I download file, if this file is updated on the server and I download it again, it ...
Omar Wd's user avatar
  • 19
1 vote
0 answers
71 views

How can I prevent a large and frequent FTP download from ruining my entire internet connection?

After following this tutorial(http://www.codejava.net/java-se/networking/ftp/how-to-download-a-complete-folder-from-a-ftp-server), and also programming the same thing in Python, both of the programs ...
Nexion21's user avatar
  • 149
1 vote
0 answers
51 views

Win IoT SnapDragon downloading files from SD Card via Ftp possible?

This concerns Win IoT on Qualcomm's Snapdragon where the OS does not reside on the SD card but on the board itself. We can use Ftp to access files that are stored onboard but we cannot ftp directly to ...
sulzi's user avatar
  • 31

15 30 50 per page
1
2 3 4 5
7