in reply to Re: Re: Re: Struggles with Put in Net::FTP
in thread Struggles with Put in Net::FTP
It gave me the result File Path E:/test/picture.jpg which is good. But is that result the correct result for my home Win98 PC or is it actually the result for my linux host?use File::Spec; my $file_path=File::Spec->catfile('E:','test','picture.jpg'); print "File Path $file_path\n";
|
|---|