Re: Net::FTP prob

2007-06-22 Thread Bill Luebkert
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

RE: :FTP prob

2007-06-22 Thread Brian Raven
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ukhas jean Sent: 22 June 2007 09:42 To: Active Perl Subject: Net::FTP prob > 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 se

Net::FTP prob

2007-06-22 Thread ukhas jean
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