ukhas jean wrote:
> Hi,
>
> I am using Net::FTP to "put" files from a local dir to a folder on a
> server using
> $ftp->put (), where $fth is an obj of Net::FTP.
>
> But it seems "put" doesnt overwrite any existing files, if they are
> already present on the server. How do I overwrite files o
Hi,
I am using Net::FTP to "put" files from a local dir to a folder on a server
using
$ftp->put (), where $fth is an obj of Net::FTP.
But it seems "put" doesnt overwrite any existing files, if they are already
present on the server. How do I overwrite files on the server forcibly b