mitabrev has asked for the wisdom of the Perl Monks concerning the following question:
Hi Guys,
I've spent certain amount of hours searching for a solution and I couldn't find it.:(
Can you guys help me? I'm sure it's a easy do and that I can't see the forrest from all the trees.
etc.$ftp = Net::FTP->new($host, Debug => 0, Passive => 1); $ftp->login ($username, $password); $ftp->binary(); @set_of_files = $ftp->ls("*$thismonth-$thisday-$thisyear*.tar" +);
Thank you and best regards,
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Net::FTP - Check if file already exists locally before download
by hippo (Archbishop) on Feb 12, 2019 at 10:52 UTC | |
by mitabrev (Novice) on Feb 12, 2019 at 12:04 UTC | |
by mitabrev (Novice) on Mar 11, 2019 at 21:24 UTC | |
by Paladin (Vicar) on Mar 11, 2019 at 21:44 UTC | |
by mitabrev (Novice) on Mar 12, 2019 at 08:24 UTC |