in reply to Re^2: Net:FTP Not overwrite files
in thread Net:FTP Not overwrite files
well gonna put file only if it doens't exits otherwise it will rename it with the same actual name! it is genious regards Claudio$ftp->put("$file") unless $ftp->rename("$file","$file");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net:FTP Not overwrite files
by Sol (Initiate) on Nov 05, 2014 at 14:32 UTC |