Skip to main content

All Questions

Tagged with
0 votes
0 answers
282 views

Some downloaded files are missing bytes (Apache Commons FTPClient) [duplicate]

This is a continuation of my other question because I noticed that other file types are affected too (not only images). My Android app (Java 8, min SDK 24, target SDK 27) downloads images (jpg,png) ...
Neph's user avatar
  • 1,941
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
0 votes
0 answers
35 views

Problems with download files from different directories with FTP library Apache Commons

I'm working on an application which download images from a FTP server, I'm using the library: Apache commons. What I want to do is download every image from a tree of directories like this: -iTable ...
Jack Moe's user avatar
0 votes
2 answers
2k views

Android FTP download pause/resume

I'm working on an Android project that requires FTP download to be paused/resumed. Here is the code I use for FTP connection: ftpClient.setConnectTimeout(25000); ftpClient.login("login", "password");...
android.dev's user avatar
1 vote
1 answer
490 views

Unable to download txt file from ftp server in Android

I'm trying to download from ftp server in my android app but when i create the local file i can't write in. Here the code: String servidor = ips[0]; int reply; ftp....
Xavi's user avatar
  • 67
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
-1 votes
1 answer
186 views

Download to folder/files android apps

my problem is that I use in my practice are pdf files. I did not add them into my application. I want pdf files from ftp or a URL to download it. I have no idea about the solution. I've tried a lot ...
Gökhan Tebrizcik's user avatar
1 vote
0 answers
732 views

android downloading multiple files with ftp?

I am trying to download multiple files from ftp server, but all the files I retrieved is corrupted/here is the code I am using: I am looping inside my fileslist array to download only the files I ...
darkosj's user avatar
  • 119
-1 votes
1 answer
226 views

Can't open downloaded file

I tried download apk file from ftp, but i can't open that file after download. Original file and downloaded file have same size. Im using apache commons. My code: FTPClient ftpClient = new FTPClient()...
Oleg's user avatar
  • 3
0 votes
0 answers
428 views

file not downloading from ftp server(android)

I am not being able to download the files from the ftp server to my android device. following is my code. I am using common net 3.3 reference library for access to the ftp server. app runs without any ...
user3856376's user avatar
0 votes
4 answers
512 views

Make Toast for display the name of downloaded files

i have an FTP connection which is working fine , i can download my files using a fragment which call > an asynctaskt which call > the FTP server public static void downloadDirectory(FTPClient ...
user3668100'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
-1 votes
2 answers
201 views

Reading FTP File with Android

I am using FTP to upload a file. This works great. This file contains information what the app should do. So I am doing the following: 1) Download the file with Apache FTP Client (seems to work fine) ...
JavaForAndroid's user avatar
0 votes
1 answer
1k views

android:Asynchronous downloads list of images from ftp Servicer

I'm looking for a java library that works on the android that can Asynchronous download and display images from an FTP server. Does anyone know of such a library. I've found lots of client apps, but ...
Goman's user avatar
  • 13
0 votes
1 answer
199 views

ftp file download result in black screen

I am downloading a file from ftp server. downloading code worked fine, however after download code screen doesn't show anything ,it gets black. Also download function is not returning true value, even ...
user2616375's user avatar

15 30 50 per page