Skip to main content

All Questions

Tagged with
0 votes
0 answers
27 views

Downloading files from multiple/different directories on the ftp server using python [duplicate]

I am trying to download these files from ftp server 'data-out.unavco.org'. These are the files (out of 329 of these files, i only listed 3): ftp://data-out.unavco.org/pub/rinex/obs/2015/001/adis0010....
Solomon's user avatar
-1 votes
2 answers
676 views

Linux shell script to download file(s) from server to PC while connected with putty

I am connected to a server through putty, and I want to download (to my PC) certain files on a regular basis using a shell script. Specifically, these are the files... ls -t ~/backup | head -n2 What ...
pQL7CmRP2i4's user avatar
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
1 answer
609 views

Java Apache FTPClient most downloaded files are empty or missing

This is my code that is supposed to download entire FTP directory to a local folder. It does it well, but most of the files are 0KB in size. Only JSON files seem to contain all their data. Things I ...
green's user avatar
  • 13
0 votes
1 answer
238 views

R - Cannot Download gz file from FTP Server

I have been trying for three days now to download a file from an FTP server with R without a result. I have really tried everything and read all questions but still cannot manage. The url is: u <- &...
user9396820's user avatar
3 votes
1 answer
840 views

Having trouble downloading a file through FTP. (wget, curl, aria2c)

I am having trouble downloading a file through FTP (ftp://ftp.pride.ebi.ac.uk/pride/data/archive/2017/11/PXD007635), this FTP site doesn't require any credential and I can download it directly by ...
frankligy123's user avatar
0 votes
1 answer
123 views

Downloading Specific Filenames with FTP

I have about 1,000,000 files and I should do FTP to get some specific files. in 1,000,000 files with the name of ML0000000-ML1000000 i want specific file starts ML00002222 till ML00899999. can anyone ...
CodeGirl's user avatar
  • 101
1 vote
1 answer
8k views

Laravel 7. How to download a file from server (FTP)?

I created a disk in config/filesystems.php file 'ftp' => [ 'driver' => 'ftp', 'host' => 'ftp.domain.org', 'username' => 'username', 'password' => 'password', '...
marco987's user avatar
0 votes
0 answers
55 views

Download every file and every subdirectory from an ftp server [duplicate]

I am trying to download every file from my ftp server (as a kind of backup program), and then zip it. So far all i have is this code. import os from ftplib import FTP from datetime import datetime dt ...
user avatar
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
1 vote
1 answer
204 views

how to get only those in an FTP directory by a given name? [duplicate]

I would like to Download only one file group. In this case I want to download the humidity data from the NOAA server What should I do to search only the relative humidity files? from ftplib import ...
Santos's user avatar
  • 61
0 votes
1 answer
777 views

Download Files via FTP NOAA

I'm trying to download data via ftp from the NOAA website. This is CPC Global Temperature data. However I am getting a permission error. What should I do ? please from ftplib import FTP # ftp://ftp....
Santos's user avatar
  • 61
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
441 views

downloading data from a FTP link with authentication [duplicate]

I am trying to download data from the site below using python. ftp://chain.physics.unb.ca/gps/data/nvd/ When I open the link in a browser, I am redirected to the page below. I have the appropriate ...
chintan thakrar's user avatar

15 30 50 per page
1
2
3 4 5
22