Re: [Ssh-sftp-perl-users] ERROR:SFTP->put died: Couldn't fsetstat: Permission denied
Brought to you by:
dbrobins
From: Salvador F. <sfa...@ya...> - 2014-01-15 20:23:48
|
>________________________________ > From: Tim Pushor <tim...@yo...> >To: ssh...@li... >Sent: Wednesday, January 15, 2014 4:32 PM >Subject: [Ssh-sftp-perl-users] ERROR:SFTP->put died: Couldn't fsetstat: Permission denied > > > >Hello list, > > >Using Net::SFTP 0.10 to automate transferring files to one of our vendors has produced this error: > > >SFTP->put died: Couldn't fsetstat: Permission denied > Maybe you could switch to Net::SFTP::Foreign which provides support for such server behaviour via the late_set_perm and best_effort options or just dissabling the permission copying setting copy_perm to 0 |