Guest_imported
New member
- Jan 1, 1970
- 0
Hi
I am working a upload script
Uploading with Unix client works great but when it comes to win it just erase
my file
$file =~ s{.*/} {} if $file =~ m{^/};##Removes unix path
$file =~ s{.*\\} {} if $file =~ m{[A-Z]:\\};##Removes Win path
What it wrong with my Win path, it just empties my file to 0kb
Thanks /Fredrik
I am working a upload script
Uploading with Unix client works great but when it comes to win it just erase
my file
$file =~ s{.*/} {} if $file =~ m{^/};##Removes unix path
$file =~ s{.*\\} {} if $file =~ m{[A-Z]:\\};##Removes Win path
What it wrong with my Win path, it just empties my file to 0kb
Thanks /Fredrik