Skip to main content

All Questions

Tagged with
-1 votes
0 answers
37 views

Trying to download a file from server using FTP, but exception arises explaining format of URI can't be determined

Please tell me what is wrong in this code. The FileService also throws downloaded file content is null or empty or format of the URI cant be determined. The Fileservice class seems to be working for ...
Achyut's user avatar
  • 1
2 votes
1 answer
81 views

FTP downloaded binary files (wav) have unexpected conversions using Flutter

The problem I'm dealing with is related to handling binary files, specifically wav files. The sample code for text files is working like a charm – I can connect to FTP, download, and upload files ...
masoud Afrakhteh's user avatar
0 votes
0 answers
78 views

aria2c downloading same file from HTTP and FTP in parallel doesn't work

The aria2c manpage says: Download a file from HTTP and FTP servers at the same time $ aria2c "http://host1/file.zip" "ftp://host2/file.zip" But when I try this, it says "CN:...
Geremia's user avatar
  • 5,364
1 vote
1 answer
198 views

Python FTP download fails with "421 Timeout - try typing a little faster next time"

I have my domain on a server and the server runs a script each night to perform a backup. The backup is saved on the server in a specific location with the date appended to the end of the filename ...
Kevin's user avatar
  • 35
1 vote
1 answer
347 views

Can Delphi Indy Ftp idFTP.GET Preserve the File's Created and Modified Date?

I would like to ask if Delphi Indy ftp idFTP.GET can preserve the file's created and modified date? If not, how can I accomplish this? Thanks!
rardark's user avatar
  • 41
0 votes
0 answers
158 views

Download multiple files from FTP server with VBA/Macros in Excel

trying to download multiple files from a FTP server. Currently I can download one file from the FTP server but I struggle to modify the code to my needs. I have the following code: Option Explicit ...
user20871910's user avatar
0 votes
0 answers
73 views

Secure FTP file download

I'm trying to download the most recent file with the extension add.zip via ftp I'll preface this by saying I am not well versed in php and have created this frankenstein piece of code from a ...
PaulW32's user avatar
  • 63
0 votes
1 answer
39 views

Save multiple HDF files from an ftp list in R, giving a different name to each according to the name of the ftp link

I have a text list of HDF files I need to download from an ftp server. This is the (example) structure of the list: ftp://username:password@ftppath/File#1_hh_mm_ss.HDF ftp://username:password@ftppath/...
S_Av's user avatar
  • 5
0 votes
1 answer
74 views

Don't Understand Secondary Role of Stream.Read() While Downloading File

I made a button in WinForms to download file from FTP and it works fine but I don't understand what Stream.Read() method is doing in the while loop in the code below (in DownLoadFileFromFtp method): ...
Torrvic's user avatar
  • 77
0 votes
0 answers
438 views

Ftp Windows Command Line Command Not Working

I'm using Windows command line for getting some files from a ftp server. I need to change the local directory during the session. I tried using 'lcd' command but it's not working. I displayed that the ...
SunnyDay's user avatar
-1 votes
1 answer
99 views

FTP Download on C#

I am trying to download files from Raspberry Pi with ftp protocol. I have to press a button to download a file Press the button and access to 'C:\Users\Monster\Desktop\ftp' is denied.' I'm getting an ...
furkank00's user avatar
0 votes
1 answer
65 views

python download ftp file properly

I am trying to write a file like object in memory. I downloaded a file on ftp and when I try to convert it to a StringIO or BytesIO object using the method read I am getting this: "Android 4.2.2 ...
blob's user avatar
  • 475
-1 votes
1 answer
210 views

How to download .7z file with FTP

I want to access this archive file : ftp://Admin_Express_ext:[email protected]/ADMIN-EXPRESS_3-1__SHP__FRA_WM_2022-02-17.7z (found on this page : https://geoservices.ign.fr/adminexpress ) ...
hug's user avatar
  • 287
0 votes
1 answer
231 views

i want download files with python using wget(FTP). but error occured. please help to download

I want down load "*_ice.nc" files in ftp. so.. library import wget import math import re from urllib import request adress and file list url = "ftp://ftp.hycom.org/datasets/GLBy0.08/...
Kim Young Jun's user avatar
0 votes
1 answer
1k views

