Skip to main content

All Questions

Tagged with
-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
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
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
11 votes
2 answers
21k views

wget: obtaining files matching regex

According to the man page of wget, --acccept-regex is the argument to use when I need to selectively transfer files whose names matching a certain regular expression. However, I am not sure how to use ...
Mark Jin's user avatar
  • 2,773
0 votes
2 answers
344 views

download a file periodically from FTP in linux

I wish to write a cron or setup a software to periodically download a file every specific day of a week from a FTP server. I need a software like IDM which opens multi thread connections and increase ...
Pourya.M's user avatar
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 ...
puneet's user avatar
  • 45