Skip to main content

All Questions

Tagged with
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

15 30 50 per page
1 2
3
4 5
22