Ok, wrong interpretation of the error message. Not the delete-thing gives the error, but the try to put an already existing file on the ftp-server.
So the delete-part is absolutely ignored :-(
Hi there,
I got a problem with my little FTP-Script (I replaced the correct servername with server.domain now):
***********
use Net::FTP;
my $host = 'server.domain';
my $sourcedir = 'c:/messdaten';
my $ftp = Net::FTP->new($host,
Timeout => 360...
Hi,
I work for a financial institution where - for compatibility reasons between different software - every user has to use the German setting. I prevented the change first by hiding the regional settings in the control panel, but there are still the office language settings with which they can...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.