Thread File::Ncopy will keine Festplatten kopieren (40 answers)
Opened by pktm at 2005-02-24 04:29

Rambo
 2005-06-03 17:15
#52007 #52007
User since
2003-08-14
803 Artikel
BenutzerIn

user image
ne fasch abgetippt :-( habe
use File::NCopy
drin stehen
so sieht das test script aus

Code: (dl )
1
2
3
4
5
6
7
8
9
use strict;
use warnings;
use Cwd;
use File::NCopy qw(cp);

my $home_dir = getcwd;
  $home_dir =~ s|/|\\|g;
my $remote_cf_cli_path = "\\\\10.10.1.2\E\$\\DATA\\INST\\MASTER\\CLIENT\\CF\\2.0";
cp \1,"$remote_cf_cli_path\\*", "$home_dir" or die "Copy failed: $!";

Fehler meldung ist
Copy failed: No such file or directory at F:\test\copy.pl line 9.

View full thread File::Ncopy will keine Festplatten kopieren