Skip to main content

All Questions

Tagged with
-1 votes
0 answers
35 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
80 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
77 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,346
1 vote
1 answer
190 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
343 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
154 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
437 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
64 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
209 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
  • 277
0 votes
1 answer
229 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

15 30 50 per page
1
2 3 4 5
22