Ansible Downloading large files

I am trying to download backup files from my websites. I have structured my playbook the following: site_vars.yml holds my variables: website_backup_download: - name: ftp://username:userpassword@...
theadmin's user avatar
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
1 vote
1 answer
761 views

Unable to download data using Aspera

I am trying to download data from the European Nucleotide Archive (ENA) using Aspera CLI however my downloads are getting stalled. I have downloaded several files earlier using the same tool but this ...
Arindam Ghosh's user avatar
0 votes
3 answers
2k views

PHP downloading will randomly give a network error

I currently own and operate an online FTP, off a rented server, running on PHP and I am trying to incorporate downloads (as that is on of the most basic functions of an FTP). I have done this with the ...
EarthCow's user avatar
0 votes
1 answer
953 views

auto download files from ftp using python and prevent downloading files more than one time

We have a ftp folder that contain more than 700 file (generetad automaticly from our system) with file name like : ff9a6c2b-4222-4464-a314-dce56efe76cb.txt .. ffbaef37-9d73-41d5-8f23-7ca7c82b3969.txt ....
Hadarisas's user avatar
2 votes
3 answers
319 views

Using FTP commands to download a file with sockets

I'm using a proprietary programming language and it has no built in FTP function. Therefore I'm using sockets. sHandle := SocketOpen('ftp.stackoverflow.net', 21); SocketReadString(sHandle, answer); ...
user1673665's user avatar
1 vote
1 answer
445 views

Get specific file with name containing specific string from directory using FTP

I have made below batch file to get some files using ftp from server... Now I need to get specific file from the directory below using mget. Not all file in that directory. And I need to pass it as ...
sam's user avatar
  • 2,557
1 vote
1 answer
855 views

How to count how many data has been downloaded in the last second? (FTP)

I want to know how many data has been downloaded in the last 1 second. I don't have a code yet but I was wondering when I should start counting this 1 second and how to do it. Should I start counting ...
Aspect013's user avatar
1 vote
1 answer
813 views

Download a file from FTP server to client machine via website with CodeIgniter

I need download with CodeIgniter. I tried with the force_download function and download function. With the download function it works, but doesn't permit select the folder for the download. With the ...
user_af's user avatar
  • 51
1 vote
1 answer
3k views

'500 Port command invalid' error in Windows ftp client

I've created a script to download a file from an FTP server using VBA to fire off the script. I can connect to the server and navigate to the correct directory, but when I got to get the file I get ...
joebody's business's user avatar
1 vote
1 answer
2k views

Node.js [promise-ftp] - Unable to make data connection (Error: connect ECONNREFUSED...) while downloading multiple files from FTP

I'm getting this error while trying to download multiple images from ftp using promise-ftp. I'm able to see some images being downloaded before this error. Unable to make data connection( Error: ...
Abdul Rafay's user avatar
  • 3,341
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
3 votes
1 answer
519 views

Download only the header of binary files from an FTP

I have access to a public ftp server that contains several thousands of large binary file. I'm able to download all the files of a given folder with wget but this is time consuming and takes a lot of ...
JRR's user avatar
  • 3,183
0 votes
0 answers
677 views

How can I improve the speed of data downloading from an ftp server?

I am writing a Python script that downloads the data from the National Digital Forecast Database (NDFD) server. The FTP server files are organized in this way: Year/YearMonth/YearMonthDay and I have ...
Noman Bashir's user avatar
15 votes
2 answers
25k views

Aria2c parallel download parameters

I am reading the Aria2c download manager documentation and some parameters seem redundant to me. For example: -x The maximum number of connections to one server for each download. Default: 1 -j Set ...
lotrus28's user avatar
  • 898
-2 votes
1 answer
370 views

Code to download data at once from different directories using python

I am new at python. I want to download through a code data from this URL: "ftp://cddis.nasa.gov/gnss/products/ionex/". However the files that I want have this format: "codgxxxx.xxx.Z". All these ...
Sie. Theos'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
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

15 30 50 per page
1
2 3 4 5
7