Skip to main content

All Questions

Tagged with
0 votes
3 answers
168 views

Why does the FTP download not work properly with Java

i'm currently working on a small checklist builder program in Java. I would like to upload and download the created file to my FTP Server (ftps). I'm using the following code for downloading: public ...
AkEgo's user avatar
  • 23
0 votes
1 answer
1k views

PHP script for downloading files through website from a list page containing files in specified folder on server

I need the option to show other people who are not programmers the variety of files they could download from the FTP server folder (I use WinSCP) Now the problem with the code is that if you write ...
Renata Vukadinovic's user avatar
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
0 votes
1 answer
3k views

List and download clicked file from FTP

I have FTP and I need list all files in FTP in uploads directory and after click on any listed file it will download the specific file from FTP. It list my files in uploads directory but when I will ...
Marty1452's user avatar
  • 405
2 votes
1 answer
450 views

Scrapy download files from FTP

I need to download a group of csv using scrapy from FTP. But first I need to scrape a website(https://www.douglas.co.us/assessor/data-downloads/) in order to get the urls of csv in the ftp.I read ...
Cyberguille's user avatar
  • 1,592
0 votes
1 answer
3k views

PHP Search FTP for certain File by extension and Download it

i'm stuck with a Project i'm currently working on. I have to make a PHP Script that uploads a File to a specific FTP, the file gets processed by another script which is observing the FTP on the Fly. ...
ZeroGS's user avatar
  • 139
1 vote
2 answers
325 views

How can I download files greater that 1MB from FTP using c#

I have created a C# application for downloading file from FTP. I could not download files having size greater than 1 MB. I got an error "Data is corrupted" while downloading the file. Here is my code ...
vijesh's user avatar
  • 1,163
0 votes
1 answer
132 views

Downloading FTP file from authorized section

I have a PHP website on IIS 8, with authorized section. I'd like to add a functionality so that logged in users can download files, for which have rights (information about files assigned to user ...
DropDropped's user avatar
  • 1,273
-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
2 answers
3k views

How to download file in ASCII mode using python ftp connection

Can we download file in ASCII mode using python ftp connection ? I have only below binary mode method, ftp.retrbinary('RETR ' + filename, fhandle.write) I want to know how I can download ASCII mode. ...
sunita rao's user avatar
0 votes
1 answer
58 views

Python Ftp Not a Direcoty error

I am trying to download files from a ftp server and importing the data to django. So i created a list contain server address,login details,path,file name,and the path where the file to be download ...
sudeep Krishnan's user avatar
0 votes
1 answer
1k views

ftp csv file download with java

I successfully download a csv file stored in ftp server using the code below. URL url = new URL(ftpUrl); URLConnection conn = url.openConnection(); InputStream inputStream = conn.getInputStream(); ...
user3677827'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
2 answers
3k views

Apache Camel and FTP processing

we are trying to build up a process server in Camel. We have several client, providing files via FTP. We have to mirror the ftp files, but we would like to download only the files we do not have ...
xyx's user avatar
  • 103

15 30 50 per page