Skip to main content

All Questions

Tagged with
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
0 votes
1 answer
5k views

Download file from ftp using angular 5+?

I'm trying to use the npm library called ftp-client (https://www.npmjs.com/package/ftp-client) to download a simple image from my ftp server in my Angular 5 application. I copy-pasted the example but ...
HanselDoullery's user avatar
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
0 votes
0 answers
121 views

Secure FTP Download not working in UWP

I tried using BackgroundDownloader class to download file from secure FTP server, but it doesn't download and also didn't throw any exception. The below GetResponseInformation() is returning null. I'...
SiD's user avatar
  • 109
3 votes
1 answer
8k views

Show FTP download progress in Python (ProgressBar)

I am downloading files over FTP using the following Python script. What I wanted is to see the details of the progress while downloading. For that I used ProgressBar but it isn't showing anything. ...
Marshmellow's user avatar
0 votes
3 answers
218 views

C# Progress bar doesn't update while downloading

I am downloading a file from ftp server with a BackgroundWorker but the progress only updates when the file is already finished downloading. Progress bar stays at 0, freezes for the duration of ...
Adam Stück's user avatar
0 votes
1 answer
266 views

Chrome Download Tag Does Not Download FIle

I have problem that i want when i click on SRT on ma web page to download file...but problem is that all my files are shared throught ftp server not http so if i use http it download file, if i put in ...
Igor Petev's user avatar
2 votes
2 answers
887 views

e.TotalBytesToReceive returns -1 [duplicate]

I have a ListBox that contains a list of DirectAdmin user backups. List is populated using WebRequestMethods.Ftp.ListDirectory and it looks like this: I can download an archive using the button at ...
akinuri's user avatar
  • 11.7k
3 votes
1 answer
4k views

Python: File download using ftplib hangs forever after file is successfully downloaded

I have been trying to troubleshoot an issue where in when we are downloading a file from ftp/ftps. File gets downloaded successfully but no operation is performed post file download completion. No ...
Manish Mehra's user avatar
  • 1,501
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
-1 votes
1 answer
2k views

Download a file from ftp subdirectories using cmd script

I was trying to download multiple files from our ftp server using the script: mget cd\dir_here\subdir_here\sample*.txt but it didn't work so I tried to change to back slash: mget cd/dir_here/...
Programmer in progress's user avatar
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
1 vote
3 answers
848 views

URI whitespaces are converted to "%20" with WebClient.DownloadData

I am trying to download a file via FTP, using the WebClient class. The problem is, one of the directory comprising the file path on the FTP server contains whitespaces. And, even though my URI string ...
Ljotur's user avatar
  • 19
0 votes
0 answers
246 views

Is there a way to show Progress Bar for FTP downloads in Codeigniter

I am able to download FTP files using CI controller function and need to know wheteher there is an option to indicate the progress bar of the download. The file just downloads and leaves no ...
Harinda Samarasekara's user avatar
2 votes
0 answers
85 views

Downloading entire directories from ftp server with python3 [duplicate]

I've searched, yet not found a simplistic way to download a bunch of files from an ftp server (example: ftp://ftp-cdc.dwd.de/pub/CDC/observations_germany/climate/subdaily/standard_format/). I want to ...
Christian's user avatar

15 30 50 per page
1 2 3
4
5
22