Net::FTP errors

2004-02-25 Thread Jas
Ok, I am getting frustrated with this... Any help is appreciated. [FTP Script] #!/usr/bin/perl # Create datestamp variable use POSIX qw(strftime); $date = strftime('%Y%m%d', localtime()); # Create archive using TAR & GZIP system('tar -cf ../backups/www.tar ../www/'); system('gzip -fv9 ../backups

Re: Net::FTP errors

2004-02-25 Thread Wiggins d'Anconia
Jas wrote: Ok, I am getting frustrated with this... Any help is appreciated. Step back, breathe, eat a sandwich, go for a walk... now try again... [FTP Script] #!/usr/bin/perl use strict; # always use warnings; # usually The longer you avoid the above after having been told the shorter your he