in reply to Re^4: File transfer not working on server
in thread File transfer not working on server
Modify your statement to this:
unless (-d $destinationFile) { die "Destination directory not found: $!"; }
It will die and show you why.
Igor 'izut' Sutton
your code, your rules.
In Section
Seekers of Perl Wisdom