On Fri Jan 23 04:32:06 2015, sigmund.dominik@googlemail.com wrote:
Show quoted text> Dear Dev,
>
> Many Thanks for your Net::xFTP!
>
> I have a problem though:
>
> I am trying to copy an image on the server over another image (overwriting
> it).
> But when i try to open the image url, there is just an error image
> displayed...
>
> Any ideas?
> Maybe overwrite does not work?
>
> Best Regards,
> Dominik Sigmund
What method (module) are you using to connect, ie. FTP, SFTP, (ie. what does your call to Net::xFTP->new() look like? Also, double-check the permissions of your ftp user on the server and the directory and file your are attempting to overwrite! For easyest resolution, post the Net::xFTP calls you made in your code in order made so I can check out what you are doing.
Regards,
Jim, the author