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

15 30 50 per page
1
2 3 4 5
11