Skip to main content

All Questions

Tagged with
-1 votes
0 answers
38 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 ...
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 ...
3 votes
3 answers
16k views

shell script in bash to download file from ftp server

i have to write a shell script for bash shell to transfer file from ftp server given ftp server -- [email protected] user user1 password pass1 now in /dir1/dir2 at ftp server i have folder ...
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:...
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 ...
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 ...
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 ...
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!
2 votes
5 answers
22k views

Downloading all files using FTP and C#

What is the best way to download all files in a remote directory using C# and FTP and save them to a local directory? Thanks.
0 votes
0 answers
159 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 ...
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 ...
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/...
1 vote
1 answer
305 views

Download data from ftp server not updated

I am using the code below to download data from an FTP server, and it works fine, but data is not updated. So when I download file, if this file is updated on the server and I download it again, it ...
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): ...
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....

15 30 50 per page
1
2 3 4 5
22