Skip to main content

All Questions

Tagged with
92 votes
9 answers
180k views

Python: download a file from an FTP server

I'm trying to download some public data files. I screenscrape to get the links to the files, which all look something like this: ftp://ftp.cdc.gov/pub/Health_Statistics/NCHS/nhanes/2001-2002/L28POC_B....
user1507455's user avatar
  • 1,103
8 votes
2 answers
28k views

PowerShell FTP download files and subfolders

I like to write a PowerShell script to download all files and subfolders from my FTP server. I found a script to download all files from one specific folder, but I also like to download the subfolders ...
Pascal's user avatar
  • 105
7 votes
3 answers
39k views

Upload file and download file from FTP

I am trying to make a program that uploads/downloads .exe file to a FTP I tried using FtpWebRequest, but I only succeed to upload and download .txt files. Then i found here a solution for ...
Spreadzz's user avatar
  • 299
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
38 votes
4 answers
100k views

How do you upload a file to an FTP server?

I created a function to download files from an FTP server that I have access to. How would I upload files back to the FTP server? Below is the download_files method i used: public static void ...
Mike's user avatar
  • 2,299
29 votes
1 answer
35k views

Using R to download newest files from ftp-server

I have a a number of files named FileA2014-03-05-10-24-12 FileB2014-03-06-10-25-12 Where the part "2014-03-05-10-24-12" means "Year/Day/Month/Hours/Minutes/Seconds/". These files reside on a ftp-...
Alexander's user avatar
  • 644
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
5 votes
2 answers
31k views

Using FTP to download each file *WHILE* getting the file list

We need to get about 100 very small files from a remote FTP server using vb.net. Our company won't let us buy (or install) any 3rd party ftp libraries... so we are forced to use something like ...
Bonnie's user avatar
  • 161
9 votes
1 answer
10k views

Monitoring progress using Apache Commons FTPClient

I have a simple FTPClient class that downloads files form an FTP server. I also need to monitor progress of the download, but I do not see a way how. The actually download files function is a simple ...
Christian Green's user avatar
7 votes
2 answers
12k views

Download .RData and .csv files from FTP using RCurl (or any other method)

I've uploaded a .RData file (created using save()) to an ftp server, and I'm trying to use getURL() to download that same file. For all the examples and posts I've read, I can't seem to get this to ...
rbatt's user avatar
  • 4,777
1 vote
1 answer
832 views

Download files whose name contains a specific string from an FTP server

I am not experienced with PowerShell and I need help to download several images with similar names from an FTP server. I found a lot in this forum, and I only managed to download one picture. For this ...
Aladin's user avatar
  • 23
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
2 answers
4k views

Ruby-Rails serve ftp file direct to client

I am new to ruby and to rails, so excuse my question... . What i want to know is, how to take a file from a ftp server with ruby without saving the file on my rails application harddrive (streaming ...
fin's user avatar
  • 1
0 votes
1 answer
18k views

VBA download file from FTP url

Im trying to create VBA code to download a file to specific path from direct FTP link (asynchronously preferred). I only found code for making it work with http urls, but for FTP i get this error: "...
Yoshidk's user avatar
  • 459
192 votes
5 answers
480k views

Is there a Public FTP server to test upload and download? [closed]

What I want to do is measure broadband speed using c#. To do this, I use NetworkInterface.BytesReceived and BytesSent to get the current amount of bytes sent and received from my network adapter and ...
Jay's user avatar
  • 2,265

15 30 50 per page